ActiveDen

Flash AS3 Video Player (flv, H.264)

  • Has been a member for 3-4 years
  • Contributed a Tutorial to a Tuts+ Site
  • Contributed a Blog Post
  • Community Superstar
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 100 and 499 items
  • United States
  • Referred between 50 and 99 users
CodingJack says

Very nice player Webtako :)

2 years ago
Author
webtako webtako replied

thanks crackerjack

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

nice video player webtako, very clean interface, love the volume control style.

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

Looks good, will it work with vidiscript? Vidiscript is a video sharing platform like you tube, revver etc.. If you cant make it work for vidiscript would it be ok if I made some mods? Good luck

2 years ago
Author
webtako webtako replied

i’m not familiar with vidiscript, but you are certainly welcome to try and integrate that into the player.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United Kingdom
  • Referred between 1 and 9 users
sebastiansulinski says
Purchased

Hi webtako,

Quick question – can I put videoPath directly on the page rather than via xml file? – if so – would you mind telling me how to achieve it please?

2 years ago
Author
webtako webtako replied

to edit it using a flashvar instead, I would take a look at the vplayer class file and you’ll see a section where it’s getting all the info from the xml file, edit the video path so that it gets it from a flashvar instead, there’s a part inside the actionscript panel under the .fla file that gets information from flashvar, you can copy that and use it for the path instead.

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

Hi

Does it support rtmp ?

Best Regards

R.

2 years ago
Author
webtako webtako replied

hi RB_media,

I haven’t tested it with rtmp but it’ll probably take some minor code edits to support it if you have the server setup already.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
carella says

Hello CrackerJack,

Very nice file. I don`t have flash installed, so if I purchase, can you create the swf file for me? I assume it needs to be swf to be embedded in a web page?

Thanks.

2 years ago
Author
webtako webtako replied

hi carella,

The zip file comes with the swf file, and most of the resizing, option changes can be done in the xml file (resizing might require changes in your html file also). So I don’t believe you’ll need flash cs3 to use it unless you change the original code and need a rebuild.

I’m not crackerjack btw :)

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
carella says

Whoops, sorry webtako, please accept my apologies.

Ok, thats great about the file, I`ll purchase now.

:)

2 years ago
Author
webtako webtako replied

thanks carella

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
carella says
Purchased

You`re welcome. One quick question. Is it possible to pass the xml file to the flash file? Like this:

vplayer.swf?xml=xml/config.xml

Reason I ask is I would like to rewrite the xml on the fly, rather than creating an xml file for each video.

Thanks.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
carella says
Purchased

As a follow up, can I pass the xml into the flash using flashVars?

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
carella says
Purchased

Forget it, I bought something better.

2 years ago
Author
webtako webtako replied

it already supports xml file name in the flashvar, please read the help file next time.

2 years ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
chowfun says
Purchased

great file, highly recommended

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

is there a way to have player auto hide when mouse is not over the video, as well as have player background transparent when it is over the video?

2 years ago
Author
webtako webtako replied

The transparent background would be fairly easy to customize, but the control panel mouseover might take more time only because the panel is outside the video area instead of inside, so there will have to be a bit of change to the player’s control layout to have it inside the video area and also adding the mouseover code itself.

But both will need custom code changes.

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

Good player

2 years ago
Author
webtako webtako replied

thanks for the compliment.

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

I am experiencing a curious phenomenon… I can load the video locally in a browser, but when I upload it to the web – if seems it cant find the .flv file – I’ve tried this with the raw downloaded files without modifications… could it be the hosting server compatability? or am I missing something?

2 years ago
Author
webtako webtako replied

did you double check to make sure the video file path is correct? Also, make sure the video file is not read protected somehow.

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

Hey there,

I have 3 videos I’m wanting to play via button click on the flash stage. I’ve added the videopath url’s in the xml file and I see where the class is pulling in the xml, I’m a little lost from there. Is there an easy way to do this?

this is what im trying to achieve…
//flash stage

btn.addEventListener(MouseEvent.CLICK, getVideo);

function getVideo(me:MouseEvent):void{

if(me.target.name == "btn"){

_videoPath = FlashUtil.getStringParam(xml.@videoPath, "");

} else if(me.target.name == "btn2"){
_videoPath = FlashUtil.getStringParam(xml.@videoPath2, "");

}else {
_videoPath = FlashUtil.getStringParam(xml.@videoPath3, "");
}

_netStream.play(_videoPath);    
}

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
Alzi says
Purchased
I need to load this video player to my main flash file. I am getting error of:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at vplayer_fla::MainTimeline/frame1()

Would you let me know what I should do to load your video player in to my main file?

Thanks

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

is there a way to make the video loop rather then end and have to press play again

thank you

1 year ago
Author
webtako webtako replied
there’s a way but it’ll involve editing a line of the VPlayer.as file. in there, you’ll see a line:
case "NetStream.Play.Stop":
this.stopVideo();
change it to
case "NetStream.Play.Stop":
this.seekBack();
1 year ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
breathing says
Purchased

Cool payer. No problem with it. Good structure. Thanks to the author!

1 year ago
Author
webtako webtako replied

thanks a lot.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
rush2004 says
Purchased

Hallo,

Great file but I have a problem in making it works.

This runs perfectly on my local server but when I FTP the files to my server – it`s not working :(

I am 100% sure i have ftp all the neccessary files as well as the location/path of the file.

Could u tell me where did i went wrong?

here is the location:

http://www.tinytotstennis.com.au/version_2/private.asp#private

I am using Flash Video format FLV

Thanks, RS

9 months ago

by
by
by
by
by