unload and load a new movie on existing background

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 1st, 2005, 20:19
New Member
Join Date: Sep 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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??
Reply With Quote

  #2 (permalink)  
Old Oct 4th, 2005, 23:11
New Member
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3 (permalink)  
Old Oct 5th, 2005, 03:01
New Member
Join Date: Sep 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
Reply

Tags
unload, load, movie, existing, background

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 03:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43