iredlands
01-15-2003, 02:18 AM
i have a movie thats made up of about a dozen clips, coming to an end with a sort of menu page
what i would like to do is when the movie starts it runs through all movies from the primary source and from the menu page i would like to be able to replay each movie individually
(without making 2 copies of each movie)
ie:
[original source = primary] plays 1 through 12
if
[original source = menu ] plays 1 or 2 ... returning to menu page
i presume an if statement loading the next movie would be appropriate
if (referingurl == menu)
loadMovieNum("menu.swf", 0);
else
loadMovieNum("next.swf", 0);
can someone advise me of the appropriate syntax?
flashnewbie
steve
what i would like to do is when the movie starts it runs through all movies from the primary source and from the menu page i would like to be able to replay each movie individually
(without making 2 copies of each movie)
ie:
[original source = primary] plays 1 through 12
if
[original source = menu ] plays 1 or 2 ... returning to menu page
i presume an if statement loading the next movie would be appropriate
if (referingurl == menu)
loadMovieNum("menu.swf", 0);
else
loadMovieNum("next.swf", 0);
can someone advise me of the appropriate syntax?
flashnewbie
steve