Hello,
I have an Accordion component that is loading movie clips into the
children. This works fine. But I would like to restart the movie clip
(have it play from beginning) or load a new movie clip when changing
the selectedItem.
Do I need to access the movieclip and use goToAndPlay() to restart the
clip? How do I access the movieclip in Actionscript to do this?
Thank you.