Ask a Question related to Macromedia Director Basics, Design and Development.
-
stargazer424 #1
path problem
I've looked through these forums and tried out some things mentioned here, but
I cant seem to get this to work. Heres the problem: In my Director file I
have .mov files, but i cant set a relative path for them. I want to export
the director file as dcr, but when i move the files or burn them to a disk the
..mov files dont show up b/c its looking for them on a directory on my computer..
I tried using this example
on preparemovi
member("video1").filename = the moviepath & "dswmedia/video1.mov
en
but it didnt work...any suggestions
stargazer424 Guest
-
Problem with file path.
Hi, I have a plug-in implemented on visual C++ platform, in that I am creating backup file for PDF to be processed before applying any changes, am... -
Help Files Path Problem
OleLena wrote: I'd check to ensure that you have the latest versions of the WebAssist extensions as this may have been fixed. I seem to recall... -
Publishing Path Problem
Hey friends, I was wondering if anyone has experience working with the publishing process built-in to Adobe Flash CS3. I'm having a tricky problem... -
Offset path problem
I have some customer supplied ai files, some saved in v 3, some in v9. Selecting an object I go to the menu object >path > offset path which is... -
virtual path problem
hi, I have a script in a folder which simply creates a file in another dump folder /myscript/script.php /myscript/dumpfolder/ but then i... -
johnAq #2
Re: path problem
I think the correct windows path delimiter is backslas
But the best way to get the coorect pathdelimiter for any system is to store
the last char of the moviePat
on preparemovi
pathDelimiter = the last char of the moviePat
member("video1").filename = the moviepath & "dswmedia" & pathDelimiter &
"video1.mov
en
johnAq Guest
-
Doug Golenski #3
Re: path problem
You need to build the application using a Directory structure that is
exactly like it will be on deployment. So you need to start with a dswmedia
folder where you store your QT assets, then you won't need to worry about
relative paths. As John mentioned, the path delimiter for windows is a
backslash.
hth,
Doug
"stargazer424" <stargazer424@aol.com> wrote in message
news:c09d72$hfg$1@forums.macromedia.com...but> I've looked through these forums and tried out some things mentioned here,I> I cant seem to get this to work. Heres the problem: In my Director fileexport> have .mov files, but i cant set a relative path for them. I want tothe> the director file as dcr, but when i move the files or burn them to a diskcomputer..> .mov files dont show up b/c its looking for them on a directory on my>
> I tried using this example
>
> on preparemovi
> member("video1").filename = the moviepath & "dswmedia/video1.mov
> en
>
> but it didnt work...any suggestions
>
>
Doug Golenski Guest
-
stolex #4
path problem
Hi, I have downloaded newest version of debug standalone Flash player 9.0.r28 and I can load images whose begin with " ./". When that part of url is deleted URL is readable. Plese correct this.
stolex Guest



Reply With Quote

