Example html to embed a a streaming movie in a browser using Windows Media Player

Problem
Example HTML to embed a streaming video file in a browser using Windows Media Player, Cut and Paste the txt in the box to your editor. Modify the dimensions and filenames.

Solution
Please use the following example HTML code in your webpage(s). Be sure to change the "filename.mpg" to the title of your video file which you must also upload to the server. You can modify the width and height to your preferences and set the autostart to be equal to 0 (zero) for OFF or 1 for ON:

<embed src="filename.mpg" width="320" height="240" autostart="1" align="middle" type="application/x-mplayer2" pluginspage="
http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" filename="filename.mpg" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True"></embed>
 

  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Related Articles

How to Stream Quicktime Files

All iWebhosting.com.my hosting accounts support QuickTime media files via HTTP streaming. Also...

Choosing a video format

If you're thinking about adding video to your Web page, you should take a minute to learn about...

How do I stream .mp3 files?

1. Upload your MP3 to your server2. Open notepad. write the entire url of the mp3: ie:...

Do you support the ASX media format on your web hosting?

Yes, we support ASX media format on our windows web hosting plans. For Linux/Unix...

How do I stream Real Audio and Video Files?

Adding Real Audio/Video StreamingThe HTTP protocol enables audio content providers to stream...