|
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.