blank
 Greenville County SchoolsSchool and Teacher Webmasters
Resource Repository

Site Navigation

D. Michael Simmons > Embedding mp3
This player works best at a width of 270 px.

Download this file to get code
The embedded audio above is in a table cell. 

The red code indicates the path to your mp3 file.
The orange values show the height and width of the embedded player.
<object id="mediaplayer1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="270" height="40">
<param name="Filename" value="/sites/msimmons/Shared Documents/test.mp3" />
<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>