I have a containerSWF that the contents of my pages load into (empty_MC). My question is how do I control embedded SWF now?
I tried contentMC.play(); and that seemed to work, but then I tried to make a conditional statement to load the next SWF after the current one plays its ending transition and that did work. The statement was:
if(contentMC._currentframe == contentMC._totalframes){ loadMovie(nextMovie) }
Posted 2 months ago








