Running into a wall here. I'm working with Flash AS2 and I have the following problem hope you can help.
I have a holder swf and a form swf. The holder loads the form swf _level0.myMC1.createEmptyMovieClip ("vaCell", _level0.myMC1.getNextHighestDepth ()); _level0.myMC1.loadMovie('form.swf');
The form contains input fields, dynamic text. with instance name ie 'title'
How can i change the text of the form.swf from with in the holder.swf _level0.myMC1.title.text= 'hello world'; does nothing
Help is much ablidged.
Regards,
Arnaud