hi all,
i have a flash ‘header’ movie in my asp page. it loads the movie, plays an animation, then displays the navigation. This is fine. But if the user clicks a button and goes to another page, i dont want that movie to play. i’m feeding a variable into the movie on the home page (<param name=“movie” value=“images/header.swf?rn=<%=rn%>&preload=1” />)
if preload equals 1, then preload movie and play animation, else go directly to the navigation.
now this works fine, but when preload doesnt equal 1 (when user is on one of the sites internal pages), it just displays the background of the navigation movie.
does anyone know what this is about? i’ve had problems with gotoAndPlays when you have more than 1 scene in a movie, can anyone clarify why this is?
many thanks
- D