Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : djankey on 05/29/2008
16218 pageviews, 73 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
- - FLV Support
- high-definition H.264 video and AAC audio support (.mp4 .m4v .m4a .mov .3gp)
- FlashVars driven
- Alternate video content (low/high quality) *
- Image preview *
- URL protection *
- Version test for Adobe Flash Player *
- External loaded logo *
- Keyboard shortcuts
- Mouse wheel, doubleclick
- Fullscreen button
- Small file size 30kb (37kb encrypted)
- AS 2.0
* - optional
+ help file (PDF)
- - HD off = movie1.flv (2,7Mb)
- HD on= movie2.mp4 (19,4Mb)
- Price : $15
- buy now
- add to alerts
AS-Flash Video Player basic
Your video is not encoded ok. Do it with MediaCoder or Super (freeware)
http://mediacoder.sourceforge.net/
http://www.erightsoft.com/SUPER.html
Also read this: http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player_02.html
Thank you!
I cannot get the player to correctly play .mp4 and .m4v files, I can get the sound and correct length but no video at all.
Please help.
This is not a user friendly file. It‘s equally hard to manipulate the file to make it match your site. The author responds slowly to questions.
This player use FlashVars or Query string...
Example (passing FlashVars with SWFObject)
var so = new SWFObject("videoplayer.swf", "main", "480", "380", "8", "#000000");
so.addParam("allowFullScreen", "true");
so.addVariable("videoLinkHD", "video/movie1.flv");
so.addVariable("videoLinkHD", "video/movie2.mp4");
so.addVariable("defaultVideo", "2");
so.addVariable("videoVolume", "50");
so.addVariable("image", "image.jpg");
so.addVariable("logo", "logo.swf");
so.addVariable("logoLink", "http://www.as-flash.com");
so.addVariable("logoTarget", "_blank");
so.addVariable("autoplay", "false");
so.write("playerdiv");
This player uses some html command or it's just configure the xml and execute the swt that will work?
This player uses some html command or it's just configure the xml and execute the swt that will work?
Check image above...
Full query string (SWFObject example):
var so = new SWFObject("videoplayer.swf?videoLink=video/1.mp4&videoLinkHD=video/movie2.mp4&defaultVideo=1&videoVolume=90&image=image.jpg&logo=logo.swf&logoLink=http://www.as-flash.com&logoTarget=_blank&autoplay=true", "main", "480", "380", "8", "#000000");
is there a way to pass the url of the flv file without using flashvars, i want to integrate this into another flv file and the only way I can do this is by using the "?" and defining the flv location on the fly, i dont want to edit the flv file to define a new flv file each time and i cant use flashvars via html i can only use this for example
mysite.com/videoplayer.swf?videoLink=http://www.mysite.com/dog.flv&image=image.jpg
the image loads But it doesn't seem to load the flv file.
can you please help
thanks
-Christian








help
and feedback
latest
news
latest
forum entries
The scrubber, progress bar don‘t work. I can get video to play but the total time registers 00:00.