This code works correctly on my old powermac 8100, QT4. The MPEG took a while to display, so I upped the RAM. You might also need to do a prerollmovie so that the MPEG decompression can catch up before it starts to play. You should also remove the calls to entermovies and exitmovies from within the loop. I think I remember that they each should only be called once. Entermovies at startup, and exitmovies when your app quits. Jamin On Wednesday, 20 June 2001 9:30 AM, Peuapeu@... wrote: > >Hi, > >For some reason, I can't get an FB II application to display a MPEG (type >"MPG ") videoclip. Even using QuickTime 4 I am experiencing this problem. >The following source code plays four video clips named in the SELECT >statement in FN DISPLAYVIDEOCLIP, one after another. If you want to test the >code you will have to provide the name and filetype of four videoclip files >that you have and place those files in the folder with this application. I >currently have the source set to play a "Moov", "GIFf", "VfW " and "MPG " >clip in that order. The first three formats all display correctly on two >different Macs. The last does not (all I get is a empty rectangle of the >correct size that remains open for the proper amount of time before the >application closes). The "MPG " video clip does display correctly if I play >it using QuickTime Player. So ... what is that application doing that mine >is not doing? Help! Here is the source code: >