tags:

views:

207

answers:

1

Hi Guys and girls,

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

A: 

So the solution works. I noticed that there were version differences with the parent and child. Both are 9 now and it work!.

Regards,

Arnaud

Arnaud Goudsmit