flash help
flash help
Out of context: Reply #1
- Started
- Last post
- 12 Responses
- UndoUndo0
you can only animate dynamically loaded text into a text box within an MC. if yr MC name is TxtHolderMC
you would use
_root.TxtHolderMC.myTxtFieldName... = loadedText
to load the txt into it
or for html text
_root.TxtHolderMC.myTxtFieldName... = loadedTexthope that helps