At 09:38 -0700 04/11/2002, CMA_REQUESTS wrote:

>Hello,
>I'm having a problem that I'm finding odd?
>I'm opening a MIAW from a stub projector but, on some computers it cant find
>the .dxr file?
>I tried:
>
>open window the moviepath start.dxr
>
>but I'm getting a Error: cant open because its already open by another
>program?

That won't work. For starters you don't need to explicitly include 
the DXR extension, and you should note that if your program is itself 
named "start" you will have problems.

Finally you need to concatenate the moviePath and file name properly, 
and you need to use quotes to delimit your strings or Director will 
get rather annoyed:

   open window ( the moviePath & "start" )

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[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!]

Reply via email to