blank
 Greenville County SchoolsSchool and Teacher Webmasters
Resource Repository

Site Navigation

D. Michael Simmons > Embedding a wav
This player works best for a width of 270 or 320 px.
   

Download this file for the code.

The red code indicates the path to your mp3 file.
The orange values show the width of the picture and the width of the embedded player. They should be the same. So if your picture width is 320 change the width in the embed code to 320.

<object id="mediaplayer1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="270" height="40">
<param name="Filename" value="/sites/msimmons/Shared Documents/test.wav" />
<param name="AutoStart" value="False" />
<param name="ShowControls" value="True" />
<param name="ShowStatusBar" value="False" />
<param name="ShowDisplay" value="False" />
<param name="AutoRewind" value="True" />
</object>