As the name implies, I am having trouble starting a simple (virtually empty project)!
I always get the following error:
SecurityError: Error
at flash.net::URLStream/load()
at flash.net::URLLoader/load()
at mx.core::CrossDomainRSLItem/load()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\CrossDomainRSLItem.as:240]
at mx.core::RSLListLoader/loadNext()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\RSLListLoader.as:184]
at mx.core::RSLListLoader/load()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\RSLListLoader.as:156]
at mx.preloaders::Preloader/initialize()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\preloaders\Preloader.as:279]
at mx.managers::SystemManager/http:
at mx.managers::SystemManager/initHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:2419]
Is there something I did wrong? Ι also tried to debug (empty application) without success!
I tried to set global security settings for folders involved in the development, to always allow, but the result is the same!
My problem is that I will not be able to debug an application that from verrrryyyy is annoying.
I am using Flashbuilder 4, FlexSDK4, Mozilla.
Any hints are welcome!