On 5/10/07, Scott Rossi <[EMAIL PROTECTED]> wrote:
As far as I know, this is the usual method. However, Trevor Devore once explained that it is possible import a video file as a videoClip and play it directly on the card. You can position the the movie by declaring a point location, and once playback is done the videoClip is closed. play videoClip 1 at loc of grc 1 The docs say a videoClip can be QuickTime, AVI or MPEG formats. And the syntax for controlling a videoClip is a little wonky. play pause videoClip "myCoolClip.mov"
Thanks Scott, I think I'll stick to the more modern player object. It's only a couple of extra lines of code to write the file and it works fine! -- Regards, Howard Bornstein ----------------------- www.designeq.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
