-
Notifications
You must be signed in to change notification settings - Fork 0
AS3 managed image loading - more to come...
kommander/as3components
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published