load image into MC Flash
load image into MC Flash
- Started
- Last post
- 2 Responses
- ********
so i have on relase, loadmovie("name.jpg","mc") and that should work right, well its not...cus i have never done this but i figured that was how and wrong i was...any ideas, yes all files are in the same directory
- unfittoprint0
better
on(release){
mc.loadmovie("name.jpg")
}
even better (FlashMX)
name your button
make a frame action
myButton.onRelease=function(){
mc.loadmovie("name.jpg")
}
- ********0
That's it, unfittoprint, you are the official 'Flash Guru' in this place.