Hello all,
I’m having a SWF call functions from another SWF, which loaded in the first one with the Loader class. There are no problems as long as the target SWF does not contain any TLF TextFields created on stage by authoring time interface (NOT via script). As soon as I place a dynamic textfield on the stage of the loaded SWF, the main SWF (the loader) fails to call any of the functions within the SWF that is being loaded.
Static text does not seem to present problems and neither do TextFields created via ActionScript.
Any ideas?
Also, is it possible to access the parent SWF?
Regards,
Hannes