home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
INCLUDE
/
VIDEO.CH
< prev
next >
Wrap
Text File
|
1994-01-16
|
766b
|
23 lines
#ifndef _VIDEO_CH
#define _VIDEO_CH
#xcommand DEFINE VIDEO [<oVideo>] ;
[ <file: FILE, FILENAME, DISK> <cAviFile> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
=> ;
[ <oVideo> ] := TMci():New( "avivideo", <cAviFile>, <oWnd> )
#xcommand ACTIVATE VIDEO <oVideo> => <oVideo>:lOpen() ; <oVideo>:Play()
#xcommand PLAY VIDEO <oVideo> => <oVideo>:lOpen() ; <oVideo>:Play()
#xcommand @ <nRow>, <nCol> VIDEO [<oVideo>] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <file: FILE, FILENAME, DISK> <cFileName> ] ;
[ <of: OF, WINDOW, DIALOG > <oWnd> ] ;
=> ;
[ <oVideo> := ] TVideo():New( <nRow>, <nCol>, <nWidth>, <nHeight>,;
<cFileName>, <oWnd> )
#endif