Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Trying to make my web QT ie6 friendly, having trouble.

Trying to make my web QT ie6 friendly, having trouble.
Thread Tools
Dedicated MacNNer
Join Date: Jan 2001
Location: Meida, PA USA
Status: Offline
Reply With Quote
Sep 18, 2001, 10:01 AM
 
I'm trying to change the QT HTML code on my company's web site so it is IE6 Active X friendly.

As discussed on the apple page: http://developer.apple.com/quicktime/compatibility.html

I have substituted this code:

<embed src="video/20_Year_View_Highband.mov" width="320" height="256" autoplay="true" loop="false" controller="true" playeveryframe="false" cache="false" bgcolor="#000000" kioskmode="false" targetcache="false" pluginspage="http://www.apple.com/quicktime/">
</embed>


with this:


<!-- new IE 6 / Active X QT code added: 9/18 -->

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"
HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="video/20_Year_View_Highband.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="sample.mov" WIDTH="320" HEIGHT="256" AUTOPLAY="true"
CONTROLLER="true"
PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

<!-- end new IE 6 / Active X QT code -->


but its not working. On my mac IE 5 I see nothing and mac NN4 shows a broken plugin.

Apple says after this change should "result in web pages compatible with Netscape and Internet Explorer browsers on both Mac and Windows systems" however I wonder how does a NN4 nad Ie 5 (w/ ActiveX turned off(default) interperate the OBJECT tag?

Little help..

~ Mike
~ Mike
--
Personal Site: MikeZornek.com
Other Interests: WebDevWiki.com
     
Professional Poster
Join Date: Oct 2000
Location: Toronto, ON
Status: Offline
Reply With Quote
Oct 8, 2001, 08:47 PM
 
It would seem the best thing is to browser sniff and do a document.write JavaScript to put the correct code into the page.
I'm way rusty, so don't ask me how to do it.

Reg
The Lord said 'Peter, I can see your house from here.'
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 12:44 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2