Ask a Question related to Macromedia Director Basics, Design and Development.
-
pedrovargas #1
Linked Cast
Hi,
I had these director files that were made on PC and I had to convert them to
OS X.
The problem is that they have linked casts and when I export the dir files the
path stays as my computer path. I tried everything to change the path but it
says that it can't find the CST file. Any idea to help me?
Cheers
pedrovargas Guest
-
linked cast members
is there an easy way to convert linked cast members to internal cast members so that the movie can be published to shockwave? -
Too many cast files linked
I am new to Director, taking it in an online class, and am having to teach myself. Have been pulling myself along pretty well by watching various... -
prepareMovie from internal cast with linked script - not refreshing
I am trying to make a prepareMovie handler call to a movie script member in the internal cast that is linked to an external .LS script file . The... -
statically linked tcl conflict with dynamically linked tcl error
My solaris 8 computer have a dynamically linked tclsh as the default. After another statically linked tclsh is executed, the computer environment... -
linked external cast??
Hi, I have an external cast of .w3d and .swf, when I play it thru director it works fine, but when I publish it for the web the links aren't... -
JB #2
Re: Linked Cast
Director stores the absolute castlib location, but as a second choice
tries to find the cast file at the same relative locations as the
previous cast.
Develping it;s no big issue, just find it by hand when the 'where is..."
file open dialog comes up, resiving after locating the casts fixes
things.
Creating CDs with linked files in other folder not a sub branch of the
..dir file location tends to confuse things when the CD drive letter
changes on different systems.
JB Guest
-
pedrovargas #3
Re: Linked Cast
Hi JB,
The problem is that it is not the .dir file that has the problem but the published file.
Any idea of what is going on? I did a couple of tests today and no luck so far.
cheers
pedrovargas Guest
-
jim59 #4
Re: Linked Cast
I'm kind of having the same problem. Editing a 7.0 version in 8.0 Plays fine
in Director but when I make a projector there's no images. The cst is in the
same folder as the dir!
When I load the movie to edit, the external cast does not auto load, and the
cast will only show in the stage after I load the cast.
jim59 Guest
-
jim59 #5
Re: Linked Cast
Got it. I put in this in onStart Movie
set the searchPaths = ["d:\MyFolder" ]
Guess I'll have to change this for the cd burn
jim59 Guest
-
Mark A. Boyd #6
Re: Linked Cast
"jim59" <webforumsuser@macromedia.com> wrote in news:c71efb$ek$1
@forums.macromedia.com:
Try using the moviePath. If "MyFolder" is at the same level as the Dir> Got it. I put in this in onStart Movie
> set the searchPaths = ["d:\MyFolder" ]
>
> Guess I'll have to change this for the cd burn
movie/projector:
the searchPaths = [the moviePath, the moviePath &"MyFolder"]
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
pedrovargas #7
Re: Linked Cast
Wouldn't that create a problem when changing the drives name? If another computer's cd rom is F:.
What happens than?
cheers
pedrovargas Guest
-
Mark A. Boyd #8
Re: Linked Cast
"pedrovargas" <webforumsuser@macromedia.com> wrote in
news:c71m5o$6tc$1@forums.macromedia.com:
Typing a specific path letter would cause that problem, yes. If the> Wouldn't that create a problem when changing the drives name? If
> another computer's cd rom is F:. What happens than?
projector is running from the CD then 'the moviePath' system property will
automatically contain the drive's letter (or volume name on a Mac).
If the projector is running on a different drive, then there are other
methods to find CD drives and detect whether the correct CD is inserted in
one of them.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
pedrovargas #9
Re: Linked Cast
Hi
Thank you all for the help. I think I found the solution. Well it worked for me!! :)
on Start movie
searchCurrentFolder = TRUE
CHEERS
pedrovargas Guest



Reply With Quote

