Robert I only have Release 5 &6 examples and when I make the changes you suggest it compains about MCRect not being dimensioned and also the last parameter of FN FBQTOpen Do you have a later eg you can look at? Martin > But using the FB Quicktime Player example.... (R4 > Examples/'Graphics/Quicktime'/QuickTime Player Project) > > Change the line in FBQTOpen for the Window from one with all the x,y mess > to just : > > WINDOW WndID%,FSName$,(MovieTop%, > MovieLeft%)-(MovieTop%+MCRect.Right%,MovieTop%+MCRect.Bottom%),_DocNoGrow_update > VisRgn'build the window > > (beware the line wrap) > > And in the Menu choice area add: > > DIM myMovieLeft, myMovietop > myMovieLeft = 100 > myMovietop = 100 > FN FBQTOpen(gMovieBlk&,"",0, myMovieLeft, myMovietop,0) > > Robert Covington > > -- > To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>