how to create a preloaded in actionscript 3.0
following tutorial help actionscript 3.0 beginners and actionscript 2.0 developers new to actionscript 3.0 to understand how actionscript 3.0 buttons works, how to attach a button to actionscript 3.0 events.
Labels: Actionscript Training
This post is a simple example for actionscript 3.0 beginners. The bellow actionscript 3.0 code help you to understand how you can load an external image from a url. if any doubt or help please add a comment.
import flash.display.Loader;
import flash.net.URLRequest;
var url:String="http://www.sfubiz.ca/misa/image/flash.jpg"
var loader:Loader = new Loader();
loader.load(new URLRequest(url));
addChild(loader);
Any one interested to study actionscript 2.0,3.0 server side actionscript Contact Me at 9746010990
Labels: Actionscript Training
Subscribe to:
Posts (Atom)