Building OpenZoomViewer.swf without FlexBuilder


  1. Download the Open Source Flex SDK here:
    http://opensource.adobe.com/wiki/disp...
    (I use milestone 3.4), and unzip it somewhere usull (eg C:\Program Files\Adobe\Adobe Flex SDK).

  2. Add .../Adobe Flex SDK/bin to your path, so you can call "mxmlc" from the commandline (optional)

  3. Download the OpenZoom SDK and OpenZoom Nano from GitHub (use the "download" button and chose .zip)

  4. Unzip both files so you have the following folder structure:

    • OpenZoom

      • sdk

        • assets

        • src

        • ... etc



      • nano

        • examples

        • lib

        • resources

        • sandboxes

        • ... etc







  5. Open a command line in the OpenZoom folder mentioned above, and use the following command to build OpenZoomViewer.swf:
    mxmlc nano\src\OpenZoomViewer.as -output OpenZoomViewer.swf
    -use-network=false -compiler.library-path sdk\lib nano\assets
    -compiler.source-path sdk\src

    (all on one line)

Inappropriate?
2 people like this idea

The company implemented this idea.


User_default_medium