Hey folks,

I've finally gotten around to integrating MX components into my MTASC/ swfmill workflow. They seem to work fine, but all of the UI components that I attach have these hideous black borders around them. I'm unpacking MX's swc files using a python script I whipped up (which I can provide if anyone's interested), and my swfml file looks like this:

<?xml version="1.0" encoding="utf-8"?>
<movie width="640" height="480" framerate="30">
        <frame>
                <library>
<clip id="Alert" import="components/ Alert.swf"/> <clip id="CheckBox" import="components/ CheckBox.swf"/>
                </library>
        </frame>
</movie>

I'm then attaching the components using createClassObject():

var check:CheckBox = root.createClassObject(CheckBox, 'check', root.getNextHighestDepth());

Am I doing anything wrong?

Thanks,
--
shawn allen
  mailto://[EMAIL PROTECTED]
  phone://+1.415.577.3961
  http://shazbotica.com
  aim://shawnpallen


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to