I am sorry to request this.
I need to know how to write a code which will check through out an swf movie if a person had browsed through all scenes of this swf, and if not
the dynamic textbox should display the name of that scene.
could you guys, please help?

thank you.
this code doesnot work:
if(_.root.introduction==false || _.root.objectives==false || _.root.outline==false || _.root.rationale==false || _.root.imsdefined==false || _.root.imscomponents==false || _.root.reallifeapps==false || _.root.summary==false)
{
missingscene.text=“Please visit” + missingSceneName ;
}