Example1:
<object type="application/x-shockwave-flash" style="width: 450px; height: 350px;" data="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf">
<param name="movie" value="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="bgcolor" value="">
<param name="autoplay" value="true">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="flashvars" value="file=http://www.example.com/hwdvideos/uploads/d8wxa5cf8sagkn.flv&image=http://www.example.com/hwdvideos/thumbs/dual.jpg&autostart=true&fullscreen=true&repeat=always">
</object>
Example2:
<object width="650" height="440" type="application/x-shockwave-flash" id="p_avreloaded0" class="allvideos" data="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf"><param name="allowscriptaccess" value="always"><param name="seamlesstabbing" value="true"><param name="allowfullscreen" value="true"><param name="wmode" value="transparent"><param name="bgcolor" value="#FFFFFF"><param name="menu" value="false"><param name="flashvars" value="file=http://www.example.com/hwdvideos/uploads/d8wxa5cf8sagkn.flv&width=650&height=440&showeq=false&image=http://www.example.com/hwdvideos/thumbs/l_d8wxa5cf8sagkn.jpg&stretching=exactfit&searchbar=false&enablejs=false&autostart=true&icons=false&showicons=true&showstop=false&showdigits=true&showdownload=false&usefullscreen=false&backcolor=333333&frontcolor=cccccc&lightcolor=ffffff&screencolor=000000&overstretch=false"></object>
Note:
1. The jwplayer package consists of the file: mediaplayer.swf
2. The flv file path: uploads/d8wxa5cf8sagkn.flv
3. The video splash image: thumbs/l_d8wxa5cf8sagkn.jpg
4. stretching=exactfit allows the video to stretch to the maximum. Other values: uniform, fill, none. You can also right click on the video to change this param
5. wmode=transparent makes the video display transparent in the page. Other values: opaque, window
6. icons=false does not show the loading icon on the top of video
Remember that it is recommended to give the absolute paths to the files in the above code, rather than relative path.
<object type="application/x-shockwave-flash" style="width: 450px; height: 350px;" data="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf">
<param name="movie" value="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="bgcolor" value="">
<param name="autoplay" value="true">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="flashvars" value="file=http://www.example.com/hwdvideos/uploads/d8wxa5cf8sagkn.flv&image=http://www.example.com/hwdvideos/thumbs/dual.jpg&autostart=true&fullscreen=true&repeat=always">
</object>
Example2:
<object width="650" height="440" type="application/x-shockwave-flash" id="p_avreloaded0" class="allvideos" data="http://www.example.com/plugins/hwdvs-videoplayer/jwflv/mediaplayer.swf"><param name="allowscriptaccess" value="always"><param name="seamlesstabbing" value="true"><param name="allowfullscreen" value="true"><param name="wmode" value="transparent"><param name="bgcolor" value="#FFFFFF"><param name="menu" value="false"><param name="flashvars" value="file=http://www.example.com/hwdvideos/uploads/d8wxa5cf8sagkn.flv&width=650&height=440&showeq=false&image=http://www.example.com/hwdvideos/thumbs/l_d8wxa5cf8sagkn.jpg&stretching=exactfit&searchbar=false&enablejs=false&autostart=true&icons=false&showicons=true&showstop=false&showdigits=true&showdownload=false&usefullscreen=false&backcolor=333333&frontcolor=cccccc&lightcolor=ffffff&screencolor=000000&overstretch=false"></object>
Note:
1. The jwplayer package consists of the file: mediaplayer.swf
2. The flv file path: uploads/d8wxa5cf8sagkn.flv
3. The video splash image: thumbs/l_d8wxa5cf8sagkn.jpg
4. stretching=exactfit allows the video to stretch to the maximum. Other values: uniform, fill, none. You can also right click on the video to change this param
5. wmode=transparent makes the video display transparent in the page. Other values: opaque, window
6. icons=false does not show the loading icon on the top of video
Remember that it is recommended to give the absolute paths to the files in the above code, rather than relative path.
Comments
Post a Comment