|
| ||||||||||
| Tags: flash, flv, thumbnail, web browser, website, youtube |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to put Youtube video on Flash site
|
|
#2
| |||
| |||
| 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()); |
|
#3
| |||
| |||
| 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
| |||
| |||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |