Recently, Howard Bornstein wrote: > Once I've set a custom property to contain the music or video data, how do I > reference it? Do I then need to spin it out as a temporary file and then > reference that? Then clean up the file when I'm done?
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" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ 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
