Unload movie clip problem

This is a discussion on "Unload movie clip problem" within the Flash & Multimedia Forum section. This forum, and the thread "Unload movie clip problem 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 10th, 2007, 12:10
Junior Member
Join Date: Sep 2007
Location: Bristol, UK
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Unload movie clip problem

Hi there,

I wonder if anyone can help. I am currently designing a site that has a series of images on the home page that when clicked load an external swf. file into a dummy movie clip on the home page. My problem is this. In order to get some nice motion into the loading and unloading of the external swf's, I have set up some motion tweens. There is a stop action in the middle of the frames and a " Back " button. When you click the back button there is a simple "play" action that continues the timeline on to the end, unloading what has gone on before. However, I dont know how to then get the swf loaded in to "Dummy" to unload and return me to my original home page! Ideally I want some code on the very last frame of the timeline that unloads the movie and drops me back into the home page. Help! How do I do that? I'm probably being really dumb, but I can't for the life of me work it out.

Thanks,

Tom.
Reply With Quote

  #2 (permalink)  
Old Sep 10th, 2007, 18:46
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Unload movie clip problem

You'll need to use something like this on your button:
Code: Select all
on (release)
{
_root.gotoAndStop (1);
}
 
Or try:
 
on (release)
{
_parent._root.gotoAndStop (1);
}
'

Give those a try.....and other various iterations of the same thing.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #3 (permalink)  
Old Sep 11th, 2007, 08:37
Junior Member
Join Date: Sep 2007
Location: Bristol, UK
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Unload movie clip problem

Thanks a lot,

That seems to work.

Tom.
Reply With Quote
Reply

Tags
clip, movie, unload

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
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 and load a new movie on existing background Val J Flash & Multimedia Forum 2 Oct 5th, 2005 03:01
Unload Movie? Marcusweb Flash & Multimedia Forum 1 Oct 29th, 2004 07:10


All times are GMT. The time now is 20:10.


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