• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

AIR 3.6 and MXML Applications ?

New Here ,
Jan 28, 2013 Jan 28, 2013

Copy link to clipboard

Copied

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 ?

TOPICS
Air beta

Views

2.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Feb 06, 2013 Feb 06, 2013

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

Votes

Translate

Translate
Contributor ,
Feb 06, 2013 Feb 06, 2013

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 07, 2013 Feb 07, 2013

Copy link to clipboard

Copied

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).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 07, 2013 Feb 07, 2013

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines