fantero
/ flash & video
By purchasing a file(s) with this license, you are permitted to use it multiple times in one multimedia & website or any other project. You can use it for personal work or work for a client project that not generating income. You are permitted to multiple use of purchased file(s) in one single non-commercial project. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
By purchasing a file(s) with this license, you are permitted to use it multiple times in one multimedia & website or any other project. You can use it for personal work or work for a client project that can generate income. You are permitted to multiple use of purchased file(s) in one single commercial project or non-commercial project. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
By purchasing a file(s) with this license, you are permitted to use it multiple times in multiple multimedia & website or any other projects. You can use it for personal work or work for a client project that can generate income. You are permitted to multiple use of purchased file(s) in multiple commercial projects or non-commercial projects. You are not permitted to redistribute this file(s) or functionality provided with the purchased product without the author written permission, but you may modify its content.
0 Comments
Posted on
Details
Uploaded: 14 December 2010
Opens With: Flash CS3 (9+)
Files Included: FLA AS
Size: 75.5kb
Action Script: N/A
Resolution: 610x400
Documentation: normal
Keywords:
Do you like this file?
HTML XML Video List AS2 - V2 FLV Player
Advance XML Video Gallery with Comments V2
Video,Audio & Photo Flip
Dynamic FLV/MOV Player - Resizable/Reskinable/XML
Full Screen Video Background With Vignetting And Curtain FX
Super Simple Video Player, No XML and No Flash Required, Text File controlled
Titanium White Video Player Lite
AV Media Player V1
Set of Button
FireWork
Photo Frame
Video Player
Set of Flash Preloader
SnowEmitter
Flying Bird
Zoom and Crop Function
What u need to do is :
//setting allow domain
Security.allowDomain('www.youtube.com');
Security.allowDomain('gdata.youtube.com');
Security.allowInsecureDomain('gdata.youtube.com');
Security.allowInsecureDomain('www.youtube.com');
//create new YoutubeVideoPlayer
var youtubePlayer:YoutubeVideoPlayer = new YoutubeVideoPlayer();
//init new video with a youtube link ,i have a sample
youtubePlayer.init("http://www.youtube.com/watch?v=8-Ox-69VBGM");
//add into stage
addChild(youtubePlayer);