i usually write my code with textmate.
a custom command for testing the proj directly in flash is:
echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe\ Flash\ CS5/Adobe\ Flash\ CS5.app /tmp/fc.jsfl
what about the flash standalone player?
echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe\ Flash\ Builder\ 4/player/mac/Flash\ Player.app /tmp/fc.jsfl
works great but it only open the player...it doesn'pass the file to it. can you help me?
thanks a lot :)