Skip to content
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

Support for native Flash Player 11 JSON Object #15

Open
wants to merge 1 commit into
base: 0.7.x
Choose a base branch
from
Open

Support for native Flash Player 11 JSON Object #15

wants to merge 1 commit into from

Conversation

ElliotChong
Copy link

Replaced the old AS3 JSON library reference with the new native JSON Object introduced with Flash Player 11.

@AlexeyKupershtokh
Copy link

I think it should be some wrapper for the native realization including fallback for earlier flash versions.

@simb
Copy link
Owner

simb commented Apr 25, 2012

I like the idea of this, but is it fair to assume yet that people have flash player 11? Not sure what the penetration statistics are. And I am sure its more than when you submitted now, but perhaps there should be some fall back to previous library if that var doesn't exist.

@wf9a5m75
Copy link

I passed that the code replace like this:

JSON.encode(msg); -> com.adobe.serialization.json.JSON.encode(msg);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants