Today i just finished a small but useful (i think) component. this component is useful for beginners. and designers they don't know actionscript. ImageLoader very quick to use there are only three properties.
- imageUrl
- autoLoad
- autoResize
autoLoad- if autoLoad set to true the image will automatically Load when the swf loads
autoResize- if autoResize set to true the image will resize to the component size otherwise it will maintain its actual size.
Simple use of component with actionscript 3.0
import com.anilmathewm.ImageLoader;
var loader:ImageLoader=new ImageLoader();
loader.imageUrl="urlhere";
loader.autoLoad=true;
loader.autoResize=true;
Downloads
MXP component Download
SWC component Download
Sample fla file download
sample fla file with custom progress bar
LIve Demo
http://www.actionscript.co.in/imageloader/sample.swf
0 comments:
Post a Comment