Controlling Quicktime frames

Peter T. Evensen pevensen at siboneylg.com
Wed Mar 1 16:47:49 EST 2006


You could use the currentTime setting to step through a QT movie.  If there 
is no interaction, and you're just displaying a static frame, all you would 
need is something like this:

on NextFrame
         put the currentTime of player "Power Point" into tCurrentTime
         add tTheAppropriateTime to tCurrentTime
         set the currentTime of player "Power Point" to tCurrentTime
end NextFrame

etc.

You will have to figure out what tTheAppropriateTime is.  I'm not sure how 
PowerPoint exports to QT.

At 03:36 PM 3/1/2006, you wrote:
>hello!
>
>I exported a PowerPoint presentation
>of an educational slideshow which
>I imported to Revolution but I can't
>find the proper scripts to
>Play the Quicktime frame by frame.
>
>I want to create 3 buttons:
>BTN1: Play next frame and stop
>BTN2:Play previous frame and Stop
>BTN3:Rewind quicktime to frame 1
>
>Have anyone done that? any help?
>
>Thanks!
>
>Ben
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your 
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-revolution

Peter T. Evensen
http://www.PetersRoadToHealth.com
314-629-5248 or 888-628-4588 




More information about the use-livecode mailing list