9/27/2010 3:00:51 AM
Title:
cue points should not be draggable
Hi,
I am making an application with red5. and synched the slides with images. i want the cue points on slider should not be dragged. if any one knows then help me.
9/27/2010 3:39:47 AM
Please clear your question.
9/27/2010 9:39:22 AM
I think you want to stop the drag event of the scrollbars. You can use event.stopPropagation() inside your scrollbar scroll event.