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: RE: Subject: Embed Object Tag



The host 66.54.175.172 is not 'up', which results in error 10060

What this can mean is it is not accessible from the internet, perhaps due to firewall or NAT configuration. As you have specified an HTTP URL, you would normally be expecting incoming requests on port 80.

Both ping and tracert to this host failed, indicating that the error 10060 is resulting from an inability of this server to host incoming requests on port 80. Telnet to port 80, to send a hand-coded HTTP request similarly failed.

The fact that you can see this content on an alternate server suggests that your 66.54.175.172 server is not running or not configured to accept external requests (if it is up and you can see it from inside your network). I would definitely inspect your IIS configuration.

If you have other (eg HTML, or images) content on there, you should try to browse to it in IE from outside your network, where you will find it is inaccessible. Other than that, the HTML seems fine, more or less (though you will need to change viewastext to viewastext="true" if you ever want to server up xhtml pages ;-)

Hope that helps - Regards, Neil.


At 22:01 19/12/2003 -0800, you wrote:
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!!
_______________________________________________
quicktime-talk mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-talk
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.