Flash Set Variable and Actioncript 3

mastashake
mastashake Community Member Posts: 44
I found out how to make Set Variable work with AS3 Flash files. If a user sets up the following Flash Command > Set Variable…Here is how you would access that variable in Flash://AS2myTextField.text = myText; //AS3myTextField.text = root.loaderInfo.parameters["myText"];