Dear All,
I have main flash file with 5 button each button is calling a external swf
when i click on button 5 it open a swf which a link and when i click on link it opens frame 2 of that flash gotoAndPlay(2).
if i go to any other button and come back to button 5 it again shows frame 2.
if loader i have used the code
var movie:MovieClip = _root.StoredActions.Movies.Shifter.CMovie.duplicateMovieClip(“CMovie” + n,n);
loadMovie(n+".swf",_root.StoredActions.Movies.Shifter[“CMovie”+n]);
_root.StoredActions.Movies.Shifter[“CMovie”+n]._x = 3000;
var MovieLoaded = 0;
percent = 0;
Please Solve Thanks in Advance