Dynamic text is inside movieClip
I am working on flash & AS file, in flash file (main.fla) dynamic text is inside that movieClip (myButton) .I will like to send some text to that particular dynamic text field inside the movieClip (myButton) from AS file
as file code is
var myButton:Button;
var myText:text;
myButton.myText.text="Custom Msg";
I import .as file in flash but it is not showing can anybody help me?