|
-
Jun 24th, 2002, 05:36 AM
#1
Thread Starter
Frenzied Member
Using OBJECT Only Works in IE
Hi, I'm using this code to embed a QuickTime panorama in a web page and it only seems to work in IE. Is that because Moz and Opera don't support the object tag properly, or do I need to change something?
Code:
<object class="border" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" style="width:400px; height:316px;" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="SRC" value="Multimedia/PanoramaHigh.MOV" />
<param name="AUTOPLAY" value="true" />
<param name="CONTROLLER" value="true" />
<p class="text">It appears that your browser does not support the <code><object></code> element or you do not have the <a href="http://www.apple.com/quicktime/">QuickTime</a> plug-in.
The object that is supposed to be here is <a href="Multimedia/PanoramaHigh.MOV">Multimedia/PanoramaHigh.MOV</a>.
Please either use the link above to view the panorama, or alternatively <a href="Links.htm#Browsers">upgrade your browser</a>.</p>
</object>
EDIT: I've uploaded the page if you want to see it it's @ http://www.rickmusic.fsnet.co.uk/Jun...e/Panorama.htm
Last edited by Rick Bull; Jun 24th, 2002 at 06:54 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|