In firefox, I type
into the Address bar and hit enter. Why doesn't it work? How do I correctly "seek" a video.Code:javascript:document.getElementById("player").sendEvent(''SEEK", 0);
In firefox, I type
into the Address bar and hit enter. Why doesn't it work? How do I correctly "seek" a video.Code:javascript:document.getElementById("player").sendEvent(''SEEK", 0);
Last edited by weido; 05-22-2010 at 03:12 PM.
Please post a link to a page on your site that contains the problematic code so we can check it out.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
To help you with your code, I need a link to your page, not to YouTube. However, the Google YouTube javascript api is probably your best bet:
http://code.google.com/apis/youtube/...reference.html
Follow the instructions there. It's a little complicated, but works. I've used it.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks