flex - SecurityError: Error #2000: No active security context -


I recently had this vague error with the use of local contacts.
Every time I try to connect and send data to another SDF. An internet search came up with small results related to local connections and this error and reaction was just ridiculous to some people. Apparently this error image is loading and also in the context of the file, in this case not yet. My sending code works fine, even the event. Level is returned as a status, which means that the second SWF has received the message, although a trace was not shown in the other SVF callback function, I had never triggered the callback.

Image loading error
I loaded the images again, once again rejected on this.
This reply has been updated to decide for this too.

As it turns out that it's okay. The connection name was too long.
I got the cut name down in 30 characters and started working immediately.
I also want to add that if there is an error in the callback function, then you will get this error.

Image loading error
This error is again loaded on me, but this time I was loading images

  // Bad code image obge source = partial URL1 + partial URL2 + partial URL3; // nice code var someURL: string = partialURL1 + partialURL2 + partialURL3 imageObj.source = someURL;   

It seems that you can not append that URL to the same line you give it to. The debugger looks like a bug, even loading the bad code with HTTPFox, where the images were showing, but the program might possibly be nonsense on the on callbackback, after the source assignment somewhere. When I fixed the source assignment, I stopped seeing this matter.

Comments