I have Scroller
and in this scroller I have 3 swfloaders. How I can detect when scroll bar is scrolled on (event, my be)?
//edit
Sorry for the little information. In scroller I have Group
code:
<s:Scroller>
<s:Group>
<SWFLoader source="movie1.swf"/>
<SWFLoader source="movie2.swf"/>
<SWFLoader source="movie3.swf"/>
</s:Group>
</s:Scroller>
but Scroller is custom (dragabble). Is possible ?
//
Thanks.
its a simple one just call the scroll method of scrollbar.
might be the this link will going to be useful to you.
Have @ nice day, for best answer provide your code.