Several DVD? Help, please.

Hi all
Thanks to the people who helped me with the latest edition of video.

I have a projetor to play multiple videos. I exported from Adobe Premiere Pro for 3 DVDs in the separate target HARD disk folders. I inserted 3 members of media (DVD) in melt of my movie and in the first image using lingo have specified the .dossier not for each Member (this part seems to work ok because when I check the properties for the folder of a cast member is show the location correct IE /movie1, /movie2 and /movie3 respectively)
The problem I have is to read and even in the DVD Preview Panel when I double click on the cast members - it's always only show the first film. How can I get the other two films to load and read needed?
Any help would be appreciated as my time line is very short.

Best regards
Chris

Hi Dean and Otterman,
It worked. I had preload before it would play as you can see below. I left a guided repetition in this while loop because I tried this initially before adding the line of prestressing. It was sending in a loop without end for some reason any. I thought that he would have only looping until the Member was charged and then moved to the appropriate forum. I used a script of a button sprite to set the value of CurrentMovie.

Global CurrentMovie
on exitFrame me

CurrentMovie cases of
"Film1": .dossier only member ('Movie', 'DVD') = _movie.path & "DVD\movie1".
Member ("Movie", "DVDs") .preload)
-Repeat while member("Movie","DVDs").loaded = false
-repeat end
go to "Film1.

"Movie2": .dossier only member ('Movie', 'DVD') = _movie.path & "DVD\movie2".
Member ("Movie", "DVDs") .preload)
-Repeat while member("Movie","DVDs").loaded = false
-repeat end
go to "Movie2.
cases of termination
end

In any case it's working now. Thank you both very much for your help, I really appreciate it.

Best regards
Chris

Tags: Director

Similar Questions

Maybe you are looking for