@...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>

            AUTOSIZEWINDOW <lValue>

            AUTOSIZEMOVIE <lValue>

            ERRORDLG <lValue>

            MENU <lValue>

            OPEN <lValue>

            PLAYBAR <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)

      - AutoSizeWindow (D)

      - AutoSizeMovie (D)

      - ErrorDlg (D)

      - Menu (D)

      - Open (D)

      - PlayBar (D)

      - ShowAll (D)

      - ShowPosition (D)

      - HelpId (D)

 

      D: Available at control definition only

      R: Read-Only

 

 

Methods:

 

 

      - Show

      - Hide

      - SetFocus

      - Play

      - PlayReverse

      - Stop

      - Pause

      - Close

      - Release

      - Eject

      - Open

      - OpenDialog

      - Resume