On 7/1/02 1:50 am, Guillaume CASTRE <[EMAIL PROTECTED]> wrote: > Hello from france, > I import a videoclip into my application. > I can play it into the stack with "Play videoclip "test.mov"". > I can modify the position of the display with "at 30,30" > But I can't find how to modify the size of the file when I play it ! > (for example half the original size). > Thank you for your help.
Use a player object. (If you don�t want to use QT then you can still set the dontUseQT global property to true to use other play back facilities on those platforms that have them. Only a more limited range of movie options in supported without QT, but you can scale them with the player object.) Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - Power to the Developer! Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
