Video - Streaming

Adding a streaming video clip to your web page on your server is simple if you know how.

First you produce (or export) the just edited movie as an .asf file. Once you've got that done (we'll assume the clip is filenamed my_1st_video.asf).

Sample video streaming code

Next, we will create a new special page with any text editor such as Notepad and type in the following:

code:
<asx version="3">
  <entry>
    <ref href="my_1st_video.asf" />
  </entry>
</asx>

Save this file as my_1st_video.asx (note the different extension this time) and upload this file to the same directory / folder of the video clip into your web server.

Sample video links

Next, insert a link to this file (my_1st_video.asx) in any of your regular html pages.

To view a sample web page with links to Streaming Video; go to my sample video links page.

TOP

Do you like the new design?

 Yes

 No

 Don't know