"Start time" on TED video embeds
http://jsfiddle.net/N8dYL/
The goal i'm trying to 开发者_JAVA技巧acchieve is that when you click play, the TED Talk starts playing at for example 02:22
I've tried several things i know from JWplayer like video.mp4?time=02:22
but I couldn't get it to work on this player.
Does anyone have some inspiration for me?
AAhHH! I just noticed that when I pause a TED Talk, the url at the top changes with that number! So it's far easier that what I posted below - just pause the talk where you want and copy the URL!
Seems that when you use certain social media plugins/extensions (I'm using MeetEdgar on Chrome), you can click to share from the bookmark button when you pause the TED video and it will give a unique time number. I just did this one: http://www.ted.com/talks/julian_treasure_how_to_speak_so_that_people_want_to_listen#t-28636
There is no clear pattern, though, as the #t-xxxxx for 10 seconds was 426018, 20 seconds was 8651, 30 seconds 18670 and the one above was at 40 seconds.
I'm guessing the player creates a random number for that specific point. Probably so that people don't share just bits, but the whole thing.
I'm only guessing that some of the Twitter, Facebook or G+ plugins/extensions might do the same. Give it a shot!
~Bon
this post may help
Start HTML5 video at a particular position when loading?
or at least that's what i hope lol :D
make sure you read this
http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/
you might find it helpful after all :D
The only thing i can think of is downloading the mp4, and using JWplayer, like i just did.
精彩评论