Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8398103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:57:19+00:00 2026-06-09T20:57:19+00:00

This may be somewhat trivial, but I am attempting to work on an Action

  • 0

This may be somewhat trivial, but I am attempting to work on an Action Script / Flash project and need to make some changes to it and attempt to rebuild the .SWF file associated with it.

The project itself is fairly straightforward and is available on github here It is jwagener’s recorder.js, which consists of several Action Script files and a single compiled .SWF file.

I am not terribly familiar with the build process for Action Scripts and I am sure that I have all of the necessary tools (Flash Builder, Adobe Flash Professional etc.) but I am not sure about how to go about it.

I’ve attempted to simply create a new ActionScript project and add all of the necessary ActionScript files from his repository, but upon building the .SWF it didn’t function at all and lacked all of the External Interface elements that I need to use.

Any ideas, walk-throughs, or tutorials that would point me in the right direction would be extraordinarily helpful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T20:57:22+00:00Added an answer on June 9, 2026 at 8:57 pm

    The project you want to compile actually includes a Make file.

    MXMLC = "/Applications/Adobe Flash Builder 4.5/sdks/4.5.0/bin/mxmlc"
    
    build:
        $(MXMLC) -debug=false -static-link-runtime-shared-libraries=true -optimize=true -o recorder.swf -file-specs flash/FlashRecorder.as
    
    clean:
        rm recorder.swf
    

    It looks setup for osx, but you get the idea.
    If you only need to do minor changes and could do without an IDE that shows error/warnings/etc. you can do this:

    1. Download the FlexSDK
    2. Setup an environment variable so you can access the mxmlc compiler from anywhere on your system
    3. Navigate to your project and compile from the command line

    Step 1 is trivial.
    Step 2 depends on your os a bit. On Windows should be something like My Computer > Properties > Advanced > Environment variables (I remember this is on XP, should still be somewhere on the Computer Properties properties on Windows 7) and add to the PATH variable the location of the FlexSDK’s bin folder. On unix you should add something like this to either ~/.profile or ~/.bash_profile : export PATH=/your/path/to/FlexSDK/bin:$PATH
    At this you should be able to run mxmlc -version from the command line

    Step 3 means navigating to the project and running:

    mxmlc -warnings=false -debug=false -static-link-runtime-shared-libraries=true -optimize=true -o recorder.swf -file-specs flash/FlashRecorder.as
    

    So that’s the command line option in a nutshell.

    If you have a bit more editing to do you can use an IDE.
    If you’re on Windows I warmly recommend FlashDevelop: it’s fast/lightweight/free/opensource. It downloads the sdk and setups everything for you.

    If you’re on OSX you can use FDT 5 Free or a trial version of Flash Builder(60 days by default) or setup TextMate with the actionscript 3 bundle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may be somewhat trivial, but in C# do you prefer int or UInt16
This may not sound like a coherient question, but I need to find some
This may be somewhat obscure but I've been happily using Eclipse + Perfoce/P4WSAD for
Hey this may be a somewhat simple question, but I'm new to Eclipse and
this may seem a little odd, but it would make for a convenient way
I understand that this question may seem somewhat ungrounded, but if someone knows anything
This may seem like a somewhat contrived example, but I'm left scratching my head.
This may sound somewhat stupid, but I have to know as I'm writing a
I am new to programming so this may seem somewhat straightforward, but I cannot
This may be a stupid question but I have a code with the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.