简体   繁体   English

使用asx文件还是制作新的播放列表?

[英]Use asx files or make new playlist?

I have .asx file that contains: 我有.asx文件,其中包含:

<ASX Version="3">
<TITLE>Super FM 104,8 - NICOSIA</TITLE>
<ABSTRACT>Powered by OneStreaming.com</ABSTRACT>
<ENTRY>
<REF HREF = "http://golive.onestreaming.com/super"/>
<REF HREF = "mms://golive.onestreaming.com/super"/>
<REF HREF = "http://live.onestreaming.com/super"/>
<REF HREF = "mms://live.onestreaming.com/super"/>
</ENTRY>
</ASX>

I want to make the axwindowsmediaplayer play the next link if one is not working. 如果某人无法正常工作,我想让axwindowsmediaplayer播放下一个链接。

So my question is... If I put axwindowsmediaplayer.URL = " .../SuperFM.asx will it play next link if one is not working or its better to add these links to a playlist to do this? 所以我的问题是...如果我把axwindowsmediaplayer.URL = " .../SuperFM.asx一个链接axwindowsmediaplayer.URL = " .../SuperFM.asx情况下,它将播放下一个链接,或者最好将这些链接添加到播放列表中来做到这一点?

Note: Please don't start putting downvotes... If you need better explanations just ask... 注意:请不要开始投票...如果您需要更好的解释,请询问...

I found it... For those who have same question... 我发现了...对于那些有相同问题的人...

axwindowsmediaplayer can play .asx files and if .asx file have more than one link and lets say the first link is not working, it automatically go to next link, so you don't need to make playlist, it will be the same thing but much more coding... axwindowsmediaplayer可以播放.asx文件,如果.asx文件具有多个链接,并且假设第一个链接不起作用,它将自动转到下一个链接,因此您无需制作播放列表,这将是相同的,但是更多编码...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM