AudreyLucy
Technical User
Hi,
I'm a newbie to Director...In fact, this is my very first project in Director. I started this project in Flash MX, which I'm fairly proficient in...This project is a CD that uses video extensively.
I knew that Flash wouldn't be able to handle the video, but my employer wanted to try it anyway...After I had created the entire interface and tested one movie clip it was aparent, at that time that the videos would be too big for Flash to load.
My issue at this point, is calling these videos when the actionScript buttons, within my Flash interface, are clicked... I want Flash to tell Director to load an external Quicktime (.mov) file WITHIN the main Director file. I know I have to have this on my button in Flash:
on(release){
get URL("event:myMovie"
}
Where should the Lingo that pulls up myMovie go, in Director?
Should it go on the first KeyFrame in Director? I have a tutorial that says to import the video and put it in a frame label named "movie 1". This is the Lingo the tutorial says to use:
on myMovie
go to frame "movie1"
end
If I'm calling external media files, should the Lingo say something else? What should that look like? Where should that Lingo be in the Score? The tutorial does not go into that detail.
And if I want to load a differnt video, how do I tell Director to unload the previous video, so it doesn't hog the memory?
I would really appreciate your help or suggestions on this..
I'm a newbie to Director...In fact, this is my very first project in Director. I started this project in Flash MX, which I'm fairly proficient in...This project is a CD that uses video extensively.
I knew that Flash wouldn't be able to handle the video, but my employer wanted to try it anyway...After I had created the entire interface and tested one movie clip it was aparent, at that time that the videos would be too big for Flash to load.
My issue at this point, is calling these videos when the actionScript buttons, within my Flash interface, are clicked... I want Flash to tell Director to load an external Quicktime (.mov) file WITHIN the main Director file. I know I have to have this on my button in Flash:
on(release){
get URL("event:myMovie"
}
Where should the Lingo that pulls up myMovie go, in Director?
Should it go on the first KeyFrame in Director? I have a tutorial that says to import the video and put it in a frame label named "movie 1". This is the Lingo the tutorial says to use:
on myMovie
go to frame "movie1"
end
If I'm calling external media files, should the Lingo say something else? What should that look like? Where should that Lingo be in the Score? The tutorial does not go into that detail.
And if I want to load a differnt video, how do I tell Director to unload the previous video, so it doesn't hog the memory?
I would really appreciate your help or suggestions on this..