-
Notifications
You must be signed in to change notification settings - Fork 447
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
library is incompatible with Flash Builder 4.5 #171
Comments
Yeah. The SWC hasnt been tested with 4.5. I would suggest that you try Hope that helps... mike On Tue, Jul 19, 2011 at 8:43 PM, riahut-dot-com
|
I created a new flex library for as3corelib and added the src to my flex desktop project (FlashBuilder sdk: 4.5.1, win) and it says it has a problem for recognizing JSON. I am trying out the example Json as specified in the examples folder. Description Resource Path Location Type |
Did you ever find a resolution to this? I am having the same issue with Flash Builder 4.5.1 w/AIR 3 on OS X (using the source, not SWC). Thanks! |
If you're using AIR, you probably want the JSON class that's included in 4.5.1. Use the standard JSON.stringify and JSON.parse instead of the as3corelib implementation which doesn't implement the ECMA standard. I'm gonna post a pull request with a version that deprecates the ad hoc API and implements a compatible subset of the ECMA spec. |
i had found the following when i importing as3 api files into flex 4.6 development environment the following error Access of undefined property JSON. find the solution for the above error in the following URL |
I think most of you might have already figured out the solution for this by now. I am writing this to help out new comers to FB. The "Cannot resolve a multiname reference unambiguously json" problem occurs since the new sdk has an AIR service defined with the same name. The easiest work around for this is to change the JSON from all uppercase to all lowercase letters and you are good to go. ex: Hope this helps to those who are looking fro this. 👍 |
After using as3corelib in my project getting the following message when trying to edit UI in Design Mode:
D:..Projects\Client\libs\as3corelib.swc- DesignAssetLoader.CompleteTimeoutSWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.The SWC may have failed to load because of:
Flash builder 4.5.1, Flex SDK 4.5.1, as3corelib .93
Very easy to reproduce, create new Flex Desktop project, call it Test, add as3corelib in libs, open Test.mxml in Design mode... done, you have an error
The text was updated successfully, but these errors were encountered: