[quote]Why would you want to design in Flash over Java?
[/quote]
hum… du to the crappy java plugin implementation, most customer ask for flash instead of java
[quote]AS3 is very much like Java
[/quote]
only for the syntax (and that’s not that true, local variable scope are just really stupid in flash)
@OP:
java & flash have a completly different approach, you wont be able to convert a full project flash to java easily (you can for simple class) but: flash is higher (or at least more far … ) level language, flash have a lot of predefined features as filters / sprite / etc… that you cant convert from java as it, you also dont manage the rendering loop and flash is damnly slow (maybe slower than javascript if you dont use the right tools : PixelBender/ColorFilter etc … to deal with pixels) so… as Java & Flash use a completly different approach it is IMO not a good idea to build a project in flash and try to convert it later in flash (it may be right fo simple class test but you may need to earn some experience on flash before)