Copy link to clipboard
Copied
Hello
I have been given a flash file to update.
There is a combox with 6 items on it and I need to remove the last 4 of these.
However, I can not find out how to do this.
I have looked in the Acttion Scripts panel, but was not able to locate the associated script.
Thanks.
Copy link to clipboard
Copied
you should be able to access the comboboxe's dataProvider property and using the removeItem() or removeItemAt() method.
Copy link to clipboard
Copied
Hi
Where do I find that?
When I click on the combo box - I don't know where to go to the dataProvider property
Copy link to clipboard
Copied
use actionscript:
trace(your_cb.dataProvider);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now