0
votes
1answer
183 views

YouTube API Callback in IE7 and IE8

I'm having difficult getting the API to work in IE7 and IE8. Need simple pause / stop detection. Even this demo page has IE8 errors and the callback events fail: ...
0
votes
1answer
424 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
2answers
267 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 ...
-1
votes
2answers
124 views

Use YoutubeAPI to play youtube video until a particular time and pause

Is there a way to use the Youtube API to play a video until a certain point in the video and then pause it?
-1
votes
3answers
68 views

Search Youtube and return XML

Is there a url I can use the search for 'Transformers movie' on YouTube, and return XML with a list of videos?