At 6:45 PM -0700 2/18/2001, Brad Hintze wrote:
>I am trying to open an html document from CD on a mac, I get an error that
>says "parade:ruub/file.htm cannot be found."
>
>I am using this code:
>
>gotoNetPage "file:///" & the moviePath & "ruub/" & gEntry & ".htm"
>
>Which works just fine for win, and if I change the address in the internet
>browser manually it works okay also, but how do I tell the mac the right
>direction to point?


Use the @ symbol and you won't have to deal cross platform issues:

gotoNetPage(@ & "ruub/" & gEntry & ".htm")
-- 

     Roy Pardi
--------------------------------------------------------------------
Multimedia Developer   +  Lingo Programming Consultant
                                 [EMAIL PROTECTED]
--------------------------------------------------------------------



[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!]

Reply via email to