| 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?
|
Slomo Player Options Tutorial
How to Embed a Video
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=576 height=324 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=476 height=324 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
Playing video and using the SWF URL
The SWF URL is the server path to the slomoplayer.swf being used to embed the video.
The video file being played is added to the SWF URL There are two places in the embed code where the SWF URL must be edited.
value="/slomoplayer/slomoplayer_v001.swf?flvfile=http://yourdomain.com/video01.flv"
src="/slomoplayer/slomoplayer_v001.swf?flvfile=http://yourdomain.com/video01.flv"
Playing more than one video in sequence
Playing more than one video in sequence is done by adding more video
URLs separated by a semicolon(";").
The following ebmed changes will play 2 movies in a row.
flvfile="http://yourdomain.com/video02.flv;http://yourdomain.com/video03.flv"
Using a preview image
Adding the "pic" option with a http URL turns on the function
flvfile="http://yourdomain.com/video02.flv&pic=http://domain.com/image.jpg"
Control volume at player load
Set surfervol value between 0 and 100
flvfile="http://a.com/video.flv&pic=http://a.com/image.jpg&surfervol=50"
Using a custom Ad
Add the adimg value set to a swf or jpg http url
flvfile=
"http://a.com/video.flv&pic=http://a.com/image.jpg&surfervol=50
&adimg=http://a.com/ad.swf" Add the adlink value set to the advertisers url
flvfile=
"http://a.com/video.flv&adimg=http://a.com/ad.swf&adlink=http://adbiz.com"
Set the showadat value to either "start", "stop" or "play"
flvfile=
"http://a.com/video.flv&adimg=http://a.com/ad.swf&adlink=http://adbiz.com
&showadat=start" Set the adtransparency value between 0 and 100. 0 is invisible.
...&adimg=http://a.com/ad.swf&adlink=http://adbiz.com&showadat=start
&adtransparency=100"
Show embed code
Set showembed value to "yes"
flvfile="http://a.com/video.flv&pic=http://a.com/image.jpg&showembed=yes"
Custom buffer settings
Set buffertime value to fit your needs. Default is buffertime=2
flvfile="http://a.com/video.flv&pic=http://a.com/image.jpg
&showembed=yes&buffertime=2" Set prebuffertime value to fit your needs. Default is prebuffertime=2 This will prebuffer the next video when playing multiple videos in sequence
flvfile="...&showembed=yes&buffertime=2&prebuffertime=2"
| |||