Function PlayMovie(ByVal Movie As integer) As Integer
Проигрывает загруженный видеофайл.
Movie - хендл видео, загруженный с помощью LoadMovie
Windows
#Include "window9.bi"
Dim As Integer Movie=LoadMovie(0,"1.avi",100,100,320,240)
PlayMovie(Movie)
Do
If GetAsyncKeyState(&h1B)<0 Then Exit do
'если клавиша ESC нажата, то конец программы
Loop
FreeMovie(Movie)
Created with the Personal Edition of HelpNDoc: Full featured Documentation generator