0
votes
1answer
18 views

Embedded youtube video restarts on resize

I have a Youtube video embedded on my site, and when the iframe that it is embedded in gets resized, the Youtube video restarts. Is this the expected behaviour? Is there any way around it? I have been ...
1
vote
1answer
20 views

on ipad once loaded youtube video freezes all other keys until played

I am using the following code to load a YouTube video. jQuery(document).ready(function() { $("#LOAD").click(function(){ data = '<iframe id="placeHolder"> </iframe>'; ...
1
vote
1answer
37 views

YouTube iFrame API bug in Mobile Safari

Using the YouTube iFrame API to embed a video I have come across a strange bug. The bug is only apparent on Mobile Safari (iPad3, mini and iPhone) No matter what I do to set a specific height or ...
1
vote
1answer
112 views

Embedded youtube videos viewing with iOS 6 - links after iframe not clickable

On my iPad and iPhone both running iOS 6.1.3, I cannot view links that are placed below an embedded youtube video. Here's an example: <a href="http://xenforo.com/community/">Xenforo</a> ...
0
votes
0answers
9 views

FancyBox with iframe misrendering

I added fancybox to a page to display a youtube or vimeo video when a person clicks on a thumbnail. When the popup opens everything looks fine but if you scroll on the page instead of staying in the ...
0
votes
0answers
26 views

Youtube/vimeo iframe won't play in firefox

I am embedding a youtube/vimeo video onto my site with an iframe. <iframe src="http://www.youtube.com/embed/{$entity->getYoutubeVideoID()}" ...></iframe> The ...
0
votes
1answer
21 views

Yotube video quality change using CSS media queries

I'm trying to use iframe embedding Youtube video on a responsive design webpage. How can I let the widest page comes with heigher resolution video (with parameter &vq=hd1080 )? Now I have ...
0
votes
1answer
33 views

Youtube iFrame inside another iFrame

On my site i have banners at the top, the banners are iFrame elements. I now need to add a youtube video, inside the banner iFrame. How do i add the youtube iframe inside another iframe? The ...
0
votes
0answers
27 views

Play youtube in iPad use custom button

If i do somthing like this <div id="player"> </div> <--DIV will replaced by Youtube iframe--> <video id="movie" src="http://www.w3schools.com/tags/movie.mp4"/> <script> ...
0
votes
0answers
23 views

Youtube IFrame api getVideoLoadedFraction() not called in iOS

I read links about YouTube IFrame API and doing a sample which has iFrame in HTML. I need the below function to be called: player.getVideoLoadedFraction(); I am using the below code for creating ...
0
votes
0answers
23 views

Cross Compatibility issues with Youtube Player

I'm developing a page for a client that requires me to display a YouTube video, but they said they didn't want the YouTube player controls. They want a button that when they click, gives them the ...
0
votes
0answers
38 views

YouTube iframe embed showinfo not working in chrome but working in IE and FF

This isn't even an issue specific to a site I'm trying to make, as you can go to https://developers.google.com/youtube/youtube_player_demo to replicate the issue. Simply play the standard video ...
0
votes
0answers
40 views

Youtube API - iFrame / unknown filetype on mobile browsers?

I'm confused. I'm working with the youtube api to display some most viewed videos from a youtube channel as thumbnails and play them on click in a video player. In my first version I used the ...
0
votes
1answer
52 views

Cross-browser absolute positioned div over iframe?

I have an embedded iframe YouTube video on my page and a CSS drop down that I need to have overlaying it. I've ran into problems in both IE10 and Firefox 20. In IE10, the drop down appears behind ...
0
votes
0answers
9 views

Alternatives to iFrame for YouTube.

I am trying to load a YouTube video page inside my blogsite, since youtube doesnt support iFrame, what other methods can I use to load this YouTube video page?
-1
votes
1answer
47 views

YouTube iFrame Breaking jQuery

I want to do something seemingly simple - embed a YouTube player on my page. However, it's breaking my FlexSliders on my page. There is supposed to be a carousel at the top of the page and one at the ...
0
votes
0answers
15 views

How to use youtube timestamp with iframe target

I need to make Youtube timestamp menu on my website like this http://jsfiddle.net/aLK4v/1/ I target any link to the iframe. But only first click on any link is triggered. What I do wrong? <div ...
0
votes
1answer
37 views

Iframe from Adsense (250x250) auto-resizes Iframe for Youtube on same page to 250x250

The same page ( www.goo.gl/xLAhN ) has a youtube video embedded in size 640x390 in an iframe using the following code: (3 variations of youtube embed code were tried all with same results) ...
0
votes
1answer
105 views

Stop and play Iframe video when lightbox closes

I'm making a lightbox that is supposed to show a youtube video. The first problem that I encountered, was that my youtube video would still play when I closed the lightbox. I then added: ...
0
votes
0answers
14 views

Checking whether an embedded youtube video has started?

So I have the following. <iframe style="display: none" width="420" height="315" src="url?autoplay=1" frameborder="0" allowfullscreen></iframe> I want the page to be able to know when ...
0
votes
0answers
51 views

Pausing HTML5 audio on play of youtube video

I'm working on a site that I have an loop plaing in the background. I also have an embedded youtube video. I was wondering how I could pause the background loop once the video has started and resume ...
0
votes
0answers
69 views

Playing youtube video in UIWebView only using iFrame

I'm trying to play youtube videos on my UIWebView using <iframe> tag with below code - NSString *html = @"\ <html><head>\ <style type=\"text/css\">\ body { ...
0
votes
1answer
32 views

How to embed YouTube Sports channel

I want to embed the YouTube auto-generated Sports channel in an iframe: http://www.youtube.com/channel/HC7Dr1BKwqctY Somehow the regular method ...
0
votes
0answers
101 views

iPhone : Play YouTube video with <iframe>

I know there's some of questions already asked for this, but it's a different one, I'm getting the following response to a YouTube video from my server which also added the same video on the website ...
0
votes
1answer
36 views

Stopping the user from being taken away from our web site when viewing a YouTube video on our site

I would like to stop user from being taken away from our web site when viewing a YouTube video embedded on our web site. We are using YouTube iframe to display the video. Here is the markup we are ...
0
votes
1answer
36 views

youtube embedding in an HTML5 code

<tr> <th> <iframe width="560" height="315" src="'+link1+'?autoplay=1;" frameborder="0" allowfullscreen type="application/x-shockwave-flash" ...
0
votes
1answer
80 views

Youtube iFrame (with javascript API) loads the first time, but not the second one. Why?

I am using the iFrame Youtube API with the following code. I call this view with Ajax to render it and append it in a div.yt-player within my page. It works the first time I call the view, but after I ...
1
vote
1answer
60 views

Prevent embedded YouTube player from plating onclick

When you embed a YouTube video in a page, there is a big play button in the middle of it which plays the video when clicked. For example: Is there a way that I can capture this click event before ...
0
votes
1answer
128 views

bootstrap .modal has lower z-index than youtube iframe on top fade in (only in firefox)

when the bootstrap fades in from the top it shows up underneath the youtube iframe embedded videos. once the fade is done it shows up on top like it should. i have set wmodes to transparent, opaque ...
0
votes
0answers
47 views

youtube video iframe obj getPlayerState dont work to me

I would get a reference to youtube player but it dont work for me with old embed style it worked var sStatus = ytplayer.getPlayerState() generate err firebug msg player.getPlayerState is not a ...
0
votes
1answer
38 views

selecting iframes of youtube videos

I have a page which displays images of youtube videos, and the user can select videos out of them. I am displaying them like this <ul> <li> <div ...
1
vote
2answers
118 views

Memory leaks when embed YouTube videos in Metro App using iframe

I want to play some YouTube video in my Metro app. I embed YouTube video in my app using YouTube Iframe API(Link). Then I meet a serious problem of memory leak. If I embed a YouTube video and then ...
0
votes
1answer
35 views

Moving youtube iframe player between divisions?

I am unsuccessfully trying to move an iframe containing a youtube player, by placing it into a different div in a different location on a page. Even if i try to wrap the iframe with a div and try to ...
1
vote
2answers
59 views

Wordpress - Change Video (iframe) dimensions on the home page

Working on a website and having an issue with the Video output. // The site is : http://tastethemovement.org In the post, I embedded a Youtube Video with the width of 560px. It looks great in the ...
1
vote
1answer
44 views

How do I get a more precise current, video and start time with YouTube iframe?

At the moment my start time and end time for an embedded video is put in seconds. However, I know it's possible to be much more precise than this (when I go to my playlists in YouTube, I can edit the ...
1
vote
1answer
78 views

Changing iframe src with JavaScript not working

I'm trying to pull a YouTube video id from an img and then pass it into an iframe to play an embedded video. My iframe is inside a div which is invisible until the img is clicked: <div ...
0
votes
0answers
66 views

YouTube iFrame on iOS change from SD to HD when Fullscreen

I am trying to embed a YouTube iFrame to work on the iPad properly. I embed it to play inline in SD and when I go fullscreen it will not change to HD. On desktops it does this automatically :( Any ...
0
votes
0answers
52 views

How to capture OnStateChange event for manually entered iframe for YouTube video

I have need to be able to capture the onstatechange event for a youtube video that exists as a manually entered iframe (not built up via javascript) but unfortunately I can't figure out how to do it ...
1
vote
0answers
625 views

Youtube - Unsafe JavaScript attempt to access frame with URL - Javascript

I'm using the following javascript on this page in an attempt to switch the video when someone clicks onto the video thumbnail. <script> function replaceVideo(id) { originalSrc = ...
0
votes
2answers
80 views

Get YouTube video info from iFrame embed API

I'm using the YouTube iFrame API to embed videos and create a simple custom player. I'm looking to get the video title/description/etc. from the API without having to do another call to YouTube to ...
0
votes
0answers
70 views

Javascript YouTube Iframe API same page reloading issue

I am having a strange issue with the youtube iframe api. On first load the first thing that happens is that it initialises the iframe api from youtube. When the api is loaded it triggers the ready ...
0
votes
1answer
57 views

IFrame Wmode Interrupts Fixed Menu

I have a youtube video that is embedded, but the menu that has a fixed position is not scrolling over it; rather, the video is overlaying the menu upon scrolling. The following snippet of code shows ...
1
vote
2answers
163 views

What is the best way to embed Youtube videos? [closed]

I'm building a video website and I want my users to be able to upload or embed videos from Youtube. The Youtube API doesn't seem to provide video upload from their website, or do they? So I tried to ...
0
votes
1answer
80 views

Check if Content Inside Youtube iFrame has Changed

I have a iframe that initially does not contain a video. When the user presses a button, a Youtube video will load. To detect when the Youtube video has finished loading, I am using on() to detect ...
0
votes
1answer
110 views

Loading youtube video in aspx page

I have in my homepage different content articles which may contain videos. If an article contains video, the video icon beneath it will redirect to Video.aspx page which contains a to play the video. ...
0
votes
0answers
160 views

Youtube Api iframe player transparent issue with ie8

I have created a youtube iframe player with following code var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { height: '390', ...
0
votes
1answer
334 views

YouTube iframe API - onReady and onStateChanged events not firing in IE9

I have been troubleshooting and searching for an answer to this for hours, to no avail. Sample code from the API documentation is being used verbatim. Sample code that others post and say works on ...
1
vote
0answers
44 views

YouTube Custom Brand on iPhone

I am having a hard time trying to fit a YouTube custom brand channel on an iPhone. It's just a simple html page, and it fits well outside YouTube - the page is 640px wide and I use the viewport meta ...
0
votes
2answers
160 views

Youtube Iframe on HTTPS website

I included an iframe pointing to a youtube video on a website using https. Although I embedded the youtube video with "https://", the video loads http-files when I click on play, rendering the browser ...
0
votes
0answers
99 views

Youtube iframe api causes Safari 5.1.7 Mac to hang up

I add a fullscreen youtube iframe on a webpage using the following options: ytplayer = new YT.Player('ytplayer', { height: '390',width: '640', videoId: $('.parameter[title|="youtube"]', ...

1 2 3 4 5