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