Blackthorn
01-04-2008, 11:48 AM
How do I add drag functionality to a MediaPlayback component so that it allows click presses through to the buttons on the player but will drag when clicked else where?
Sample Code:
mc_Player.onPress = function(){
this.startDrag();
}
mc_Player.onRelease = function(){
this.stopDrag();
}
The above code is not clever enough. Any ideas?
Blackthorn
Sample Code:
mc_Player.onPress = function(){
this.startDrag();
}
mc_Player.onRelease = function(){
this.stopDrag();
}
The above code is not clever enough. Any ideas?
Blackthorn