I am working on an Actionscript 1.0 project for desktop use. There is a variable named "Clipboard" in the main file named "Test_SetVariableMovie.fla". It's value is "Success". I need "Clipboard" to be passed to the file "Test_VariableReceivedMovie.fla", which loads into the main movie. I have put a red text field in the main movie and a blue text file in the loaded movie. If the variable is passed correctly, both should say "Success". The one on the main timeline says "Success" but the one that is loaded in shows "Clipboard", the name of the variable. I have tried changing the syntax, but haven't succeeded. I'd appreciate any help getting this resolved. I am open to other options, but this has to remain in Actionscript 1.0.