FORUM

Simple Black Flv / Streaming / Youtube Video Player

Home / Forum / Components Discussions / Simple Black Flv / Streaming / Youtube Video Player

  • New tags added for component Simple Black Flv / Streaming / Youtube Video Player


    #  /  posted on Sep 10, 2010
  • 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);
    

    #  /  posted on May 16, 2011
  • @ eron1000:

    Youtube link format should be http://www.youtube.com/v/VIDEO_ID

    firecode


    #  /  posted on May 16, 2011
  • i need to use this format ehat can i do http://www.youtube.com/watch?v=4kWAvnlfAdQ


    #  /  posted on May 18, 2011
  • The official Flash Youtube Api is http://www.youtube.com/v/VIDEO_ID and it's not like the standard link.


    #  /  posted on May 18, 2011

Please login to post replies.