Skip to main content
Participant
January 28, 2013
Answered

AIR 3.6 and MXML Applications ?

  • January 28, 2013
  • 3 replies
  • 2311 views

My goal here is to compile an mxml application in FB 4.7 in order to have retina quality display.

In order to do so, I followed the instructions to overlay the air sdk in FB 4.7 with the new air 3.6 sdk (AIR 3.6 SDK with ActionScript Compiler 2.0).

I also followed the instructions in the air 3.6 sdk releasenote, and in order to enable retina display I changed the namespace to 3.6 in my application descriptor file, and I also add an xml line as explained.

Now my mxml project won't compile, the error being :

Processus terminé de manière inattendue.

DVFreeThread - CFMachPortCreateWithPort hack = 0x2688e70, fPowerNotifyPort= 0x26888a0

DVFreeThread - CFMachPortCreateWithPort hack = 0x59b6d0, fPowerNotifyPort= 0x599530

invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.6

Détails de la commande de lancement :  "/Applications/Adobe Flash Builder 4.7/sdks/4.6.0/bin/adl" -runtime "/Applications/Adobe Flash Builder 4.7/sdks/4.6.0/runtimes/air/mac" /SERVEUR/TraceExplorer/AirTraceExplorer/AirTraceExplorer-app.xml /SERVEUR/TraceExplorer/AirTraceExplorer

Then I read that "AIR 3.6 SDK with ActionScript Compiler 2.0" is only useful to compile AS3 project and won't work with mxml applications... Maybe that's why I have compilation problem ?

My question is : Is it possible to compile mxml projects in Retina mode with Flash Builder 4.7 ?

This topic has been closed for replies.
Correct answer Chris Velevitch

If you follow these instructions, with the appropriate modifications, it should work.

3 replies

Chris VelevitchCorrect answer
Inspiring
February 7, 2013

If you follow these instructions, with the appropriate modifications, it should work.

nilebmaAuthor
Participant
February 7, 2013

Cool it works ! Thank you Chris

I am on Mac and relatively to these instructions I just overwrote files folder by folder (as Mac OS overwrite method is less subtle than windows one I suppose).

Inspiring
February 7, 2013

For Mac OSX users, the first comment in that post recommends the use of tar jxvf to extract the files.