Loading External Images at Runtime : Loader : Network Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Network » Loader »

 

Loading External Images at Runtime


 
package {
  import flash.display.*;
  import flash.net.URLRequest;
  public class LoaderExample extends Sprite {
    public function LoaderExample(  ) {
      var loader:Loader = new Loader(  );
      addChildloader );
      loader.loadnew URLRequest"image.jpg" ) );
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Network
» Loader