http://www.omni-forums.com/~dayzero/v1_music.htm
I don't want the quicktime plug-in to auto-preload the audio files on the site. I don't want it to download the audio until the user presses play. How would I go about doing this?
Code:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>finechina</title>
</head>
<body>
<embed src="downloads/01_Fine China_We Rock Harder Than You Ever Knew.mov" width="150" height="15" controller="true" kioskmode="true" autoplay="false" pluginspage="http://www.apple.com/quicktime/download/"><br><br>
<embed src="downloads/02_Fine China_Labor Saving Device.mov" width="150" height="15" controller="true" kioskmode="true" autoplay="false" pluginspage="http://www.apple.com/quicktime/download/">
</body>
</html>
|