| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector
1.0;
mWindow.startDrag() : VoidNothing.
Method; Starts a window dragging session. This method should be called from an on-press event handler. Dragging is stopped automatically when the mouse button is released. Dragging can also be stopped manually using the mWindow.stopDrag() function.
The following example starts a window dragging session.
On (press)
{
mWindow.startDrag();
}
| Questions or Feedback? | Previous | Next |