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

Building ActionScript Mobile Project with command line

Engaged ,
Mar 21, 2013 Mar 21, 2013

Copy link to clipboard

Copied

Hey guys, trying to figure out how to compile a project originally created in Flash Builder 4.7 as an ActionScript Mobile Project with the command line. I found mxmlc and that seems to be exactly what I need but it seems to only take a .mxml file and with this project type no .mxml was generated by Flash Builder.

Am I supposed to just create one manually? I am hoping there is an easier way because the long term goal is to keep working with Flash Builder for development and then use command line to actually deploy the final product and I don't want to have to maintain a .mxml file.

Any suggestions? I would need instructions for Windows - thanks!

Views

605

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

Engaged , Mar 21, 2013 Mar 21, 2013

The solution was to use the -dump-config parameter inside of Flash Builder and then use this to pass as an argument to mxmlc with the -load-config parameter. Thanks guys

Votes

Translate

Translate
Engaged ,
Mar 21, 2013 Mar 21, 2013

Copy link to clipboard

Copied

LATEST

The solution was to use the -dump-config parameter inside of Flash Builder and then use this to pass as an argument to mxmlc with the -load-config parameter. Thanks guys

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