Skip to content

kommander/as3components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as3components

For now there is just the URLImage Class, which I used in many projects over the time.


URLImage
This class provides basic functionality to load an Image from an URL and add it to the stage,
before it is loaded. The whole loading process is managed by the class.
It also includes a cache for loaded images and a loading queue,
which manages all URLImages in a project.

Example:
var image:URLImage = new URLImage('http://github.com/images/modules/header/logov3-hover.png');
addChild(image);

About

AS3 managed image loading - more to come...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published