|
| ||||||||||
| Tags: asx, media file |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| ASX or any other media file
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 |
|
#2
| ||||
| ||||
| 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> |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |