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 AS2
H.264/.f4v Xml Video player V1
Video List White AS2
XML FLV Player HList AS2
Mini I-Pod Player
AS3 FLV/RTMP/H.264/PHP video player with Javascript API
HTML XML Video List AS2 - V2 FLV Player
Video Player
Zoom and Crop Function
Flying Bird
Photo Frame
FireWork
Set of Button
Set of Flash Preloader
XML Gallery with square effect
SnowEmitter
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);