[AS3] Flash Windows Projector (*.exe) Problem
Dear all,
I made a desktop application using Actionscript 3 in Adobe Flash CS3
It's work perfectly when I run it in *.swf (load image, XML, etc from a url)
But after I publish it to *.exe, some problems appear...
For Example, I made a button which if clicked, it will call PHP service to send email... It works fine in *.swf, But it never happen in *.exe....
I tried to trace the problems, and I have this error everytime I try to send email from my .exe Apps :
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]
Any solutions for me?
|