Skip to content

Commit

Permalink
flex sdk information
Browse files Browse the repository at this point in the history
  • Loading branch information
childoftv committed Mar 8, 2016
1 parent 6791e14 commit 463478e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,14 @@ Just add the [swc](bin/as3-xlsx-reader.swc) to your library path

[as3-xlsx-reader-example](projects/ass-xlsx-reader-example) is an adobe air project which can build a quick example

####command line compilation using [Flex SDK](http://www.adobe.com/devnet/flex/flex-sdk-download.html)

1. `cd as3-xlsx-reader`
2. Build the library: `compc -include-sources=src -library-path=libs/fzip/bin/fzip.swc -output bin/as3-xlsx-reader.swc``
3. Build the Example: `/Users/ben/Downloads/flex_sdk_4.6/bin/mxmlc -source-path=projects/as3-xlsx-reader-example/src/ -library-path=bin/as3-xlsx-reader.swc -static-link-runtime-shared-libraries=true -use-network=false -output=projects/as3-xlsx-reader-example/bin-debug/LoadXLSXExample.swf projects/as3-xlsx-reader-example/src/LoadXLSXExample.as`
4. Copy the Spreadsheet to the debug folder: `cp projects/as3-xlsx-reader-example/assets/*.xlsx projects/as3-xlsx-reader-example/bin-debug/`
5. run with fdb: `fdb projects/as3-xlsx-reader-example/bin-debug/LoadXLSXExample.swf`


##Example

Expand Down

0 comments on commit 463478e

Please sign in to comment.