Clayton
Sift Talk Posts
1
I'd been trying to figure this out, and did, thought I'd share
posted by Clayton 1 year 4 months ago • 83 views
Google allows the passing of a time variable thru the URL, for example



http://video.google.com/videoplay?docid=5590199362471569773&it=1600



where the <font color="red">&it=1600</font> sets the video to begin at 1600 seconds.



The part I was interested in started at 26:40 where
(26*60)+40 = 1600 seconds so <font color="red">&it=1600</font>



However I wasn't having any luck getting this to work with google embedded.



Turns out, the flash variable is different, instead of <font color="red">it=1600</font> it's <font color="red">initialTime=1600</font>
so where <font color="red">FlashVars=""</font> is null by default we change it to
<font color="red">FlashVars="initialTime=1600"</font> in the embed code.



So if you've got a long video where the point of interest you'd like to share is later in the video you can set it to start at that time



If anyone knows how to do this with other hosts, I'd like to know, thanks.




bookmarks (0)

Found a host you may want to allow.
posted by Clayton 1 year 6 months 4 weeks ago • 60 views
I was trying to post a video I found at the following site, but it's not in the approved video host list. It's mostly military related stuff, but they've got other stuff aswell. Some original content there.

http://www.liveleak.com/

bookmarks (0)
1