mase1361
04-25-2001, 10:29 PM
Got a website...in this website are 10 different movies, each representing a different section of the site....on the first frame of the level0 movie (which the main navigation lives) i load movies into levels 2-10.....frames 2-3 contain a preloader for the level0 movie. On frame 4 i load a movie into level1....(movies 2-10 all have a stop command in the first frame, the movie loaded into level1 does not, because i want that movie to play right at startup, but be tucked away when one of the other movies is accessed)
this method works great.....except (and here's the curveball) one of the othe links in the main navigation, accesses a different HTML page with a new flash movie from the original (i'm doing this because this content needs to be password protected, and its very easy for me to create a new directory and stick a password on it).....so when i call this different html page, i'm using the same method of loading movies into levels as in the first paragraph, but since this new page lives in a different directory, i'm loading the same movies again, but from this new directory (so i've duplicated the ten movie files in this new directory)--hopefully i'm making some semblance of sense here..
when this second page is accessed, the movies do not load properly....the movie in level0 does not display...although the movie the plays in a higher level does display...if i hit the refresh button, i can see everything, but my links still don't function properly....
now, if i go directly to the second html page, i don't see these problems, they only happen when i use the GetUrl command from the first movie and to open the second page...
can anyone help me figure out what the problem is?
this method works great.....except (and here's the curveball) one of the othe links in the main navigation, accesses a different HTML page with a new flash movie from the original (i'm doing this because this content needs to be password protected, and its very easy for me to create a new directory and stick a password on it).....so when i call this different html page, i'm using the same method of loading movies into levels as in the first paragraph, but since this new page lives in a different directory, i'm loading the same movies again, but from this new directory (so i've duplicated the ten movie files in this new directory)--hopefully i'm making some semblance of sense here..
when this second page is accessed, the movies do not load properly....the movie in level0 does not display...although the movie the plays in a higher level does display...if i hit the refresh button, i can see everything, but my links still don't function properly....
now, if i go directly to the second html page, i don't see these problems, they only happen when i use the GetUrl command from the first movie and to open the second page...
can anyone help me figure out what the problem is?