hey guys i hope you are all well.
first off i have a deadline fast approaching so need some help very quickly!
a brief outline of what is being done. I am creating a downloads area for a website. i have 1 scene. within that i have a movie clip with the pages in (text, audio, video). a movie clip with the titles for page transitions. and within the main timeline of scene 1 an animation that is played as a page transition. (say you clicked the audio button on scene 1, it would play the root animation of the page transition, display frame 2 of the title movie clip and show frame two of the pages movie clip. ) i hope that all makes sense?! all of that part works fine.
i followed this tut http://www.kirupa.com/developer/actionscript/moviecliploader.htm
to load in swf files to the video page when buttons are clicked. again that all works fine.
the problem im having is hiding the flv player when navigating from the video pages to the other 2. it just sits on top of whatever is there. i tried using this line of code on the main navigation buttons:
container._visible = false;
but it didnt work.
does anybody know of a way that i can hide the video player component when navigating to a different page?
thanks in advance
?egg