View Single Post
  #6 (permalink)  
Old 04-17-2006, 12:02 PM
windtalker windtalker is offline
Junior Member
 
Join Date: Apr 2006
Posts: 14
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.
Reply With Quote