![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Can someone give me an example of a working ASX file? I have a WMV file I'm embedding in an HTML page and the code I got to do so calls for an ASX file. I have a basic idea what it is but can't find a good example. It doesn't have to be anything fancy, just enough to get the video to play. I'm calling the WMV file from an HTTP server. |
|
| | #2 (permalink) |
| Civilians | "Jim" <none@NOSPAM.com> wrote in message news:Yr2yc.25127$QL.9665@newssvr31.news.prodigy.co m... > Can someone give me an example of a working ASX file? I have a WMV file I'm > embedding in an HTML page and the code I got to do so calls for an ASX file. > I have a basic idea what it is but can't find a good example. It doesn't > have to be anything fancy, just enough to get the video to play. I'm calling > the WMV file from an HTTP server. > > ASX files are textual command files that manage streaming of ASF files. When a user clicks a link to an ASX file, the browser downloads it to the cache directory, launches the Windows Media Player, and then starts the streaming. HTTP Server. File names will start with http://. When the browser interprets the ASX file, it access the streaming media file that is specified inside the ASX file, from the proper HTTP, mms, or file server. ASX File.. <ASX VERSION="3"> <ENTRY> <REF HREF="yourmedia.wmv"> <REF HREF="yourmedia.wmv">"> </ENTRY> </ASX> Write your own...save as a txt file..done. |
|
| | #3 (permalink) |
| Civilians | > ASX files are textual command files that manage streaming of ASF files. > When a user clicks a link to an ASX file, the browser downloads it to the > cache directory, launches the Windows Media Player, and then starts the > streaming. > > HTTP Server. File names will start with http://. > > When the browser interprets the ASX file, it access the streaming media file > that is specified inside the ASX file, from the proper HTTP, mms, or file > server. > ASX File.. > > <ASX VERSION="3"> > <ENTRY> > <REF HREF="yourmedia.wmv"> > <REF HREF="yourmedia.wmv">"> > </ENTRY> > </ASX> > > Write your own...save as a txt file..done. Cool - thanks! |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drag and drop to create a link to a file in a cell of an Excel file | paulaugust2003@yahoo.com | Microsoft Applications | 2 | 09-18-2005 12:00 |
| in a excel file, how to make a menu item for the .xls file that when clicked on it runs myform.show? example plz | Daniel | Microsoft Applications | 1 | 07-07-2005 00:00 |
| Export excel file to semicolon delimited text file | capitan | Microsoft Applications | 5 | 04-07-2005 00:00 |
| Double Click .xls file in Explorer opens Excel but no file | Kaypee | Microsoft Applications | 1 | 03-03-2005 12:00 |
| Long delay in the display of file names from the "file open" dialog box | Aaron | Microsoft Applications | 10 | 06-16-2004 09:17 |
![]() | ![]() | ![]() |