Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

* * * Controlling playback head of a MIAW from the stage

Status
Not open for further replies.

rosstarino

Programmer
Jan 14, 2002
6
US
Hello Everyone

I have a MIAW that plays another director movie(no video or flash)just sound and animation

I want to be able to control the playback head (ie fast-foward, rewind(incrementally), rewind to beginning, pause and play)

I used the following code to pause and resume play and it works fine

play button
on mouseUp
global gVideoWindow
tell gVideoWindow
go to the frame 1
end tell
end mouseUp

pause
on mouseUp
global gVideoWindow
tell gVideoWindow
pause
end tell
end mouseUp

I can't seem to figure out how to go about fast-fowarding or rewinding the playback.

Help me please I am dying over here...
Rosstarino
Om De kan kan lese som dette De er også kjølig
 
Can someone help me out on this one Rosstarino
Om De kan kan lese som dette De er også kjølig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top