Hello Gurus,
I’m a beginner at actionscript, and I’ve a project going on which I have to deliver shortly… However, I need a insert a function to complete the movie… Kindly help me out with it…
I had to create a Dynamic Image Gallery… Somehow like this, upto 15 images, each image has three versions, so total of 45 images…
The toolbar in the movie has 3 buttons, Next>, Previous< [SIZE=1](to surf throught the 1-15 images)[/SIZE] and a 3rd button to change the version [SIZE=1](by version i mean Image1A, 1B & 1C an so on for all the 1-15 images)[/SIZE] of any image the viewer would be… Okay however, lets not get into it’s details since its done a stupid way, i know…
Now, I ‘fetch’ images from outside, and in different frames, i’ve different images… a total of 45 frames… And all the 3 buttons all linked to their specifc target frame where the movie stops and the viewer can go the that frame’s respective ‘next’, ‘previous’ or a different ‘version’ of that image… It is a difficult and stupid way to do it but I couldn’t come up with another… This is my working slideshow presentation set up dynamically
Okay, so this ‘movie’ [SIZE=1](the above mentioned movieclip)[/SIZE] is showing a thumbnail of an image… Now What i want to do is, create a ‘Generate or Preview’ button which displays that same thumbnail image in a bigger mc [SIZE=1](again will be fetched dynamically, using the ‘loadMovie’ method)[/SIZE]. That other mc where the bigger preview will be displayed is not in the above mentioned mc, but outside on the main Scene [SIZE=1](where the above mentioned mc is too)[/SIZE]. In other words the image displayed in the slideshow in MC1 is to be displayed in MC2 [SIZE=1](dynamically, ‘loadMovie’ method)[/SIZE]. Now guide me in the followin processes;
- Shall i place that ‘generate/preview’ button outside in the main Scene or in MC1…
- Make me a function and guide me inserting it in the button.
- If its not possible to link the button to seek from MC1 while being outside MC1, and then put that image in MC2, again while being outside MC2, What is the way to do that ?
Ps. I can also nest MC2 inside MC1 if its not possible otherwise.
Please Help me. I’ll really, really appreciate it.