# Kirupa Thumbnail gallery question!

**URL:** https://forum.kirupa.com/t/kirupa-thumbnail-gallery-question/185177
**Category:** flash
**Created:** [April 11, 2006, 4:02pm UTC](https://forum.kirupa.com/t/kirupa-thumbnail-gallery-question/185177 "2006-04-11T16:02:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tri\_s](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@tri\_s](https://forum.kirupa.com/u/tri_s)
#### Post date: [April 11, 2006, 4:02pm UTC](https://forum.kirupa.com/t/kirupa-thumbnail-gallery-question/185177/1 "2006-04-11T16:02:04Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![tri\_s](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@tri\_s](https://forum.kirupa.com/u/tri_s)
#### Post date: [April 13, 2006, 3:58am UTC](https://forum.kirupa.com/t/kirupa-thumbnail-gallery-question/185177/2 "2006-04-13T03:58:32Z")

</div>

[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?!

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

```

but I have some error! ☹  
[/LEFT]
