Is your code on frame 1 or frame 2? Maybe you should use -frame 2 in MTASC.
The v2components needs one frame to initialise. Later Carl -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de John Giotta Envoyé : 19 août 2005 14:22 À : Open Source Flash Mailing List Objet : Re: [osflash] swfmill: strange border around combo? I can make it work but I have to delay the data insertion for ComboBoxes. <movie width="250" height="300" framerate="24"> <background color="#FFFFFF" /> <frame> <library> <component id="ComboBox" file="lib\swc\ComboBox.swf" /> <clip id="MComboBox"> <frame> <place id="ComboBox" depth="1" x="0" y="0" name="MXComboBox" /> </frame> </clip> </library> </frame> </movie> Basically for test purposes I placed a onKeyPress event to instruct the following: _cClip.MXComboBox.addItem({label:"Please Select Map", data:0}); _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
