> This mght seem like a funny question, but is it possible to execute > actionscript at runtime, from code loaded from, say, xml files?
to a certain extend you can do that with eden http://code.google.com/p/edenrr/wiki/edenFeatures some projects like Andromeda IoC use this format to configure the whole IoC http://code.google.com/p/andromed-as/wiki/TutorialsAndromedA_IOC just to be clear, eden is not a full blown JS interpreter (it's possible see the metal hurlant code based on the Tamarin esc code http://hg.mozilla.org/tamarin-central/file/b95bf298a981/esc/) eden goal is just to have a small JS-like format that can use custom type and maybe call method/function in the code so depending on what you try to do, eden could fit your needs or not cheers, zwetan _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
