Hi Everyone, Hope you all are doing well, I have a question from all of you if someone can help me i will be very thankful
I am using some flash imports in my application like flash.filesystem.File; flash.filesystem.FileStream; flash.filesystem.FileMode; flash.system.Capabilities; flash.desktop.NativeProcess; flash.desktop.NativeProcessStartupInfo; I have created Classes for some of these api's in Apache Royale but there stubs are empty I want to use these flash API's in my application,someone told me that some of these API's are from AIR and playerglobal I have added airglobal.swc and playerglobal.swc into my build.xml and the application is compiled successfully I am using 1) File.createTempDirectory().parent.resolvePath 2) File.applicationDirectory.resolvePath 3) FileStream.open 4) FileStream.writeUTFBytes 5) FileStream.close 6) NativeProcess.isSupported and many more but when i launch my application there so many errors regarding flash [image: image.png] [image: image.png] Please help me Thanks and Regards, Pashmina