vote up 0 vote down star

Im trying to recreate the functionality on google video where you can access certain parts of a video by putting #1h1m1m in the url

So i have an embedded google video and links to the right that i want to link to certain times in that video.

I can do this with a page refresh but im trying ot do it via javascript so i don't have to.

I can't seem to get the src of an embed element via javascript for whatever reason (Im not too good with javascript)

Thanks

EDIT I don't really know what to show. I don't have a link because i haven't figured it out yet. I just want to skip to a different section of a google video without reloading the page.

flag

it would perhaps help if you showed us the page of what you try to do, preferably browseable. – Florian Bösch Sep 30 '08 at 17:42
At least you could provide a link to a page where this url based video seeking is in use. You must have one since you know it's possible. – Gene Oct 1 '08 at 9:30

1 Answer

vote up 1 vote down check

If the google video you are embedding is a YouTube video, there are documented APIs for causing the player to seek to a specified time (expressed in secondes).

See: YouTube Javascript API Reference

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.