Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jzauner
  • Content: Threads
  • Order by date
  1. jzauner

    unloadMovie question

    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...
  2. jzauner

    Easy fix

    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...
  3. jzauner

    fails in HTML

    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
  4. jzauner

    Only works once

    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...
  5. jzauner

    _level1.gotoAndStop problem

    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.
  6. jzauner

    movie clip container

    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"...
  7. jzauner

    createEmptyMovieClip issues

    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...
  8. jzauner

    shared libraries

    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...
  9. jzauner

    unloadMovieNum(0)

    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...

Part and Inventory Search

Back
Top