Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>video commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Video Commands
--------------------------------------------------------------------------------

 Defining a video Control    @ <nRow>, <nCol> VIDEO <oVideo> ;
 from source code               [ SIZE <nWidth>, <nHeigth> ] ;
                                [ FILE | FILENAME | DISK <cAviFile> ] ;
                                [ OF | WINDOW | DIALOG <oWnd> ]

 Redefining a Video Control  DEFINE VIDEO <oVideo> ;
 from resources                 [ID <nId> ] ;
                                [ FILE | FILENAME | DISK <cAviFile> ] ;
                                [ OF | WINDOW | DIALOG <oWnd> ]
                                [ WHEN <uWhen> ] ;
                                [ VALID <uValid> ] ;


 Activating the Video        ACTIVATE VIDEO <oVideo>


 <nRow>, <nCol>  The control coordinates. We simulate Text coordinates.

 <oVideo>        A reference to the Video Object.

 <nWidth>,       The Control dimensions.
 <nHeight>

 <cAviFile>      The name of the AVI file to be played.

 <oWnd>          A reference to the container Window of the Control.

 <WhenFunc>      It is an expression to evaluate indicating if the control is
                     or not enable.
 <ValidFunc>     An expression to validate when the control is going to
                     lose the focus.



See Also: TVideo TMCI Video.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson