Hello everybody
I have a question for you.
I am writing few lines of code that can play avi movies.
It plays several movies with no problems at all.
But i don\'t get any sound.
What am i doing wrong.
The movies are fine , tested with VLC player.
Thanks for taking your time.
Greetings Ron.
This is wat i wrote.
------------------------------------------------------------------
`avi player.
set display mode 1024,768,32
input \"Input the name of the movie to play (with extension) : \";moviename$
sync on
load animation moviename$,1
cls
set animation volume 1,80
play animation 1
do
sync
loop
end
-----------------------------------------------------------------
Programming is learning