
Welcome Guest
|
#1
|
|||
|
|||
|
please help - need to load images only once
I have an empty movie clip (empty_mc). In it I create empty movie clips into which I load images dynaimcally ("holder").
here's the script: var image_arr = new Array("1.jpg", "2.jpg", "3.jpg",..."7.jpg"); for (var i = 0; i<image_arr.length; i++) { this.createEmptyMovieClip ("holder"+i, i) loadMovie (image_arr[i], "holder"+i); } } Then, from the main timeline I want to manipulate empty_mc. move it around and creat effects like alpha fadeout. For that I need to insert keyframes on the main timeline where the empty movieclip is. The problem is that everytime I insert a keyframe it loads the images again!. I have to have the images load ONLY ONCE into thier "holder" movie clips. Can anyone PLEASE help me and adjust my code to allow that to happen? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Images Loaded from XML Load in Wrong Order (On Stage) | matius | ActionScript 3.0 |
1 | 11-06-2009 08:32 PM |
| Dynamically load images....without knowing src | Kryo | Flash 8 |
16 | 07-27-2007 12:38 PM |
| dynamically load and unload images from XML | naibas | Newbies |
7 | 04-18-2007 05:20 PM |
| dynamically load images from mysql to flash | sirtcarlos | Web Platforms - PHP, JSP and .NET | 5 | 02-28-2007 09:18 PM |
| load images form external clip | Sewdn | Actionscript 2.0 |
3 | 11-15-2006 03:22 PM |




