How to play an .asx file using jwplayer
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&height=240&playlist=right&playlistsize=400&width=800">
</object>
Best,
Zach
Developer, LongTail Video
精彩评论