Tagged Questions
0
votes
0answers
74 views
opera dropdowns over iframe
I've got common dropdown menu over iframe with Youtube video (loaded by jsapi).
Everything works just fine in Firefox and Chrome, but not in Opera.. (FF 17, Chrome 23, Opera 12.12).
Menu elements ...
1
vote
1answer
70 views
How to detect YouTube iFrame failure due to Flash crashing?
I've been working on a Google Chrome extension for a while now. I've noticed that Flash has been crashing quite commonly lately and I would like to have my extension gracefully recover from such an ...
0
votes
1answer
227 views
YouTube Video not playing correctly after after toggling the player's visibility
I am using YouTube JS API to play videos on my site. Video is played on the dialog box. When user closes the dialog box, player is stopped - player.stopVideo(); But when user clicks again on video ...