New tags added for component Simple Black Flv / Streaming / Youtube Video Player
#  /  posted on Sep 10, 2010
Home / Forum / Components Discussions / Simple Black Flv / Streaming / Youtube Video Player
Started 1 year ago by FireCode
Last reply by FireCode
Visit component "Simple Black Flv / Streaming / Youtube Video Player" page
New tags added for component Simple Black Flv / Streaming / Youtube Video Player
dosen“t play youtube videos
var flashvars = {
xmlpath: "xml/configuration.xml",
prev_image: "images/bucketlist.jpg",
video_link: "http://www.youtube.com/watch?v=fbArDrRyzEM",
video_title: "The Bucket List",
description: "<b>XML </b>driven content<br><b>Flash Video Formats </b>, <b>Youtube</b> and <b>Streaming</b><br><b>Flashvars</b> support ( for XML location )<br><b>HTML<i>formatting</i></b> for description<br>"
};
var params = {
allowFullScreen : "true",
allowScriptAccess: "always"
};
var attributes = {
id : "sample",
name: "sample"
};
swfobject.embedSWF("sample.swf", "sample", "687", "400", "9.0.115", "swfobject/expressInstall.swf", flashvars, params, attributes);
swfmacmousewheel.registerObject(attributes.id);
@ eron1000:
Youtube link format should be http://www.youtube.com/v/VIDEO_ID
firecode
i need to use this format ehat can i do http://www.youtube.com/watch?v=4kWAvnlfAdQ
The official Flash Youtube Api is http://www.youtube.com/v/VIDEO_ID and it's not like the standard link.
Please login to post replies.