How to Embed ASX
One way to add interest to your website is to embed streaming video. There are a variety of video formats you can use on your site, including ASX (Advanced Stream Redirector). To embed an ASX video file, your Web hosting provider must support the usage of HTML code. You can code your video to start automatically or manually. With an automatic start, the video activates immediately upon page launch. With a manual start, the video does not play until your site visitor clicks the “Play” button.
Instructions
-
-
1
Log in to your Web hosting “Control Panel.” Select “File Directory” and “Upload.” Browse your computer files to locate and upload the ASX video file to your Web hosting server. If your Web hosting provider does not support the ASX file format, upload the file to a third-party file hosting site that does. An example of such sites include VideoBam, YourFileLink, zShare and Mozy.
-
2
Write down the URL for your uploaded ASX file, such as: http://www.yourvideofile.asx
-
-
3
Log in to your Web hosting “Control Panel.”
-
4
Click “File Directory.”
-
5
Locate and select the page, inside your file directory, to which you want to add the embedded video. Click “Edit” to open the page's file editor.
-
6
Type either of the following HTML codes inside the file editor box. The first code results in automatic video playing. The second code results in a manual player. Replace the generic video file name with the name of your actual file. Feel free to adjust the height and width attributes of your video as necessary.
Start Video Automatically
<embed src="http://www.yourvideofile.asx" width="352" height="300" autostart="true">
Start Video Manually
<embed src="http://www.yourvideofile.asx" width="352" height="300" autostart="false">
-
7
Click “Save” to save the changes to your page. Click “Publish” (if applicable) to publish your changes live on the Web.
-
1