I know this is a real Shockwave newbie question, but:
[MF]
I'm adapting several existing director movies to shockwave for internet
distribution. They utilize a shared cast, cleverly titled Shared.cst. It
is in the same directory as the movies.
I publish the movies, and put them up with ftp.
The first movie has no background picture (a member of the shared cast),
and about the time it tries to load the second movie I get an error:
Shared.cct is not a Director file.
Everything I can find on this says to make sure it's in the right
directory (if it was in a folder, put it in a folder) and it is. They're
in the same directory. I've updated all of them with the xtra. I've
saved and compacted them. I've tried preloading. No help.
I just know this is something obvious. Help!, please?
Are you making sure that the shared cast is fully loaded? Check out "preloadNetThing." You'll want to add some frames to the front of your first movie, or create a loader movie that launches the first movie when the load is done. The basic approach is this - fire off a "downLoadnetThing" call for your shared cast, then keep checking the status of that op until it's complete. Then you can launch your first movie, and the shared cast's members will be available to it. You can make a progress bar that updates while this is happening by checking the status of the download op - this stuff should be in the docs for "downloadNetThing."
hth, kurt
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
