开发者

is jquery flash plugin can be used for playing any video

开发者 https://www.devze.com 2023-02-04 00:02 出处:网络
I would like to play any video not only youtube in this jquery flash plugin , can i play a开发者_JAVA技巧ny video.

I would like to play any video not only youtube in this jquery flash plugin , can i play a开发者_JAVA技巧ny video. and if any other video player i can use ?

Please suggest .

Thanks.


Use this :

For playing FLV in html, you should use the tag. For example:

<object type="application/x-shockwave-flash" 
width="320" height="240" 
wmode="transparent" 
data="player.swf?file=video.flv&autoStart=false">
<param name="movie" 
value="player.swf?file=video.flv&autoStart=false"/>
<param name="wmode" value="transparent"/>
</object>

Player.swf is player swf file and filename is the file attribute.

0

精彩评论

暂无评论...
验证码 换一张
取 消