QuickTime sound Embedded, file music.mid

Code for the sound on the page

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="30"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM NAME="SRC" VALUE="music.mid">
<PARAM NAME="AUTOPLAY" VALUE="true"> <PARAM NAME="CONTROLLER" VALUE="true"> <EMBED SRC="sample.mov" WIDTH="160" HEIGHT="30" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED> </OBJECT>
To use the code cut and paste the blue text above and amend as detailed below.

Parameters that can be changed:

  • WITH and HIGHT value in line one for the size of the player. (larger sizes required for movie playback)
  • "SRC" VALUE="music.mid"> Change "music.mid" to any other suitable media file. (add path to file if in sub directory)
  • "AUTOPLAY" VALUE="true" or "false" If false add a start action, ie click to start behavior
  • CONTROLLER" VALUE="true" or "false" Hide or show the controller
Dreamweavers Property Inspector
Click on the Parameters button to view and change settings