|
internet.com
IT
Developer Internet News Small Business Personal Technology International Search internet.com Advertise Corporate Info Newsletters Tech Jobs E-mail Offers
Developer Channel
FlashKit.com
JavaScript.com JavaScriptSource Developer Jobs ScriptSearch StreamingMediaWorld Web Developer's Journal Web Developer's Virtual Library WebDeveloper.com Webreference Web Hosts XMLfiles.com
|
SYMM
Windows Media Basics (7)Putting Your ASF Clip on the Web The Redirector Creating the ASX <asx version = "3.0"> Then save your file with the ".asx" extension and you are ready to go. It's that easy. In the above code, the "asx version" identifies the current version of the ASX format. Even though the Windows Media Player is version 4, ASX version 3 is the current requirement. The "title" field information will appear in the "Show" box of the player. "entry" creates the block that contains the clip itself. You can add additional attributes here for clip name, author, and copyright. Consult the Microsoft documentation for further information on adding these attributes. For our reference to the ASF clip itself, a "ref href=" command makes the link to the media. In this case, I'm linking to a file sitting on a standard HTTP Web server. If you are coming from a Microsoft Media Services Server, an "mms:" in the place of "http:" will do the trick. Linking to the ASX <a href="myasxfile.asx">Click for Video</a> That is all there is to it. Upload your ASF, ASX and HTML files to your Web server and you are ready to try it out. You can try my WMT/ASF sample as well.
The Latest WebDev Tips from DevX
Receive news via our XML/RSS feed |
|||
|