I have created flash application and can read data from server. I have finished my app and it is working well when I run from flash (fla file). But when it is exported to SWF file, it can't read data from server. I use preloader and it is still 0%. I use JSON for this app as data from server.
What I did until now:
- Set target as flash player 11.2.
- Publish as .exe and it is working well (but I need SWF file).
- Put application/json on JSON file.
Anyone had this problem too?