Hello guys, my name is Bruno and I am new here. I created an APP on ID.net with scores and achievements, I did the IDI.as too, but when I run the .swf, it returns the following error:
Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
I am using Adobe Flash CS4 with as3corelib (without this lib, JSON will not work).
Additional info: I used the as3corelib to make the JSON works on Flash CS4, I changed the code: var someName = JSON.parse(idnet.data.jsondata); to var someName = JSON.decode(idnet.data.jsondata); (line 29 of the IDI.as)
Thanks