Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Flash Builder 4.5 design view, Flash Catalyst, and Java FX Scene Builder are good guidelines for where we want to go for a design view but with support for FXG and SVG vector and primitives support as well.

Setup Instructions

install Flash Builder or compatible IDE. After that follow these steps:

  1. Clone the following github libraries to your local machine:
    1. Flexcapacitor - Choose MainLibrary
    2. Radii8 - Clone the whole directory. Radii8Desktop/Radii8Desktop.mxml is the main desktop application
    3. FlexIFrame
    4. AS3-PSD-Parser
    5. ObjectHandles - ATM it's not used and code could be commented out to not require it
    6. FTPLibrary - I can't find this library anywhere so it's in the extras folder. It could be swapped out if any alternatives are available
    7. JSON-API-Plus - this is for integrating with WordPress (required if you want to connect to your own domain)
    8. Vanilla Theme - for integrating with WordPress (required if you want to see results on your own domain)
    9. and svn libraries AS3Commons AS3CommonsReflect (AS3CommonsReflect) or AS3CommonsReflect.swc (site appears to be down)
  2. In Flash Builder import the following Flash Builder projects into your FlashBuilder workspace

    /Radii8Desktop - for working on the desktop application
    /Radii8Designer - for working on the online web application
    /Radii8Library - required
    /Radii8LibraryAssets - required
    /flexcapacitor/MainLibrary (shown as FCLibrary in the screenshots)
    /flex-iframe/library (shown as FlexIFrame) - required for the online web application

...