Le 8 mars 06, à 15:41, John Giotta a écrit : > I'm trying to create a Clip in my SWF Task, I'm wondering if this is > at all possible or perhaps I'm going about it wrong. > > <swf src="../src/TestApplication.as" dest="../bin/default_mtasc2.swf" > width="300" height="300" framerate="31" bgcolor="FFFFFF" version="8"> > <clip id="List" class="../src/com/mgnetwork/framework/ui/List.as" > /> > </swf> > > Is it possible to set the class of the clip "List" in this fashion or > do I need to first compile the classes lke explained here > http://osflash.org/swfmill#assigning_a_class_to_a_movieclip
class attribute is not an attribute of clip in a swf task. For now, if you want to use class linked movieclip, you have to use <xml> new tag from as2ant 1.5. Then, you'll write inside all the custom binding you need for clip, like swfmill-s syntax provide. HTH ----------- erixtekila http://blog.v-i-a.net/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
