Message: 14
From: "Mike Wollin" <email@hidden>
To: <email@hidden>
Subject: RE: Subject: Embed Object Tag
Date: Fri, 19 Dec 2003 16:00:43 -0800
Thanks Neil. Here's the info you wanted.
We're embedding as outlined in the developer area on Apple's site.
<object id="MediaPlayer1"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
height="436" width="656">
<param name="src"
value="http://66.54.175.172/video/100/f100762.mov" viewastext>
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#000000">
<embed name="MediaPlayer1" width=656
height=436
src=http://66.54.175.172/video/100/g100762.mov
pluginspage="http://www.apple.com/quicktime/download/" bgcolor="#000000"
type="video/quicktime" controller="true" autoplay="true"></embed>
</object>
I have also tried just a plain embed tag <embed
src=http://66.54.175.172/video/100/g100762.mov > and letting the browser
figure it out. Nothing!
We don't get any error message through the web, we get the broken QT
image. But when we try to target the player, we get Unknown Error
10060. However, we can with the same window go file > open URL in new
window and it plays.
This suspects me to believe that there maybe some security setting in
Windows IIS that won't let the mime/type work. Furthermore, I tried it
on another server, where I actually use the exact same code I pasted
here, and I put the .mov file on the same machine and it works no
problem.
Hope that helps!!