Monday, April 4, 2011

[YouTube-API] Re: YouTube IFRAMES Broken on iPad/iPhone

Here's the code we're using within a UIWebView :

<html>
<head>
<style type="text/css">
body {
background-color: transparent;
color: white;
}
</style>
</head>
<body style="margin:0">
<iframe class="youtube-player" type="text/html" width="280"
height="200" src="http://www.youtube.com/embed/5NmjJeNFUVU "
frameborder="0">
</iframe>
</body>
</html>

Thanks, Menno

On Apr 4, 7:06 pm, "Menno Bisschops" <mennobissch...@gmail.com> wrote:
> Hi,
> Yes we're still seeing that. As you can see in screenshots 1 and 2.
> Screenshot 1 shows the preview image stretched and screenshot 2 shows the
> message after you hit the play button. The ID of this video is : 5NmjJeNFUVU
>
> We're also seeing copyright messages we haven't seen before. Screenshot 3
> shows one of those messages (in dutch). The ID of that video is :
> -TTPGAy5H_E
>
> Hope you can solve it.
>
> Thanks, Menno
> Zooma BV
>
>
>
>
>
>
>
> -----Original Message-----
> From: youtube-api-gdata@googlegroups.com
>
> [mailto:youtube-api-gdata@googlegroups.com] On Behalf Of Jeffrey Posnick
> Sent: maandag 4 april 2011 18:43
> To: YouTube APIs Developer Forum
> Subject: [YouTube-API] Re: YouTube IFRAMES Broken on iPad/iPhone
>
> Hello,
>
>  We can reproduce the resizing issue, and the engineering team is
> working on a resolution for that.
>
>  We have not been able to reproduce the issue leading to the "You need
> to upgrade your Adobe Flash Player to watch this video" message,
> though. Can you confirm that you're still seeing that? If so, are you
> seeing it when using UIWebKit to display the iframe embed within an
> app, or just when using iOS Safari to navigate to a web page with the
> iframe embed on it?
>
> Cheers,
> -Jeff Posnick, YouTube API Team
> ~ YouTube is hiring! ~http://google.com/jobs/workyoutube~
>
> On Apr 3, 4:16 pm, technabob <technab...@gmail.com> wrote:
> > I've been seeing the same problem now with the YouTube HTML5/IFRAME
> > embed code. Just using the standard YouTube embed code, i.e.:
>
> > <iframe title="YouTube video player" width="640" height="390"
> > src="http://www.youtube.com/embed/KR2Esy83MQ0" frameborder="0"
> > allowfullscreen></iframe>
>
> > The IFRAME is highly distorted on iPad (about 2x normal height), AND
> > when you click play on the video you get the following message. "You
> > need to upgrade your Adobe Flash Player to watch this video"
>
> > FWIW, it's not a problem with other similar players. Here's a Vimeo
> > sample that works fine:
>
> > <iframe src="http://player.vimeo.com/video/20718237?
> > title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="640"
> > height="360" frameborder="0"></iframe>
>
> > Thought it might be an iOS 4.3 issue, but tested on my iPhone with iOS
> > 4.2.1 and the same thing happens. This definitely used to work.
>
> --
> You received this message because you are subscribed to the Google Groups
> "YouTube APIs Developer Forum" group.
> To post to this group, send email to youtube-api-gdata@googlegroups.com.
> To unsubscribe from this group, send email to
> youtube-api-gdata+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/youtube-api-gdata?hl=en.
>
>
>
>  screenshot1.PNG
> 492KViewDownload
>
>  screenshot2.PNG
> 186KViewDownload
>
>  screenshot3.PNG
> 180KViewDownload

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment