Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QT Progressive issues (Internet Explore VS Safari)



From: Ben Britt <email@hidden>

I am having different behaviors happening
w /QT  Progressive downloads between
Internet Explorer and Safari.

http://www.thyspy.com/thyspysmall.html

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
width="160" height="136"
codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0";>
           <param name="controller" value="TRUE">
           <param name="type" value="video/quicktime">
           <param name="autoplay" value="true">
		  <PARAM name=kioskmode value="false">
		  <PARAM name=cache value="false">
           <param name="target" value="myself">
           <param name="src" value="ThySpy56.mov">
           <param name="pluginspage"
value="http://www.apple.com/quicktime/download/indext.html";>
           <embed width="160" height="136" controller="TRUE"
target="myself" src="ThySpy56.mov" kioskmode="false" cache="false"
type="video/quicktime" bgcolor="#000000" border="0"
pluginspage="http://www.apple.com/quicktime/download/indext.html";</
embed>
</object>

Since your problem is on a Mac, it's unlikely that the cause is the object tag, although there are a few minor syntactical errors you might want to correct in the object parameters:
-- put quotes around kioskmode (name="kioskmode")
-- put quotes around cache (name="cache")


However, I see a problem with the embed tag that might be affecting Safari (I haven't actually checked this online):
-- notice how you start the tag with <embed but you never finish it correctly with a > before writing </embed>


Try that.

-- Thomas Fruin
   email@hidden
_______________________________________________
streaming-server-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-users
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.