This is a discussion on "unload and load a new movie on existing background" within the Flash & Multimedia Forum section. This forum, and the thread "unload and load a new movie on existing background are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
unload and load a new movie on existing background
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
unload and load a new movie on existing background
I am working on a project that has a main flash file as the background and the additional pages load and unload on top of that background. The comands to load and unload are contained in the buttons that remain on the main page. Now I need to make one of the pages unload and load another move activated by a button only contained in that movie. Is this possible? I have tried to turn the image into a button and add action script to it but I get an error.
The action script that I have added to the button is: on (press){ unloadMovie(1), loadMovie("0068-8.swf",1); } Maybe I am missing a comand or maybe I am just putting it in the wrong place?? |
|
|
|
|||
|
hi
maybe uve got to put a zero as a level on each load and unload functions .. or maybe the action must be on (release) ... although if u can do it in other form dont forget to let us know how u did it ... :wink: see u |
|
|||
|
Actually I figured it out, the command was correct but I didn't need the unload command and I had it in the wrong place I used the:
on (release){ loadMovie("0068-12.swf",1); } on the 2nd layer of the movie clip. I am kind of new to all of this so I am not sure how to explain it but it worked! |
![]() |
| Tags |
| unload, load, movie, existing, background |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unload movie clip transition. | monkeygraphik | Flash & Multimedia Forum | 0 | Jan 29th, 2008 12:37 |
| Unload movie clip problem | monkeygraphik | Flash & Multimedia Forum | 2 | Sep 11th, 2007 08:37 |
| How to unload a movie from the Loader component | griffonwing | Flash & Multimedia Forum | 5 | Jun 12th, 2007 04:22 |
| unload/load movie in flash mx2004/8? -like kenzo.com | Pixelate | Flash & Multimedia Forum | 0 | Dec 7th, 2005 03:12 |
| Unload Movie? | Marcusweb | Flash & Multimedia Forum | 1 | Oct 29th, 2004 07:10 |