# Dynamic jpeg thumbnail

**URL:** https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227
**Category:** Uncategorized
**Created:** [October 2, 2002, 7:27am UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227 "2002-10-02T07:27:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kamelus](https://avatars.discourse-cdn.com/v4/letter/k/3ab097/32.png) [@kamelus](https://forum.kirupa.com/u/kamelus)
#### Post date: [October 2, 2002, 7:27am UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/1 "2002-10-02T07:27:30Z")

</div>

please  
i want to create a dynamic photos thumbnails, where i can slide the gallery, all the samples i have found have the jpeg included into the movie but i want to load jpeg from directory to the thumbnail

i have found a prototype for gallery like MAMMA but it’s so complicated for what i want.  
please if you have som script or example of a sliding dynamic jpeg thumbnail. please let me in  
i will be so gratefull  
thank you

:q:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 2, 2002, 8:45am UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/2 "2002-10-02T08:45:36Z")

</div>

Do you mean that when you click on a thumbnail, a new window opens containing the full size image?

You can do this in two ways. First, you can use JavaScript in the getURL() function attached to a thumbnail button, which will open up a new Explorer window. You can customise this to include menubar, toolbar etc.

Or you can follow the tutorial here on Kirupa for chromeless windows in Flash, which tell you how to make your own window.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 2, 2002, 9:59am UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/3 "2002-10-02T09:59:33Z")

</div>

> \*Originally posted by kamelus \*  
> **i want to load jpeg from directory to the thumbnail**  
> Do you mean you want to read your directory to load dynamically whatever is inside it?

pom :cowboy:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 2, 2002, 12:58pm UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/4 "2002-10-02T12:58:28Z")

</div>

i don’t want to use get url to open the full size image in a new window bu i want to open it inside the flash movie, i have found a prototype see this link  
[gallery prototype](http://www.actionscript.org/forums/showthread.php3?s=&threadid=15846&highlight=prototype)

i am trying to modify it to load Video instead the images if i succeed i will post the new protoype…

thanks guy

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 2, 2002, 5:10pm UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/5 "2002-10-02T17:10:55Z")

</div>

OMG!! That has to be the freakiest piece of Flash I’ve ever seen. Good luck, man.

And i didn’t know that Flashguru was moderator at [actionscript.org](http://actionscript.org)… Cool 😏

pom :cowboy:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 2, 2002, 5:20pm UTC](https://forum.kirupa.com/t/dynamic-jpeg-thumbnail/6227/6 "2002-10-02T17:20:17Z")

</div>

I was just about to post a question when I saw this one at the top. I think you are working on a similar thing as me. I’ve got a movieclip, which contains a series of thumbnails. I am putting the movieclip in a scrollpane, so they scroll across when the arrow is pushed. I’ve already experimented with “invisible buttons” over each thumbnail. this will still work once the movieclip is inside a scrollpane. I assigned a loadMovie to each invisible button over each thumbnail. It’s loading the corresponding .jpg into an empty movieclip that I put on the stage where I want the .jpg’s to be. So far it works, but i’ve not yet completed it all. I’m about to post a related question about the background of a scrollpane.

linque
