After I’ve made simple tutorial that covers FLV Flash Video Player, determining duration of FLV through PHP and MetaData and also using a first frame as a video thumb in this New Years post
http://mrsteel.wordpress.com/2006/12/31/flv-video-playback-with-duration-time/
time has come to improve a player a bit, based on user wishes
I’ve added sound volume control and play again button
basiclly it was simple thing to do using the previous code, but for beginners it’s hard to manage things like this
for sound volume control standard Sound class is used like for every sound in Flash
about the Play Again button it’s just seek function for video and giving it 0 value as parameter
here is the demo SWF : http://hagane.us/as/flvplayer/
and zip source : http://hagane.us/as/flvplayer/flv.zip
just when you trying it out remember to put any FLV file named video.flv in the same folder
all the best
Alex












6 responses so far ↓
hk // August 27, 2007 at 1:39 pm |
do you have the same file for MX 2004?
Michelle Granada // February 6, 2008 at 10:41 pm |
Is it possible to also add a regular play and pause button at the bottom by the buffer bar? Thank you for your help!
horace // April 11, 2008 at 5:29 am |
very good sample thanks!
Arturo // April 17, 2008 at 8:43 pm |
Really, awesome work!, but yeah, i think the file or flv video need at least a play and pause button.
Thanks again!
Arturo
Christian // May 2, 2008 at 11:10 pm |
Good tutorial, good code, very, very easy, and a question, is there any chance to put a play-pause button and a fullscreen mode thanks
Legotick // January 8, 2009 at 12:51 am |
Great job on this… exactly what I needed. THANK YOU THANK YOU!!!!!!!!