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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

incorporating an avi movie inside a loop 1

Status
Not open for further replies.

smartglass

IS-IT--Management
Mar 14, 2006
33
0
0
GB
Hi there:
I am trying to run an avi file automatically within a director movie. However, the avi will only play if I Hold on the frame containing that avi. If I hold on the frame then the rest of the Director movie will not run. And I require no user intervention!
So how can I write an avi into a director movie that will play in full, stop, then initiate the rest of the Director movie ?

Thanks in anticipation!
Director 8.

 
I'm not sure if I understood you correctly but if you want to hold the frame until the video is finished, you can do:

[tt]-- frame script
on exitFrame me
if sprite(1).movieTime < sprite(1).member.duration then
go the frame
end if
end exitFrame
--[/tt]

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top