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 Gallery AS3
Custom FLV Player AS3
Professional Video Player V.3
HTML XML Video List AS2 - V2 FLV Player
YouTube and FLV _ H.264 Video Player V2 - Mobile and Auto-Resize
Video Roll
Advanced Video Gallery White AS3
XML FLV Player HList AS2
Sun and Cloud Animation
X-mas tree
SnowEmitter
FireWork
Photo Frame
Set of Button
Santa Clause
Flying Bird
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);