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

Reply via email to