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?
YouTube and FLV _ H.264 Video Player V2 - Mobile and Auto-Resize
HD1080p Video Player, Drag and Drop into FLA, or use Text Control (no Flash reqd)
XML FLV Player HList AS2
YouTube Simple Video Gallery
HTML XML Video List AS3 V1 FLV Player
Professional FLV Player- XML Driven Playlist
Professional Video Player V.3
ROUNDED XML VIDEOGALLERY AS3
Set of Button
Photo Frame
FireWork
SnowEmitter
Set of Flash Preloader
Video Player
Zoom and Crop Function
Santa Clause
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);