开发者

How to play an .asx file using jwplayer

开发者 https://www.devze.com 2023-01-07 04:15 出处:网络
How to play an .asx file using jwplayer i googled itthe only flash playi开发者_C百科ng asx file is jwplayer and i am not sure how to do it please help meThis should "just work".

How to play an .asx file using jwplayer i googled it the only flash playi开发者_C百科ng asx file is jwplayer and i am not sure how to do it please help me


This should "just work".

You can see an example of this in action on LongTail's testing tool page. Your embed code would look something like:

<object type="application/x-shockwave-flash" id="player" name="player" data="../trunk/fl5/player.swf" width="800" height="240">
    <param name="allowfullscreen" value="true">
    <param name="allowscriptaccess" value="always">
    <param name="flashvars" value="file=files/asx.xml&amp;height=240&amp;playlist=right&amp;playlistsize=400&amp;width=800">
</object>

Best,

Zach

Developer, LongTail Video

0

精彩评论

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