Welcome to open source. I'm in the same process and it's a bit of a struggle. If you find a step by step anything, please send it along to me. As for the ctrl+Enter, I managed to set this up in ANT. My build file has an exec tag to open the stand alone player, or you could use your default browser, and I set up the hotkey in Window>pref>General>Key> and in the dialog... set the Catagory to Run/Debug and the Name to Run Ant Build, then set the keystroke and your good to go
I don't know of a way to direct it to the swfviewer in ASDT. the target in Ant is.... <target name="display" description="displays swf in flashplayer"> <exec executable="${flashplayer}" spawn="true"> <arg value="${build.dir}/${targetswf}"/> </exec> </target> Where ${flashplayer} is the path to the FlashPlayer of your chioce. ${build.dir}/${targetswf} are the path adn file name of the swf. Good Luck. On 6/8/06, iestyn lloyd <[EMAIL PROTECTED]> wrote:
Hey List, I've been using SEPY + Flash for a long time, and it's extremely useful to be able to press CTRL+Enter to export the movie. I've now installed Eclipse and ASDT, and it would be great if I can do this..is it possible? I've been having a look around, and i dont see an easy way of doing it.. Can someone offer me advice on this? In fact, are there any step-by-step guides to setting up Eclipse to work with AS2? I wont be using MTASC yet[1], just Flash for the moment! :) Cheers, Iestyn [1] I will soon, as it looks like it's the way forward.. _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
-- Weldon MacDonald _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com