Trying this:

<mx:AddChild position="lastChild">
<mx:SWFLoader x="15" y="119" source="img/largebar.swf" id="_largeBar" useHandCursor="true" rollOver="doZoom(event)" rollOut="doZoom(event)" mouseDown="{barClicked()}" />
                        </mx:AddChild>

But it's still the regular cursor?

It's in a component; do I have to also import the CursorManager?

Reply via email to