Allandt Bik-Elliott wrote: > don't swfs compiled from c run faster in the plugin than ones compiled > in actionscript? i thought i read that
I don't know of a way to compile a swf from C, or any machine-language compiler. I'm not quite sure about iPhone apps developed in Flash--they may compile to native code, but there isn't a way to compile a swf to machine language that I know of. If there was, yes, it would run faster than Flash or Flex swf's. Anything that compiles to machine code will run faster than something that compiles to a token and runs on a virtual machine. Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

