Click to See Complete Forum and Search --> : MPG vs QT


tomyknoker
10-30-2006, 06:37 PM
I give up on Quicktime, anyone know how to embed an MPG... I'm assuming this will play on a PC no matter what?

The Little Guy
10-30-2006, 06:57 PM
I believe this will work with QT
<embed type="audio/midi"
src="./Common/tutorials/inclMultimedia/HS00.mid"
width="320" height="26"
pluginspage="http://www.apple.com/quicktime/download/"
align="middle"
autoplay="false"
bgcolor="#ffffff" >
<noembed>
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
width="320" height="16"
codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"
align="middle" >
<param name="src" value="./Common/tutorials/inclMultimedia/HS00.mid" />
<param name="autoplay" value="false" />
</object>
</noembed>
</embed>