Change FileName to correct location
hello,
i have 19 quicktime movies on projector, work fine when on pc when on cd "where is" box looking in "c:\documents , settings\ryan\director\mov\movie.mov". ive noticed in director "filename" in movie properties points directory, when try change "\mov\movie.mov" automatically changes was. ideas on how can fix this?
thank in advance.
ryan
i have 19 quicktime movies on projector, work fine when on pc when on cd "where is" box looking in "c:\documents , settings\ryan\director\mov\movie.mov". ive noticed in director "filename" in movie properties points directory, when try change "\mov\movie.mov" automatically changes was. ideas on how can fix this?
thank in advance.
ryan
on wed, 03 jan 2007 18:58:36 gmt, razta101 posted in
macromedia.director.basics:
> hello,
> ive noticed in director
> "filename" in movie properties points directory, when
> try change "\mov\movie.mov" automatically changes
> was. ideas on how can fix this?
that's way works. did try suggestion posted previous
thread? here, i'll expand on you.
do not replace 'the moviepath' in below example. use way it's
written. note movie script cannot placed anywhere in score.
-- movie script
on startmovie
searchpaths = [the moviepath, moviepath &"mov"]
end
that cause projector in same folder , in
sub folder called mov.
projector.exe
mov\movie.mov
however, seems "\mov\movie.mov" path may want go
the way root of drive, down mov folder.
be easier if mov folder in same folder projector,
let know if that's not case.
more details on searchpaths available in docs.
--
mark a. boyd
keep-on-learnin' :)
macromedia.director.basics:
> hello,
> ive noticed in director
> "filename" in movie properties points directory, when
> try change "\mov\movie.mov" automatically changes
> was. ideas on how can fix this?
that's way works. did try suggestion posted previous
thread? here, i'll expand on you.
do not replace 'the moviepath' in below example. use way it's
written. note movie script cannot placed anywhere in score.
-- movie script
on startmovie
searchpaths = [the moviepath, moviepath &"mov"]
end
that cause projector in same folder , in
sub folder called mov.
projector.exe
mov\movie.mov
however, seems "\mov\movie.mov" path may want go
the way root of drive, down mov folder.
be easier if mov folder in same folder projector,
let know if that's not case.
more details on searchpaths available in docs.
--
mark a. boyd
keep-on-learnin' :)
More discussions in Director Basics
adobe
Comments
Post a Comment