View Single Post
  #7 (permalink)  
Old 04-17-2006, 02:22 PM
myrtletrees myrtletrees is offline
Junior Member
 
Join Date: May 2005
Posts: 242
Originally Posted by windtalker
Using A Hyperlink
If a web page includes a hyperlink to a media file, most browsers will use a "helper application" to play the file:

<a href="video.avi">
Click here to play a video file
</a>

The code fraction above displays a link to an AVI file. If the user clicks on the link, the browser will launch a helper application like Windows Media Player to play the AVI file.

only that is working, the others not.
I've often had the same issue as you and have had to resort to using the Hyperlink option instead of trying to embed the video in the page. Sometimes it works, sometimes it doesn't...kinda wierd.
Reply With Quote