Advanced Layers: How to reference layers as objects in ActionScript?
I have a dynamic text field that was working fine, and still works as long as I turn off Advanced Layers.
However, I would like to fix my code, but so far, I haven't figure out how to refer to the layers in action script so I can update the path to my dynamic text field.
Take the following piece of code as an example:
txt_output.text = nameIn;
I need to add the layer name before the txt_ouput instance but so far, I have no idea how to refer to the layer.
Any help is appreciated it.
