[swfmill] Imported assets and associating a movieclip with a class

erixtekila erixtekila at gmail.com
Tue Aug 22 18:07:14 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.
What do ou need ?
Your workflow is correct.
-----------
erixtekila
http://blog.v-i-a.net/



More information about the swfmill mailing list