AS3 startDrag/stopDrag is similar to AS2 except it uses mouse events to detect the mouse movement, below is a simple implementation:
package {
import flash.display.*;
import flash.events.*;
public class DragExample extends Sprite {
function DragExample() {
[...]