Hello, everybody!
I’m fairly new to Flash as I’m working on my first official Flash site for a client. Please don’t be put off if my question has been asked several times before. I promise that I searched through the forums before breaking down and asking my question. So here goes:
I’ve created a main swf that loads an external swf using loadMovieNum on level 1. The external swf is supposed to run a preloader, fade in a couple of pics, and then stop. There is a button on the external swf that when clicked will load the rest of the timeline and another button that will go back to the beginning of the timeline (after the preloader). Simple, huh?
The external movie tests fine within Flash. However, when it’s uploaded to the internet it runs through the entire timeline instead of stopping when it should. I changed the AS on the buttons to use “this” instead of “_root” so that it won’t interfere with main movie’s timeline. Here’s the code for the buttons:
on (release) {
this.gotoAndPlay(“crooked1b”);
}
It will also occasionally act slugglish or jittery when running through the timeline even though there is a preloader.
Here’s the link to the site: http://www.centerforcontemporarydentistry.com/
The section that I’m talking about is in the “Smile Gallery” on the “Crooked/Crowded” section.
Thanks to anyone that can help me figure this out. I’ve been working on this for days and am so frustrated.:puzzle:
Jen