Simple loading of photos AS3

:luigi: Hi people. I really need your help on this one.

All i need is a simple example, of loading jpgs into flash as3 and a function for applying a transition effect on them.

something like:


import com.greensock.*;
TweenLite.to(image[1], 2, {alpha:1});

Please help me.
And thank you!