setup Flex in Linux
By no means a complete guide, just a reminder.
assumes you have ~/bin in your PATH
might wanna add it like so:
export PATH="${PATH}:~/bin"
- get the Flex SDK -> here
mkdir ~/flexSDKunzip flex_sdk_2.zip -d ~/flexSDK
- get the content debugger version of the standalone Flash9 player for Linux -> here
tar xzvf flash_player_9_linux_dev.tar.gzcd flash_player_9_linux_dev/standalone/debuggertar xvzf flashplayer.tar.gzcp flashplayer ~/bin/ln -s ~/bin/flashplayer ~/bin/gflashplayer
copy the flashplayer binary to a location of choice (YMMV)
add a symlink named 'gflashplayer' for the debugger
- use the attached build script to compile .mxml files
-> Flex 2.0.1 live docs
-> Flex resource center
| Attachment | Size |
|---|---|
| flexcompile.txt | 363 bytes |
