0
votes
1answer
24 views

Using Javascript to scan JSON data from youtube API

I am trying my hand at searching youtube with the youtube API via Javascript, and as per the google docs on the matter: <div id="agenda"></div> <script> function ...
0
votes
0answers
68 views

jQuery YouTube TubePlayer Plugin-Play video inside my div

I am using jQuery YouTube TubePlayer Plugin to play video from youtube. I am able to play the YouTube video. But the plugin generates an iframe seperatly and plays the video inside it. But I need the ...
0
votes
2answers
134 views

YouTube API: custom button to start playing an embedded video

I have embedded a YouTube video in a website, but I want to start playing it by clicking on a custom button outside the player. After some research on the web I've tried with this piece of js: ...
0
votes
1answer
459 views

Youtube iframe player JS API with jQuery - player object has no method 'getPlayerState'

I've got following code, that is suppose to pause Slidedeck's autoscroll whenever there is a mouseover event. For mouseout event, the autoscroll should resume working unless the youtobe video in the ...
0
votes
0answers
96 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 ...
0
votes
3answers
54 views

Displaying iframe with javascript/jquery

I have this iframe: <iframe width="0" height="0" src="http://www.youtube.com/embed/Nc9xq-TVyHI?autoplay=1&start=110&end=119" frameborder="0" ></iframe></body></html>'; ...
1
vote
2answers
170 views

Wordpress JQuery Ajax request readyState always 0

I can't find an answer to this problem. I'm trying to get the youtube video title (form Wordpress of course, but I want to do it from javascript). Well my code looks like this: $.ajax({ url: ...
0
votes
1answer
885 views

Twitter bootstrap carousel youtube video auto start

I have created a Twitter Bootstrap carousel to display pictures and text. So far this goes great. But I would like to add YouTube videos to the slides, I would like the videos to automatically start ...
0
votes
0answers
75 views

Get batch related videos with YouTube JavaScript API v2.0

I've got the following two bits of JavaScript which I am hoping to optimize into one (or, at least, fewer) requests: function getRelatedVideoInformation(videoId, callback) { // Do an async ...
0
votes
2answers
55 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
74 views

how to expand a youtube thumbnail on load using javascript

i got a solution for my question from how to get rid of youtube videos getting repeated even though different embedded code is given? link. i have a small requirement which is i have to resize my ...
0
votes
1answer
105 views

how to get rid of youtube videos getting repeated even though different embedded code is given?

I am developing a mobile webpage and I have to import two youtube videos on it. The video has to expand and start playing when I click on that video. The video has been attained using javascript and ...
0
votes
1answer
103 views

Retrieving youtube playlist info using JSON not working on IE

Below code is working on chrome and mozilla but this is not working on IE 8. Could you help me out .. var video_id='VA770wpLX-Q'; ...
0
votes
1answer
143 views

Javascript doesn't work on ajax post

I'm using Youtube Iframe API and using their script the player loads fine. But when I do an ajax call to the php file containing javascript code to run the player, it doesn't execute. function ...
1
vote
1answer
247 views

Creating many YouTube iframe players slows down initial page load

I'm using the youtube api to add alot of videos, more than in this example, 15 for one page and 30 for another; the logic is identical // load api var tag = document.createElement('script'); ...
0
votes
2answers
268 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 ...
0
votes
1answer
271 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
0answers
136 views

YouTube API with mobile playback

I've implemented this function to interact with iframed youtube videos. I'm using it in conjunction with the jQuery Cycle Plugin: http://occasions.nickdimatteo.com/weddings/wedding/ (video is on the ...
0
votes
2answers
68 views

execute script based on variable states

I am creating a video player which relies on loading both the vimeo and youtube playlist apis through ajax. Once they are loaded, for youtube I then need to loop through all the videos in the playlist ...
0
votes
2answers
195 views

Show live current elapsed time of a youtube video

I know how to get the current elapsed time of a youtube video using... player.getCurrentTime() But I need a way to show this as updating text inside an element so I can display the current time of ...
1
vote
0answers
122 views

Video is not loading from youtube Playlist occasionally

I am using YouTube API to retrieve videos from YouTube playlist using Javascript and Jquery . and showing that videos into Carousal . occasionally that video's loaded into carousal and sometime it's ...
0
votes
1answer
463 views

Multiple players - YouTube api

I'm using the YouTube API to create an instance of a player which then loads and plays videos from a list of links. Each link contains an inline function call with the video ID as its value. The JS ...
0
votes
2answers
606 views

stopping a youtube video in a modal window when modal is closed

I am trying to do something really simple. I have a bootstrap modal window where I am putting a youtube iframe video like this: <iframe id='youtube-player' width="560" height="315" ...
0
votes
1answer
218 views

jQuery tubeplayer - Link to stop any video in page

using jQuery tubeplayer, how can I set a single button that stop any video embed? I try the php for render multiples videos: echo ' <div class="video_frame"> <script ...
0
votes
1answer
154 views

Youtube embed player avoiding zindex

I'm trying to get an image to be placed over an youtube embedded player. I added the wmode=transparent to the url through jQuery to allow the player to accept a zindex. While it loads the image does ...
0
votes
1answer
791 views

onYouTubePlayerReady is not firing when the page is loaded with ajax

I have the following jQuery script that loads a page with ajax, and i want to display a video using the Youtube API when the page is loaded: $("#games_slides").load($(this).attr('href'), function(){ ...
2
votes
1answer
786 views

Play youtube video in full screen using external link in JQuery

Hello is it possible to control the fullscreen option in youtube video embedded in any site using external link ? I am using iframe to load the youtube url: <iframe width="640" height="360" ...
1
vote
3answers
1k views

Youtube API: How to grab video ID? JQuery/Json

Currently fetching the first video from a search on YouTube using the code below, but when docready is called, the ids are not set. The code does not wait for the ajax results to be returned, instead ...
1
vote
2answers
327 views

How to remove black bar from the YouTube videos

The black bar appears in the YouTube video, it looks little odd when the video plays. Can we remove that black space from the videos? I want to remove that black space and shows the video at desire ...
0
votes
1answer
224 views

Replay a youtube video when clicking on an element

I have a div element which is a link and I want it to be able to play a video once again. My jQuery code is this : $('#film').click( function() { $('#question').hide(); $('#video').show(); ...
5
votes
2answers
477 views

Is there a js callback for when youtube player begins again after pausing to buffer?

I'm trying to figure out if there is a callback for when the player is not buffering anymore. I'm using onPlayerBuffering: function(){}; right now for when the player begins buffering, but I can't ...
1
vote
1answer
802 views

Event loads with jQuery and YouTube API

When I put the callback for when the YouTube video has loaded, onYouTubePlayerReady, inside the jQuery ready function it is not called when the video is loaded. However, when I put the callback ...
0
votes
1answer
1k views

Youtube iFrame javascript not playing the video

I'm experimenting with the Iframe youtube api and am not able to run the code directly from their getting started documentation. Here is the code: http://jsfiddle.net/ApK7X/1/ It is suppose to load ...
0
votes
1answer
2k views

How to embedd multiple videos in a youtube player

I'm trying to create a simple youtube player that should show thumbnail of videos and should play them consecutively. I know youtube instant does this but the JS is minified so I can't make much sense ...
0
votes
1answer
1k views

JQuery popup model for videos

I am new to JQuery and am trying to display a YouTube playlist in thumbnails and if the user clicks a thumbnail, the video will play in a modal popup. I've found some code that retrieves a youtube ...
2
votes
2answers
2k views

Can't Figure Out How to Pause YouTube Video on Click

My users are using the old embed method of utilizing the tag YouTube gives you instead of the iframe. I'm trying to figure out how to detect the player state (when it's paused, playing etc) when a ...
6
votes
1answer
2k views

Jquery TubePlayer Plugin not functioning as desired

TubePlayer is a jQuery Plugin that implements YouTube Player API, and allows us to create our own controls and components for YouTube videos. The TubePlayer Website provides tips on getting started ...