Hi,
when I use the 2.0.1 SDK I can use a localized value for the url in a
HTTPService and it would look like this:
<mx:HTTPService id="myService" url="@Resource(key='myServiceUrl',
bundle='myServiceBundle')"/>
But when I try to compile the same code with the Moxie SDK I get an
error that basically says:
Error: Try to access a not defined property resourceManager.
(My actual error message is in german language: "Error: Zugriff auf
eine nicht definierte Eigenschaft resourceManager.")
So, what is going wrong? Did anyone have the same problem?
Thanks, Markus