Given a sound effect:
<mx:SoundEffect id="click" 
source="@Embed(source='assets/sounds/click.mp3')" />

and a linkbar which derives its links from a viewstack:
<mx:LinkBar id="controller" dataProvider="myViewstack" />

How would I cause each link of the linkbar, rather than the linkbar 
itself to play the sound effect on a rollover event?

Thanks

Reply via email to