Hello :) I don't understand the question :)
First, Sorry for my english ;) I try to explain you the difference between SVG DOM and ActionScript specification, but i'm french and i have some problems with my english comments :) SVG = XML and DOM = Document objet model Actionscript isn't the same implementation ? ActionScript 1 and 2 are based with the Standard ECMA-262 version 3 edition of the ECMAScript : http://www.ecma-international.org/publications/standards/Ecma-262.htm ActionScript 3 is based on the in progress ECMAScript 4 standard : http://www.mozilla.org/js/language/es4/ If you want compare Flash and Dom you must read the MXML langage based on XML but with an internal actionscript tag notation : http://en.wikipedia.org/wiki/MXML After... in AS2 you can implements DOM'S with specific pattern like the W3C event model DOM2/3 of the W3C. For example in my opensource framework : http://code.google.com/p/vegas/wiki/VegasTutorialsEvents In AS3 the EventDispatcher class and the W3C event model is native in the flash.* package. EKA+ :) 2007/7/12, dave <[EMAIL PROTECTED]>:
Is there a Flash DOM(or similar Object Model/Spec) on the lines of SVG DOM? ____________________________________________________________________________________ Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. http://autos.yahoo.com/carfinder/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
