ActiveDen

resizable video player : zoom + advanced buffering

  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Beta Tester
  • Exclusive Author
  • Sold between 250 000 and 1 000 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Italy
  • Referred between 100 and 199 users
ParkerAndKent says

Great video player! Is this Made in Italy? :-D

Parker

3 years ago
  • Has been a member for 2-3 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Beta Tester
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Spain
  • Referred between 100 and 199 users
pezflash says

Nice features. Really complete option for anyone looking for a player. Congrats.

3 years ago
  • Has been a member for 3-4 years
  • Won a Competition
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 10 and 49 items
  • Italy
  • Referred between 50 and 99 users
bitfade says
Author

thx

@p&k
yeah, made in terronland ;)

3 years ago
  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Beta Tester
  • Exclusive Author
  • Sold between 250 000 and 1 000 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Italy
  • Referred between 100 and 199 users
ParkerAndKent says

I’m from terronland too, bariland to be precise… :-D

3 years ago
Author
bitfade bitfade replied

really ? born in canaus (canosa)

3 years ago
ParkerAndKent ParkerAndKent replied

Are you Lino Banfi? LOL ahahahah!

Puglia rules!

3 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Portugal
cacao says

Well done!

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Egypt
  • Referred between 1 and 9 users
dalemo says

great file

3 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
mmblais says
Purchased

Hi,

How do I implement this component into my Flex app… I’ve opened it in Flex as a Project but can’t seem to figure out (using the Flash Method) how to implement this Player.

3 years ago
Author
bitfade bitfade replied

hi, please contact me trough profile, i’ll need more info.

3 years ago
  • Has been a member for 2-3 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Beta Tester
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 500 and 999 items
  • United States
Daniel_R says

your work is impressive!!!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
secretw1 says

Any chance for AS2 version?

2 years ago
Author
bitfade bitfade replied

nope, sorry

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
jgjh151 says
Purchased

Can control bar go on top of video and not on bottom?

2 years ago
Author
bitfade bitfade replied

edit bitfade/media/player.as, function resize

change the line

controls.y = h – 24

to

controls.y = 0

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
jgjh151 says
Purchased

What do we do when the video keeps jumping back and forth after the user hits play?

2 years ago
Author
bitfade bitfade replied

hi,

if the problem is just when video is loading, it could be handled by raising the prebuffer size. this can be done by altering the line

on file media/streams/video.as, line 201, change from

if (netS.bufferLength > 1) netS.bufferTime = netS.bufferLength

to

if (netS.bufferLength >= 2) netS.bufferTime = netS.bufferLength

if the problem persist even after video is fully loded, maybe the video playback is just slow (due flash player or hardware) this can trigger the autounlock feature of the player which thinks the playback has locked due to missing data.

you can disable the autounlock feature by commenting some lines in media/streams/video.as

http://pastie.org/765756

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Ianbuchko says
Purchased

I’m having an issue with playback on ie8 It seems to be specific to that browser. It only happens on first load. The video begins to play, but it starts skipping back like a broken record. It happens even when i’m viewing the video on this site. Is there any chance that this issue can be looked at? I love this player, and i’d love to get it working on ie8.

Thanks in advance

2 years ago
Author
bitfade bitfade replied

Hi, try this:

on file media/streams/video.as, line 201, change from

if (netS.bufferLength > 1) netS.bufferTime = netS.bufferLength

to

if (netS.bufferLength >= 2) netS.bufferTime = netS.bufferLength

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
madisonstrand says

Hi bitfade.

Nice work!

Just wondering if this can play numerous video files from the xml? And if so is there any control over random play option?

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
madisonstrand says

One other question…

Is option 11 (with the smaller movie links at the bottom) set up with the ability to scroll left to right if there are a number of movie clips loaded?

2 years ago
Author
bitfade bitfade replied

Hi

this player does not currently have an integrated playlist but is capable to play multiple videos within the same instance.

option 11 is an example application that shows how to do that.
however, you’ll have to modify it if you want to scroll a large number of clips.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
mmblais says
Purchased

hey … does the player support rtmp streams? Been trying to mess around with it for awhile now, but no luck.

2 years ago
Author
bitfade bitfade replied

no, this player it’s meant for progressive download videos
it’s not tested for rtmp streaming.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
regialsarl says
Purchased

Hi,

I just bought this player and it’s a very good work.

I have problem passing full url to the to resource and cover

is there a way to have the player support ful url in theses parameters: player.xml player.start.cover player.start.resource

Thanks

2 years ago
Author
bitfade bitfade replied

they should just work.
please send me more info + config files using my profile and i’ll take a look.

2 years ago
Purchased
Default-user regialsarl replied

Hi,

it’s was a mistake from my part, my video didn’t have the meta tags correcltly set

It’s working

Keep your good work!

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
louizem says
Purchased

Hi – great player but (1) How do you have more than one on the same page if it uses meta tags? (2) How do you change the colour of the fill bar on the volume and the scrubber? I cant find the code for it and the FLA is blank

Again great player….

2 years ago
Author
bitfade bitfade replied

hi, to change slider’s colors, modify the file bitfade/ui/slider.as
on top of the file, the “style” variables holds the color values.

i’m not sure i’ve got first question… however, you can have multiple instances by copy/paste the embedding html code block more then once: just use different ids like “player1”, “player2”, etc

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
louizem says
Purchased

Thanks that changes the sliders but not the other highlights….where are they?

2 years ago
Author
bitfade bitfade replied
check
bitfade/ui/icons/bevelGlow.as (icons)
bitfade/ui/bars/shape.as (bar)
2 years ago

by
by
by
by
by