I'm new to Flash...
I create a movie
I add a button and insert a movie clip using a static GIF - no problem
I want the user to click the button image and have the GIF replaced by another one that is loaded from the webserver - the rest of the movie (text etc) stays as is.
I tried:
on (release) {
btnPlate.imgPlate.loadMovie("plate2.gif");
some_display_text = some_display_text + " done";
}
...the button code does get executed (the display text is updated) but the image isn't updated. Any ideas?
Many thanks, Kim
I create a movie
I add a button and insert a movie clip using a static GIF - no problem
I want the user to click the button image and have the GIF replaced by another one that is loaded from the webserver - the rest of the movie (text etc) stays as is.
I tried:
on (release) {
btnPlate.imgPlate.loadMovie("plate2.gif");
some_display_text = some_display_text + " done";
}
...the button code does get executed (the display text is updated) but the image isn't updated. Any ideas?
Many thanks, Kim