Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://mysite.com/Content/MyFlashApp/myflash.swf cannot load data from http://www.mysite.com/Home/SaveData.
at Main/encodeAndSave()
views:
126answers:
2
A:
garethm
2009-06-29 04:40:56
Ya, you got it, thanks. See details on my answer below.
Matt
2009-06-29 04:48:52
A:
When doing a Post to a web app from a flash app, you must specify the URLRequest's server path to be the exact same as what you're on.
If you specify:
http://www.mysite.com
http://mysite.com throws the security error above.
see here for more details on cross-domain security issues and how to resolve them.
Matt
2009-06-29 04:43:15