[futurebasic] Auto QT Player

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2002 : Group Archive : Group : All Groups

From: Martin Fitzgibbons <rush@...>
Date: Tue, 28 May 2002 22:53:34 +1000
I am trying to adapt the simple QT player in release 6. I thought I
could give the following commands to autoplay a file but it doesn't seem
to respond to the filename and window coordinates. Any suggestions

FN FBQTOpen(MovieBlk as pointer to MovieInfo,"Sample
Movie",SYSTEM(_aplVol),200,200)
FN FBQTChgMovie(gMovieBlk&,_mcActionSetLooping,-1)

Alternatively, I tried MIDWorld Lite which opens and plays the movie
file but I couldn't control the placement of the window.

Martin