-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security violation in processEvents() #159
Comments
I was able to reproduce the actual crash and have the precise error:
|
Are the HTML file, web_socket.js and WebSocketMain.swf served in the same domain? Are they all served via HTTP, not HTTPS? |
No, WebSocketMain.swf is loaded on the same domain as the website, but the web_socket.js is loaded from a subdomain. Both are loaded through HTTPS. I want to be clear -- it works, only sometimes I get this error when I navigate to another page. |
You mean, it only happens after you try to switch to another page? Then it may be a kind of timing issue that the page object is already unloaded when it receives the message. |
Yes, thats what I think. |
About the SecurityError, it works well now? I got a same problem |
Oops sorry, I forgot to merge the patch. Merged. Anyway I believe it happens only during closing the page. |
I have flash debug player version installed: 17.0.0.188, testing on IE9.
I get the error of Security violation trying to access "unknown", in ExternalInterface call, in processEvent(). It is hard to reproduce, and I didn't copy exact error. I found the same kind of error posted by someone else:
Here's a suggested patch:
The text was updated successfully, but these errors were encountered: