lellis AFC Member
Joined: 26 Jul 2008 Posts: 4
|
Posted: Mon Aug 18, 2008 2:09 pm Post subject: Question about usage. |
|
|
Hi,
I'm trying to achieve similar functionality to what your IMG Thumbnail Gallery Mashup provides using the following controls.
AS3 Grid and AS3 Loader
My application is a garment designer, I use 3 grids, one for products, one for colors, and one different views of the shirt (front, back, left sleeve, right sleeve). Depending on which options are selected in each grid, I need to load a different picture into the Loader control.
The problem I'm having is with the load/unload functionality. I'm sure it's just me not doing something right so maybe you can get me on the right path.
I have noticed that if I set the transitionIn and transitionOut properties to None, that the following error occurs:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.afcomponents.loader::ImageLoader/::endTransition()
at com.afcomponents.loader::ImageLoader/::onImgLoaded()
at com.afcomponents.loader::ImageLoader/::imgLoaded()
Also, I would like for it to work like your Thumbnail gallery, just load a new image upon request.
Is this possible? |
|