blank
 Greenville County SchoolsSchool and Teacher Webmasters
Resource Repository

Site Navigation

D. Michael Simmons > Embedding MP3 - Qucktime
The code below is for a Quicktime player which is 200px wide. This would work well for pictures this width. Remember to resize pictures before uploading them to your site.
 
The code for the player above can be downloaded HERE.

Please note the following areas in red that you will need to change. 

<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="200" height="16">
<param name="src" value="/sites/msimmons/Shared Documents/test.mp3" />
<param name="controller" value="true" />
<param name="autoplay" value="false" />
<param name="autostart" value="0" />
<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
</object>