Yes, but when I go to run the routine, the window just goes blank. It does a successful compile but hangs on the code you suggested. Heres the code:
#include <litec.h>
#include <default.c>
#include <acknex.h>
function Main()
{
Sound_vol = 100;
media_play("CTST.mpg",NULL,100);
}
If I change the file to a jpeg, it runs fine. It just hangs on movie files.
Is there a difference if I'm running MS VISTA?
Do I need to #include another class?
Is the function Main() ok or should I try another call?
Any other suggestions would be greatly appeciated