Unfortunately, the Mac command line from my previous email does not solve Velo's problem where he can't kill the flash player if it hangs.
I figured out the flexmojos way: export PATH=/Applications/Adobe\ Flex\ Builder\ 3\ Plug-in/Player/mac/Flash\ Player.app/Contents/MacOS/:$PATH Then in the command line should be: "Flash Player" target/test-classes/TestRunner.swf or Flash\ Player target/test-classes/TestRunner.swf Logan On Mon, Apr 6, 2009 at 12:36 PM, Logan Allred <[email protected]> wrote: > On Mon, Apr 6, 2009 at 12:32 PM, Marvin Froeder <[email protected]> wrote: >> Sorry, I'm not a MAC guy.... I have no idea how to do that..... >> But, I know who knows, I hope he replies. > > I haven't tried the new 3.x stuff yet, so I'm not sure myself, but I > can tell you that the correct Mac way to do it would be: > > open -g target/test-classes/TestRunner.swf -a "/Applications/Adobe > Flex Builder 3 Plug-in/Player/mac/Flash Player.app" > > (omit the -g on 10.4 or older) > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
