| Download | Installation | Tutorial | License | Support | Home |
* 4 Speed Slow Motion* Loop Sections Of Video * Resize Video During Play
Give your website visitors more control with
the slow motion video player. Using the loop feature with slow motion allows for
detailed viewing of incredible scenes that must be seen again in slow motion.
Will it work with your videos?
|
Installing Slomo Player On Your Website
Upload
Use a FTP program to navigate to the document root directory of your website.
This is the same directory that your index.html will be in.
Upload the slomoplayer folder to the root directory making sure that your FTP program is set to upload any .swf as binary. This is automatic in most FTP programs unless you have changed it. That's it! The slomoplayer is now installed on your server.
How to Embed a Video
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=480 height=385 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=7,0,0,0" > <param name="movie" value="/slomoplayer/slomoplayer_v001.swf?flvfile=http://yourdomain.com/video01.flv" <param name="quality" value="high"> <param name="play" value="true"> <param name="loop" value="true"> <param name="allowfullscreen" value="true"> <param name="bgcolor" value="#000000"> <embed src="/slomoplayer/slomoplayer_v001.swf?flvfile=http://yourdomain.com/video01.flv" width=480 height=385 bgcolor="#000000" quality="high" loop="true" allowfullscreen="true" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"> </embed> <noembed> <P>No video can play until you obtain a free Flash plug-in, <br> go to <A HREF="http://www.macromedia.com">http://www.macromedia.com</A></P> </noembed> </object> * Edit your movie URL highlighted in red | |||