@...PLAYER / DEFINE PLAYER
Creates a Player control
Standard Syntax (xBase Style):
@ <nRow> ,<nCol>
PLAYER <ControlName>
[ OF | PARENT <ParentWindowName> ]
WIDTH <nWidth>
HEIGHT <nHeight>
FILE <cFileName>
[ NOAUTOSIZEWINDOW ]
[ NOAUTOSIZEMOVIE ]
[ NOERRORDLG ]
[ NOMENU ]
[ NOOPEN ]
[ NOPLAYBAR ]
[ SHOWALL ]
[ SHOWPOSITION ]
[ HELPID <nHelpId> ]
Alternate Syntax:
DEFINE PLAYER <ControlName>
PARENT <ParentWindowName>
ROW <nRow>
COL <nCol>
WIDTH <nWidth>
HEIGHT <nHeight>
FILE <cFileName>
NOAUTOSIZEWINDOW <lValue>
NOAUTOSIZEMOVIE <lValue>
NOERRORDLG <lValue>
NOMENU <lValue>
NOOPEN <lValue>
NOPLAYBAR <lValue>
SHOWALL <lValue>
SHOWPOSITION <lValue>
HELPID <nHelpId>
END PLAYER
Properties:
- Enabled
- Visible
- Position
- Repeat
- Speed
- Volume
- Zoom
- Row
- Col
- Width
- Height
- Lenght
- Name (R)
- Parent (D)
- File (D)
- NoAutoSizeWindow (D)
- NoAutoSizeMovie (D)
- NoErrorDlg (D)
- NoMenu (D)
- NoOpen (D)
- NoPlayBar (D)
- ShowAll (D)
- ShowPosition (D)
- HelpId (D)
D: Available at control definition only
R: Read-Only
Methods:
- Show
- Hide
- SetFocus
- Play
- Stop
- Pause
- Close
- Release
- Eject
- Open
- Resume