B
Binba
I created the simplest embed QT movie page, and for starters, want to
get the version. An HREF event works fine, but otherwise I get a
fabulous "Unspecified error".
I'm using MSIE6 WinXP SP2.
<html>
<body>
<OBJECT
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="320" height="256" id="movie1">
<PARAM name="src" value="test.mov">
<EMBED HEIGHT=256 WIDTH=320
SRC="test.mov" TYPE="video/quicktime"
PLUGINSPAGE="www.apple.com/quicktime/download"
EnableJavaScript="true" NAME="movie1">
</OBJECT>
//works:
<a href="javascript:alert
(document.movie1.GetQuickTimeVersion());">version</a>
//doesn't:
<script language="JavaScript">
<!--
alert (document.movie1.GetQuickTimeVersion());
// -->
</script>
</body>
</html>
Am I missing something really basic here?
Thanks.
get the version. An HREF event works fine, but otherwise I get a
fabulous "Unspecified error".
I'm using MSIE6 WinXP SP2.
<html>
<body>
<OBJECT
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="320" height="256" id="movie1">
<PARAM name="src" value="test.mov">
<EMBED HEIGHT=256 WIDTH=320
SRC="test.mov" TYPE="video/quicktime"
PLUGINSPAGE="www.apple.com/quicktime/download"
EnableJavaScript="true" NAME="movie1">
</OBJECT>
//works:
<a href="javascript:alert
(document.movie1.GetQuickTimeVersion());">version</a>
//doesn't:
<script language="JavaScript">
<!--
alert (document.movie1.GetQuickTimeVersion());
// -->
</script>
</body>
</html>
Am I missing something really basic here?
Thanks.