Tagged Questions
1
vote
1answer
29 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 ...
0
votes
0answers
22 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 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
0answers
75 views
iPad app iframe uiwebview autoplay youtube video
I have found so many answers on the workarounds to get autoplay to work on iPad apps playing youtube videos within a uiwebview. I've tried many of them and the ones that include javascript, I don't ...
0
votes
1answer
102 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
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
1answer
77 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
59 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
0answers
104 views
web page to play one random video (youtube, dailymotion, vimeo) from a stored list of videos [closed]
I am very new to web design. How would I go about creating a database of videos and how would I go about having a random iFrame code self generate within the website? What methods would be the most ...
0
votes
1answer
34 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 ...
0
votes
0answers
91 views
Using a playall button with jquery and the youtube api to play all youtube videos one by one on my website
I have already searched many answers for this question.
Here are some things i've searched:
Pausing YouTube iFrame API in JavaScript ---
Event loads with jQuery and YouTube API --- Using ...
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 ...
0
votes
1answer
38 views
Interacting with Khan academy's embedded youtube player
I was wondering if there is a way to interact with the youtube video's iframe that is inside teh Khan Academy's embedded code (which renders an iframe with the youtube iframe inside it).
I am trying ...
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
159 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
195 views
Stop embedded youtube iframe?
I'm using YouTube iframe to embed videos on my site.
<iframe width="100%" height="443" class="yvideo" id="p1QgNF6J1h0"
...
0
votes
0answers
39 views
youtube api: loadPlaylist: Argument syntax vs. Object syntax
The following youtube api code in "argument syntax" works properly to load a video playlist (array of youtube video IDs):
player.loadPlaylist(myPlayList, actPlayListIndex, actTime);
But the ...
0
votes
2answers
53 views
Update Youtube iframe
i am trying to dynamically update src attribute of an Youtube iframe using jQuery.
Here is my HTML:
<iframe width="480" height="360" src="" frameborder="0" allowfullscreen></iframe>
...
0
votes
1answer
53 views
Pause YouTube iframe embed when playing another
I have multiple YouTube iFrames embedded on a page. If one of the movies is already playing, and a user then decides to start playing a different movie, is it possible to stop playing the first movie ...
0
votes
0answers
81 views
youtube iframe playlist with listType flash seems to be broken
It looks like the flash player from youtube is broken when using a playlist iframe option.
The html5 player is working well
example
http://www.youtube.com/embed/?listType=search&list=jazz
Error ...
0
votes
2answers
50 views
Is it necessary to call youtube api to load a list if videos?
I want to embed a list of youtube videos on my web-page. I saw the google doc but is it necessary to load the www.youtube.com/iframe_api" and to call onYouTubeIframeAPIReady(). Is there a simple way ...
0
votes
1answer
142 views
'Video undefined' using youtube API with IE8
I have used the iframe youtube api to work with the video . It works well on chrome and fx, but when it is implemented on IE 8 , it return error of 'video' is undefined. How to fix the problem ? ...
0
votes
1answer
119 views
How to pause all user embedded youtube videos via jquery?
I have a user embedded youtube video, they've copied and pasted a iframe youtube player into it.
I've looked at a load of questions on stackoverfow and the you tube api but can't seem to figure out ...
0
votes
0answers
55 views
iframes constructed dynamically by youtube api have problems
I used the youtube javascript api to control youtube videos in iframes embedded in my website. Due to a problem getting them to work with asp.net pages, I adopted a slightly different approach that ...
4
votes
1answer
209 views
YouTube iframe for Windows 8 app
So I'm using YouTube's iframes in order to show some videos in my app. The thing is I cannot make the videos fullscreen.
I'm using this code:
<iframe width="560" height="315" ...
1
vote
1answer
94 views
Youtube pause all iframes with same class
I want to pause all the youtube movies (independent of it's ID) with a simple onclick. I've made a jsfiddle for the code that would work with a certain ID. However since I can't assign unique ID's I ...
1
vote
1answer
140 views
Youtube API playing next video if else statement
Using the iframe youtube API I'd like this if else statement to play a certain random video off this playlist given the number chosen. As of now it seems to give me some repeating videos not based on ...
0
votes
1answer
108 views
Alternatives to youtube iframe api?
I'm giving up on using the youtube iframes api. I use it with asp.net pages, and I use the youtube method of creating iframes programmatically, and I find that in Internet Explorer, those iframes are ...
0
votes
1answer
46 views
getting iframe to use https with youtube when iframe is create in javascript?
Youtube allows videos to be downloaded via ssl, with a simple https prefix. If I use the youtube api to create a player, the code looks like:
player = new YT.Player('player', {
...
0
votes
1answer
235 views
asp.net page with iframe with youtube video sometimes requires refresh
I have an asp.net page with an iframe in it that shows a youtube video. I have buttons that use the youtube api to control the video. I'm finding that often the video doesn't show up, and I have to ...
0
votes
2answers
266 views
YouTube JS API Custom Player Skip/Next Video Function
I have a custom youtube player coded mostly in javascipt/jQuery that uses the iframe method and has next and previous track buttons that work without using the YouTube Javascript API functions. The ...
2
votes
2answers
647 views
Youtube Iframe: onYouTubePlayerAPIReady() not called
I have a page with an iframe which load a youtube video (the src of iframe is modified in runtime).
I based on code by Rob W provided in different answers on this topic
<iframe id="browser" ...
0
votes
1answer
246 views
Automatically playing a youtube video in full screen
I am using a player to play youtube videos on a web page. The videos are loaded from a channel and played one by one automatically. This is working perfectly. However I want that video should be ...
0
votes
2answers
156 views
What option should I use for iframe sandbox
I had a video that stopped being controllable when I appended a safety feature: I added
"&origin=http://mydomain.com" to the attributes of the iframe that had the video. (By not controllable I ...
0
votes
2answers
200 views
Youtube embedded video with overlapping title
Out of nowhere the title on my youtube video is overlapping the share and more info buttons within the video header. If you hover over the video the title compresses correctly.
Fiddle with the ...
-1
votes
1answer
87 views
Is there a Youtube like/thumb up button anywhere to put on my website?
I'm looking for a like/thumb up button similar to facebook, reddit, ect. that will up vote a youtube video from my website... Is there any way to do this? I want to put the code on my website so ...
2
votes
1answer
363 views
Youtube z-index issue in IE
I am playing around with the youtube api and have the below code in http://jsfiddle.net/aaronk85/wapFR/
<div id="video-wrap2"></div>
<div id="video-wrap">
<div ...
0
votes
0answers
416 views
Youtube iFrame API's cueVideoById not working in mobile devices?
I'm working on a website that involves playing segments of embedded Youtube videos on mobile devices. The API states that cueVideoById supports defining both startSeconds and endSeconds parameters as ...
2
votes
2answers
331 views
youtube api iframe loadvideobyid starts video where last one left off
I am using youtube api iframe and just getting going with the sample code. When I issue:
player.loadVideoById("ytidNo1") the proper video starts ("ytidNo1" is a valid youtube id)
Then, say, 10 ...
0
votes
1answer
174 views
Youtube IFrame API stopped working
I'm trying to use basic onPlayerStateChange events in the Youtube IFrame API to track starts/stops/finishes in Google Analytics. The code worked in October, but now the video won't display. GA ...
0
votes
1answer
169 views
Display Youtube video in iframe
Website example1.com has a Youtube video embedded. Website example2.com has an iframe that displays example1.com. Seems that due to Youtube policies, this video can be watched from example1.com but ...
2
votes
2answers
1k views
play iframe video on click a link javascript
I have used a iframe video in my web page. This is my html code
<iframe id="video1" width="520" height="360" src="http://www.youtube.com/embed/TJ2X4dFhAC0?enablejsapi" frameborder="0" ...
0
votes
0answers
143 views
Youtube iframe disable links (allownetworking)
i am not able to prevent external networking with youtube embedded by iframe.
http://www.youtube.com/embed/...
how to do it? thanks
0
votes
0answers
28 views
Playing video on linked webpage using iframe
I need a function in my page which receives YOUTUBE video id and direct to another webpage wchich plays that video using iframe.
Any help or suggestion???
0
votes
3answers
726 views
Youtube Iframe disable pause video
I need to play video on my web-page. But I need to deny control.
I put "controls=0", but player has pause action when I click on it.
Can I disable "pause" action in YouTube player?
0
votes
0answers
553 views
Embedded Youtube Playlist cannot shuffle using Javascript API
I am trying to embed a playlist in a web page, however I wish the playlist to be shuffled so that not always the same video comes up when the user visits a page or clicks different links.
I am ...
0
votes
1answer
251 views
Is there an alternative way to track YouTube's API PlayerStateChange using Google Analytics Event Tracking?
I want to track video plays using Google Analytics without using the API script format, and instead track an embedded <iframe>. Is that option possible at all? Could an enabledjsapi in the ...
0
votes
1answer
739 views
How to Dynamically change Youtube Player videoID
I want to use the YT.Player code so that I can detect events. I have a CSV file with Youtube video ID's and a function that puts the ID's in an array and want to be able to dynamically change the ID ...
2
votes
1answer
829 views
OBJECT vs IFRAME video embeds
The question has already been asked as to whether OBJECT or IFRAME should be used for video embedding...
Should I use <object> or <iframe> for loading a video?
But my question takes that ...
3
votes
2answers
1k views
Youtube iframe in jquery mobile + phonegap build
I'm using an iframe to embed a youtube video in an app for android/iOS developed using jQuery mobile and phonegap build.
Testing it on my browser works fine.
On my device (android) I see the video ...


