I\'ve been struggling with this for the past couple hours now and I really don\'t know what could be wrong. I\'m simply trying to get Javascript to communicate text with Fla
I do not see a call to the allowDomain function in your code. With out that the security sandbox will not allow your flash application to communicate with flash and vice versa on the server. Add a call to System.security.allowDomain("mydomain.com", "mySecondDomain.com", "etc.com") for every domain the flash app will be executed on. Also the embed code also needs to specify access for JavaScript by including the parameter .