IMG LOADER V 1.0 (Blur Transition)

IMG Loader Component loads external image file and displays “BLUR” transition. Flash Player 8 is required to view this transition.

- Macromedia V2 Component Architecture.
- Fully Scalable
- Adjustable Transition Settings
- Easing Type
- Transition Speed
- Transition Blur Amount
- Preloader
- Flash 8*
- Free Updates

Price $10.00

Buy Now Button

PayPal Verified Button

Macromedia Extension Manager

Easily install new extensions and manage the ones you already have with the Macromedia Extension Manager. It runs side-by-side with Macromedia Dreamweaver, Macromedia Fireworks, and Macromedia Flash.
Macromedia Flash Exchange Rate this component on Macromedia Flash Exchange
IMG Loader Component Icon Need help with IMG Loader Component? Visit component forum.

Property

Component

Description

Loader.autoLoad IMG Loader A Boolean value that indicates whether the content loads automatically ( true ) or you must call Loader.load() ( false ).
Loader.contentPath IMG Loader A string that indicates the URL of the content to be loaded.
Loader.easingSpeed IMG Loader A number (1-10) that indicates easing speed.
Loader.easingType IMG Loader A string (in, out, none) that indicates easing type.
Loader.preloader IMG Loader A string that indicates whether preloader is displayed (on) or not (off).
Loader.preloaderColor IMG Loader A Hexadecimal Color value.
Loader.scaleContent IMG Loader A Boolean value that indicates whether the content scales to fit the loader ( true ), or the loader scales to fit the content ( false ).
Loader.blurriness IMG Loader A number (1-10) that indicates transition blur amount.
Loader.transition IMG Loader A string that indicates whether transition is displayed (on) or not (off).
Loader.bytesLoaded IMG Loader read-only property that indicates the number of bytes that have been loaded.
Loader.bytesTotal IMG Loader A read-only property that indicates the total number of bytes in the content.
Loader.percentLoaded IMG Loader A number that indicates the percentage of loaded content. This property is read-only.

Method

Component

Description

Loader.load(); IMG Loader Loads the content specified by the contentPath property.

Event

Component

Description

Loader.complete IMG Loader Triggered when the content finished loading.
Loader.progress IMG Loader Triggered while content is loading.
Example
var enventListener = new Object();

enventListener.complete = function(){
trace("image is loaded ");
}

Loader.addEventListener("complete",enventListener);

© 2005-2006 advanced flash components