OK - I imagine this should be real easy, but it's just not happening.

With the menu smartclip provided in flash - how do you change the item showing from an external method?

Eg. say I have the menu smartclip in a form - with 5 items in it. And then I have a reset button that resets all the forms fields - I also want it to reset the menu smartclip to the first item.
Given the smartclip holds your items in an array I figure you must be able to do it - something like

menu.item[0];

where menu is the name I gave the, um, menu.

doesn't work of course.

Any ideas?

RevCo