Embedding a mpg video file
-
I’m trying to embed an .mpg video but cannot get it to load. Here is the code: Anyone have any suggestions?
<!– begin embedded WindowsMedia file… –>
<table border=’0′ cellpadding=’0′ align=”left”>
<tr><td>
<OBJECT id=’mediaPlayer’ width=”320″ height=”285″
classid=’CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95′
codebase=’https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701′
standby=’Loading Microsoft Windows Media Player components…’ type=’application/x-oleobject’>
<param name=’fileName’ value=”https://teachmetohomeschool.com/mountainpeak/movies/0210_guitar.mpg”>
<param name=’animationatStart’ value=’true’>
<param name=’transparentatStart’ value=’true’>
<param name=’autoStart’ value=”true”>
<param name=’showControls’ value=”true”>
<param name=’loop’ value=”true”>
<EMBED type=’application/x-mplayer2′
pluginspage=’https://microsoft.com/windows/mediaplayer/en/download/’
id=’mediaPlayer’ name=’mediaPlayer’ displaysize=’4′ autosize=’-1′
bgcolor=’darkblue’ showcontrols=”true” showtracker=’-1′
showdisplay=’0′ showstatusbar=’-1′ videoborder3d=’-1′ width=”320″ height=”285″
src=”https://teachmetohomeschool.com/mountainpeak/movies/0210_guitar.mpg” autostart=”true” designtimesp=’5311′ loop=”true”>
</EMBED>
</OBJECT>
</td></tr>
<!– …end embedded WindowsMedia file –>
<!– begin link to launch external media player… –>
<tr><td align=’center’>
Launch in external player
<!– …end link to launch external media player… –>
</td></tr>
</table>
- The topic ‘Embedding a mpg video file’ is closed to new replies.