Dec 25, 2008
SWX 2 Documentation
We are working on adding and improving the documentation for SWX 2 (which is currently in Beta 1). Most of this activity is taking place on the SWX project site on Google Code.
Here are links to a couple of the articles on the SWX wiki that will help you get up and running with SWX 2:

I am very excited about the SWX format and have found some good uses for it in my work. Right now I am using the SWX Twitter API in an AIR app but I’m getting some errors.
When trying to authenticate something I was getting the following error when Loader.loadBytes() was being called in the ExternalAsset.as file:
“ERROR: Unable to parse content: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.”
I worked past that by adding:
LoaderContext.allowLoadBytesCodeExecution = true;
but now am getting the error:
“Error #2044: Unhandled StatusEvent:. level=error, code=”
Any ideas?
Also is there page or forum to report bugs from SWX?