Kirupa Thumbnail gallery question!

1)How can I tell the Dynamic text field to show after the gallery image complete loaded on the Kirupa’s adding thumbnail?!

2)Should I put the dynamic text field in another swf for creating good effects?!

3)Is it possible to create border on the thumbnails to show some Brightness when I Rollover?!

Plz help for my urgent project plz!

[LEFT]Plz help! …

1)How can I tell the Dynamic text field to show after the gallery image complete loaded on the Kirupa’s adding thumbnail?!

if (picture.onLoadComplete) = function(){
                                              desc_txt._alpha += 1;
                                              desc_txt.text = description[p];
                                              };

but I have some error! :frowning:
[/LEFT]