Jump to content

Featured Replies

Posted

I've been researching about the scripts/behaviour/syntax of Director MX 2004 because I'm trying to create a jukebox or video player using director. I know how to play, stop, rewind and fast forward the video but I'm trying to figure out how to pause it. So I'm looking for someone who knows the syntax to pause the video, and also to go next (go to next video) and go previous (go to previous video). Anyone here can help me? It's for my project. Hehe.. Hope you guyz can help! Thanks

here's the sample syntax to control a quicktime movie:

PLAY:

on mouseUp me

sprite(#).movieRate=1

end

STOP:

on mouseUp me

sprite(#).movieRate=0

end

:(:unsure: :confused02: :help:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...