> hi, lingoists
> simple doubt: does a shockwave movie recognize the moviePath function, when
> running locally? that's strange, because i've made a very simple structure
> with two movies, "movie b.dcr" on a folder bellow of "movie a.dcr", which
> is on the "root". the problem comes when i try to go back from movie b to
> movie a, one level above.
>
> on "movie a", i've put the following script:
>
> global gPath
> on startMovie
> gPath = []
> add gPath,the moviePath&the movieName
> end
>
> and in "movie b.dcr", the following script on a button:
>
> global gPath
> on mouseUp
> go to movie gPath[1]
> end
>
> and movie b cannot find "movie a.dcr". for testing, i've put a field on
> "movie b" to check gPath, and it displays only the movieName, "movie
> a.dcr". the moviePath is gone. and if i run it as .dir, the moviePath is ok.
> got the idea?
Shockwave has security restrictions which restrict the ability of the
shockwave to pull data from a local hard drive. Pathnames only work locally
when they include a "dswmedia" directory. So, put the movies within a
directory named "dswmedia", and they should be able to find one another.
Projectors do not have the same restrictions, so the "dswmedia" folder is
unecessary.
-Kurt
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]