Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links


ASX or any other media file

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 22-08-2010
Member
 
Join Date: Aug 2010
Posts: 1
ASX or any other media file

Sponsored Links
Hi
I have some live stream link,
I want to make asx file and code in a way if one link it dead it would automatically play second link
plz help
thank you

Reply With Quote
  #2  
Old 23-08-2010
Blazej's Avatar
Member
 
Join Date: May 2008
Posts: 863
Re: ASX or any other media file

ASX file is a metafile and so it cannot stand on its own. It is a file which contains data about another file. So in order to create an ASX file, you first need to create an ASF file which contains the live stream link. Then create the ASX file with the same name but with ".asx" extension. Below is the code that goes in ASF file:

Code:
<ASX version="3">
<Entry>
<ref href="your_link.asf" />
</Entry>
</ASX>
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "ASX or any other media file"
Thread Thread Starter Forum Replies Last Post
Error Windows Media Player cannot play the file: The Player might not support the file type or might not support the codec... Oldmans MediaCenter 1 05-12-2012 05:15 PM
error "media player cannot find file. if you are trying to bur,play,sync an item in your library it might point to a file that has been moved,renamed,or deleted" blanny431 Media Player 5 03-03-2011 10:30 PM
How to transfer media file from pc to mac Madirakshi Networking & Security 5 11-11-2010 11:21 PM
Windows Media Player 12 displays Other Media File error for some songs Ramirez Windows Software 7 25-07-2010 03:47 AM
How do i copy vlc media file to dvd? karan k Windows Software 3 28-07-2009 03:12 PM


All times are GMT +5.5. The time now is 12:12 AM.