I want to unload a movie that I loaded externally with the loadMovie() command.
It loads fine, but the loaded movie is playing inside an empty container that is inside a nested movie. How can I use the unloadMovie() command to unload the movie?
Here's the code that loaded the movie:
on...
Not sure what I'm doing wrong, but it's probably pretty simple or maybe I'm coming up short on one of the concepts used.
I'm trying to load a movie into a empty container. I need to put the movie between two layers so my navigation is still functional. If it's above, the navigation, which drops...
I've got two .swf files. One index.swf that imports navigation.swf using loadMovieNum("navigation.swf",10);
the .swf files work perfectly in Flash player and in a browser, but when I link from an HTML document, the index.swf fails to import the navigation.swf
thanks in advance
I'm using a piece of code that allows me to call to a level a .swf file and make it land on a given frame within the .swf file. It's a great piece of code, but for me it only works once. After one clicks the button, goes to the movie, the button and all others with the new code seem dead.
The...
I'm using, unsuccessfully, these two lines of code to load an external .swf file called bag.swf and have it start on the frame "trunk":
on (release) {
loadMovieNum("/site/flash/bag.swf", 5);
_level5.gotoAndStop("trunk");
}
Any suggestions are appreciated.
I'm pretty new to flash.
Right now I'm using an empty container to import my navigation into and it works fine: loader_mc.loadMovie("flash/navigation.swf");
Is there anyway to get the movie to start on a given frame once it's been imported? Say, I wanted the navigation to open on the "saddles"...
I'm trying to set up my navigation so it's easily scalable.
Right now I have the navigation as a movie clip saved as a .swf file and then I use the _root.createEmptyMovieClip() to bring it into a a container on each page. The idea is, if any changes are made to navigation, I won't have to go...
I'm fairly new to Flash, less than a year in addition to my other responsibilities as a designer.
The site I'm working on is pretty expansive. There's more than 150 pages (swf files) and there's the likelihood that the navigation will need to change at several points during the year as new...
Just started learning Flash a couple weeks ago. Made good progress up to now.
The site i'm working on currently requires loading many movies, but none at the same time. In other words, i want only one movie running at a time. So, upon loading one movie, how do i unload the previous.
Here's an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.