Hey all -- trying to create a simple slideshow component in AS and I'm wondering how to best trigger a transition after an image load? Im taking an image URL from an XML list and creating a new image in AS, then adding it as child to the main canvas.
Should I set it invisible, do an addListener for the complete function and do the trans there? Any pointers to transitions in flex in AS3 would be appreciated. Thanks.

