I'm new user to AIR, and pretty much a new developer. I've never posted a forum either so if anymore info is needed please let me know.
Here's the situation. I tried to import a file into AIR, and it keeps giving me this error after I get through the log in screen.
C:\Documents and Settings\pproctor\Desktop\AdobeSDK\bin>adl application.xml
SyntaxError: Parse error
at app:/i3apps/i3credential/js/ext-all.js : 7285
at app:/i3apps/i3credential/js/ext-all.js : 30166
at app:/i3apps/i3credential/js/ext-all.js : 30054
at app:/i3apps/i3credential/js/ext-all.js : 30137
at app:/i3apps/i3credential/js/ext-base.js : 288
at app:/i3apps/i3credential/js/ext-all.js : 5637
at app:/i3apps/i3credential/js/ext-base.js : 1554
at app:/i3apps/i3credential/js/ext-base.js : 1517
undefined at undefined : undefined
We pretty much just did a straight transfer from our program which runs with AJAX, and PHP, and Javascript.
I've looked through all the forums in the world, and can't find anybody with the same problem.
and based on what you posted, it sounds like you didn't modify any code at all... from which i learned from personal experience with AIR, is not a good idea. There is usually a line of code or something that requires a slight modification.
Anywho, if possible, try using Aptana and see if that helps
Originally Posted by Woogie
I'm new user to AIR, and pretty much a new developer. I've never posted a forum either so if anymore info is needed please let me know.
Here's the situation. I tried to import a file into AIR, and it keeps giving me this error after I get through the log in screen.
C:\Documents and Settings\pproctor\Desktop\AdobeSDK\bin>adl application.xml
SyntaxError: Parse error
at app:/i3apps/i3credential/js/ext-all.js : 7285
at app:/i3apps/i3credential/js/ext-all.js : 30166
at app:/i3apps/i3credential/js/ext-all.js : 30054
at app:/i3apps/i3credential/js/ext-all.js : 30137
at app:/i3apps/i3credential/js/ext-base.js : 288
at app:/i3apps/i3credential/js/ext-all.js : 5637
at app:/i3apps/i3credential/js/ext-base.js : 1554
at app:/i3apps/i3credential/js/ext-base.js : 1517
undefined at undefined : undefined
We pretty much just did a straight transfer from our program which runs with AJAX, and PHP, and Javascript.
I've looked through all the forums in the world, and can't find anybody with the same problem.