Ask a Question related to Macromedia Director Basics, Design and Development.
-
Gone Platinum webforumsuser@macromedia.com #1
file paths when using a stub projector
Hi
When I use a stub projector to open a .DIR file (rather than creating just one larger projector file), Director always tries to find any external Quicktime movies on the original hard drive, in the original directory etc etc. The result is a prompt asking the user to locate the correct Quicktime files which is not acceptable. Usually of course the project is not being produced for playback on the machine that I use for authoring, but rather should play on any machine. However, I don't have this problem if I create a projector, and not use a stub.
I know that for external sound files, it is possible using 'Sound Playfile ...' to specify a relative path, but what about video?
How do people get around this?
Phil
Gone Platinum webforumsuser@macromedia.com Guest
-
stub projector or ???
I am a teacher and my kids are making a times tables program in director 7 academic. They want to sent it to some other schools. Even though we... -
PC stub projector
Please. I created a Director movie on a Mac and am desperately looking for a stub projector that can allow it to be viewed on a PC. So far, I have... -
PC stub projector?
I have Director MX for the Mac and need to make a projector for a PC. So I am looking for a hybrid stub projector if possible, and one for a PC at... -
How big is too big for a projector vs. a stub?
Quick question about projector vs. a stub projector. Not sure how big is too big for a single projector file. My project will be running off a... -
Creating a stub projector
I'm trying to make a stub projector to link to an external director movie. The stub projector has this script in its first frame: on enterFrame... -
JPrice #2
Re: file paths when using a stub projector
> When I use a stub projector to open a .DIR file (rather than creating just
one larger projector file), Director always tries to find any external
Quicktime movies on the original hard drive, in the original directory etc
etc. The result is a prompt asking the user to locate the correct Quicktime
files which is not acceptable. Usually of course the project is not being
produced for playback on the machine that I use for authoring, but rather
should play on any machine. However, I don't have this problem if I create a
projector, and not use a stub.....' to specify a relative path, but what about video?>
> I know that for external sound files, it is possible using 'Sound PlayfileI usually specify a full path by using something like:>
> How do people get around this?
>
pathdelim=(the moviepath).char[the moviepath.char.count]
movieFileName=the moviepath & "movies"& pathdelim "movie.mov" -- to get a
movie.mov in a subdir "movies"
JPrice Guest



Reply With Quote

