Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links


How to put Youtube video on Flash site

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 30-05-2012
Member
 
Join Date: Apr 2012
Posts: 36
How to put Youtube video on Flash site

Sponsored Links
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?

Reply With Quote
  #2  
Old 30-05-2012
Member
 
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.
Reply With Quote
  #3  
Old 30-05-2012
Member
 
Join Date: Oct 2010
Posts: 152
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.
Reply With Quote
  #4  
Old 30-05-2012
Member
 
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.
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to put Youtube video on Flash site"
Thread Thread Starter Forum Replies Last Post
Adobe Flash Player 11 not proper for upscaling of video on Youtube Lennon Norris Windows Software 5 18-03-2012 02:31 PM
Getting error when trying to open a flash video tutorial from a trusted site Loafer Technology & Internet 4 05-02-2011 10:17 PM
Flash 10 Crashes Browser every time I watch video on Youtube Narmad Technology & Internet 4 14-07-2010 05:07 PM
Firefox not able to execute Youtube video with Flash Player 10.1 ChristopherR Windows Software 3 09-07-2010 05:06 PM
How to convert YouTube, limewire, DVD, flash and any video to iPod touch, classic, nano, video dvdloveri Guides & Tutorials 6 05-08-2009 07:29 PM


All times are GMT +5.5. The time now is 09:24 PM.