jbw
06-10-2004, 07:49 AM
I'm trying to get some mpgs to play back on an OS9 mac with IE 4.5 but they won't play inside the browser. I've got QT 6 installed and they play outside the browser but once inside I just get a blank window when I try to open them.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>sample</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 76px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" height="236" border="0" align="center">
<tr>
<td align="center" valign="middle"><table width="100" height="236" border="0">
<tr>
<td><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320"height="236"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="SRC" value="../../video/fire/sample.mpg">
<param name="AUTOPLAY" value="true">
<param name="CONTROLLER" value="true">
<embed src="../../video/fire/sample.mpg" width="320" height="236" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed>
</object> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Any help much appreciated.
ta,
jbw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>sample</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 76px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" height="236" border="0" align="center">
<tr>
<td align="center" valign="middle"><table width="100" height="236" border="0">
<tr>
<td><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320"height="236"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="SRC" value="../../video/fire/sample.mpg">
<param name="AUTOPLAY" value="true">
<param name="CONTROLLER" value="true">
<embed src="../../video/fire/sample.mpg" width="320" height="236" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed>
</object> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Any help much appreciated.
ta,
jbw