Flash submissions are emulated via Ruffle. Ruffle is currently in development and compatibility is not guaranteed. Click here for more info.
<<< PREV | FIRST | NEXT >>>
Modeled animated and rendered in Blender.
(embedded Youtube to save FA space)
Part of the new opener I'm building for the Funday Pawpet Show
Watch the show at http://pawpet.tv/
Music by
2gryphon
Modeled animated and rendered in Blender.
(embedded Youtube to save FA space)
Part of the new opener I'm building for the Funday Pawpet Show
Watch the show at http://pawpet.tv/
Music by
2gryphon
Category Flash / General Furry Art
Species Unspecified / Any
Size 640 x 505px
File Size 1.4 kB
Listed in Folders
Security.allowDomain("www.youtube.com");
// Quite a bit of this is from http://code.google.com/apis/youtube......html#Examples
var pictLdr:Loader = new Loader();
var pictURL:String = "http://www.youtube.com/v/YOUTUBEKEYGOESHERE?version=3&rel=0";
var pictURLReq:URLRequest = new URLRequest(pictURL);
var player:Object;
pictLdr.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
function onLoaderInit(event:Event):void {
addChild(pictLdr);
pictLdr.content.addEventListener("onReady", onPlayerReady);
}
pictLdr.load(pictURLReq);
this.addChild(pictLdr);
function onPlayerReady(event:Event):void {
player = pictLdr.content;
player.setSize(640, 505);
}
// Quite a bit of this is from http://code.google.com/apis/youtube......html#Examples
var pictLdr:Loader = new Loader();
var pictURL:String = "http://www.youtube.com/v/YOUTUBEKEYGOESHERE?version=3&rel=0";
var pictURLReq:URLRequest = new URLRequest(pictURL);
var player:Object;
pictLdr.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit);
function onLoaderInit(event:Event):void {
addChild(pictLdr);
pictLdr.content.addEventListener("onReady", onPlayerReady);
}
pictLdr.load(pictURLReq);
this.addChild(pictLdr);
function onPlayerReady(event:Event):void {
player = pictLdr.content;
player.setSize(640, 505);
}
FA+

Comments