> > Is there an xml2swf option that will create an Actionscript 3 SWF?
> In general, swfmill is version-agnostic, i.e., the <movie version="x"> > attribute defines the SWF version. swfmill doesn't support AS3/AVM2 > bytecodes per-se, but *mostly* the swf tags containing them should be > transformed fine (as UnknownTags), especially if you dont need the > "simple" dialect. There might be problems regarding Assets (images etc), > and of course you'll not be able to modify the AS3 bytecode itself... > Maybe you could run some tests to see if swfmill is "finished enough" to > do what you want. If not, i'm available for extension work given a little > monetary incentive (although full AVM3 support is quite a bit of work). OK the good news is that the XML can be manipulated sucessfully in Flex as one would expect. I'm still working on testing the AVM1/2 issue. XML/SWF are not my native languages so could someone explain to me how (if at all) objectID attribute in <DefineShape3 /> in XML relates to object names of shapes in the compiled SWF in order to reference them using dot notation in AS3? An extension of the above is to explain how to access the fill / stroke colours etc of the referenced shape using dot notation in AS3? Many thanks, Rich _______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org