[swfmill] Imported assets and associating a movieclip with a class
Brent Lang
brent.lang at u1gaming.com
Tue Aug 22 18:02:55 EDT 2006
I am in the process of moving our development over to MTASC and swfMill.
We have two groups in our company, the artists and the developers. The
artists use the Flash environment to design the graphics, all as
MovieClips. In the past, they set the linkage to Export for
ActionScript, Export for runtime sharing, and Export in first frame. I
have used swfMill to import these published swf using the following:
<frame>
<import file="resources\XXXResources.swf"
url="resources/XXXResources.swf"/>
</frame>
Which works and works as a runtime swf. But now I need to associate
classes with the a clip in the imported resources. If I do the following
will this work?
<frame>
<import file="resources\XXXResources.swf"
url="resources/XXXResources.swf"/>
<library>
<clip id="mcXXXButtonExport" class="XXXButton" /> //
where mcXXXButtonExport is defined in XXXResources.swf
</library>
</frame>
Thanks for any help.
brent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20060822/44b73258/attachment.htm
More information about the swfmill
mailing list