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?
2010 Simple Video Player
Video List White AS3
XML FLV Player HList AS2
HTML XML Video Gallery AS3
Professional Video Player V.3
Light xml video player
Lite Professional Video Player
Titanium White Video Player V.3
Flying Bird
Video Player
FireWork
X-mas tree
Santa Clause
Sun and Cloud Animation
Set of Button
Photo Frame
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);