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!

Imported flash 5 movies to play first

Status
Not open for further replies.

MichelleButler

IS-IT--Management
Apr 5, 2002
73
GB
I have created a director 8 assignment, but I have designed the introduction in flash 5 first, but I am having problems getting the flash 5 movie to play first on the first frame. I do not want to hold the frame, I want director to play the flash 5 movie first and then exit gracefully on the next sprite. Any suggestions!!!!!!

Michelle
 
On the first frame use this script in your frame script channel.

on exitFrame
if sprite(1).frame<sprite(1).member.FrameCount then
play the frame
end

--where sprite 1 is the flash movie.

This should allow you to play your flash movie on the first frame without it leaving the first frame until it is done, then Director will move the playhead to the next frame.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top