Показать сообщение отдельно
Старый 22.10.2011, 17:14   #8
L-ee-X
Разработчик
 
Аватар для L-ee-X
 
Регистрация: 06.06.2011
Адрес: Ирк. обл.
Сообщений: 543
Написано 133 полезных сообщений
(для 220 пользователей)
Ответ: Image does not exist

OpenMovie( file$ )
Parameters
file$ - filename of movie  

Description
Movie support relies on DirectShow, so you will need to ensure the correct drivers are installed. 

This command will open GIFs as well as AVI and MPEG movie files. However, AVI and MPEG movie will start playing immediately once this command has been used, whereas GIFs do not. See DrawMovie for details on how to deal with GIF animation playback. 

No error is raised if the specified file is not a movie file, or if the file does not exist, but the returned movie handle will be zero. 

See also: DrawMovie, CloseMovie, MoviePlaying, MovieWidth, MovieHeight.
(Offline)
 
Ответить с цитированием