Dailymotion Javascript API problem
Posted
by Sandip
on Stack Overflow
See other posts from Stack Overflow
or by Sandip
Published on 2010-04-01T09:01:40Z
Indexed on
2010/04/01
9:03 UTC
Read the original article
Hit count: 327
JavaScript
include js file "swfobject.js"
js code is as follows:
var params = { allowScriptAccess: "always" };
var atts = { id: "mydmplayer" };
swfobject.embedSWF("http://www.dailymotion.com/swf/VIDEO_ID&enablejsapi=1&
playerapiid=dmplayer",
"dmapiplayer", "425", "356", "8", null, null, params, atts);
I am newbie to javascript and SWF.
I am using this code to embed video into my html. Now I want to create custom links like "play","fast forward" etc.
Could you please guide me, how to acheive this? Please reply ASAP. It's urgent.
I would be very thankful to you.
© Stack Overflow or respective owner