Results 1 to 4 of 4

Thread: How to put Youtube video on Flash site

  1. #1
    Join Date
    Apr 2012
    Posts
    36

    How to put Youtube video on Flash site

    I built a new website based on Flash. My friend also helped to build this site. Now we are testing the site on different browser. He told me an idea of adding YouTube videos on our site but both of us don’t have any idea about how to do it. What kind of plug-in we should install in order to add and play YouTube videos directly from the page. Since it is Flash site no one able to find a proper solution about how to do it. Should I contact Adobe for suggestions?

  2. #2
    Join Date
    Mar 2011
    Posts
    142

    Re: How to put Youtube video on Flash site

    Yes, it is possible to add YouTube videos to your flash website and for that you need to use a tiny little snippet:
    Code:
    function cont_Youtube(YTvar, depthLevel) 
    {	
         this.createEmptyMovieClip("youtubecontainer",depthLevel);
         this.youtubecontainer.loadMovie("http://www.youtube.com/v/"+YTvar);
    }
    Cont_Youtube("PXu6AKePXkQ",this.getNextHighestDepth());
    You have to simply put the YouTube internal ID and choose the depth.

  3. #3
    Join Date
    Oct 2010
    Posts
    153

    Re: How to put Youtube video on Flash site

    I don’t think that it is possible for you to add the YouTube directly. You have to use the plug-ins instead. There could be plenty of plug-ins available to embed on your site. But it is possible to convert videos to FLV and then add it to your Flash website FLV (Flash Video) is a proprietary file format for Adobe flash player or may be for Flash sites also. The best thing about the FLV video is, it is supported by all popular browsers like IE, Firefox, Safari, Opera etc, not matter what OS you use.

  4. #4
    Join Date
    Oct 2010
    Posts
    170

    Re: How to put Youtube video on Flash site

    There are plenty of free tools and software available to download which will allow you add Youtube video on your site. There is a free programs called Video LightBox JS will allow you to embed a video on your site by just few clicks. You don’t need to write any code or snippets to your website. It works on the principle of 3 easy steps: Add Video, Select Template and Publish. First step is adding video where you should copy the URL of YT video. Then choose a template for video and finally publish. The template will be in the form of video popup and video thumbnail. It does not use any css, html, javascript code for embedding.

Similar Threads

  1. Adobe Flash Player 11 not proper for upscaling of video on Youtube
    By Lennon Norris in forum Windows Software
    Replies: 5
    Last Post: 18-03-2012, 02:31 PM
  2. Replies: 4
    Last Post: 05-02-2011, 11:17 PM
  3. Flash 10 Crashes Browser every time I watch video on Youtube
    By Narmad in forum Technology & Internet
    Replies: 4
    Last Post: 14-07-2010, 05:07 PM
  4. Firefox not able to execute Youtube video with Flash Player 10.1
    By ChristopherR in forum Windows Software
    Replies: 3
    Last Post: 09-07-2010, 05:06 PM
  5. Replies: 6
    Last Post: 05-08-2009, 07:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,651,791.61907 seconds with 16 queries