Hi Manisha,

You have to specify a path to the file using the moviePath or using @/
pathname operator, these commands defines the path to the current movie’s
folder. You don't have to specify absolute paths like D:/mypage.htm or
E:/mypage.htm.

for example, If your CD rom drive is D:/ and and the CD contains dir file
and html file mypage.htm at the root. the moviePath command gives you "D:/"
from your dir file.

so, concatenate the html filename with the the moviePath command to open the
file.

gotonetpage the moviePath & "myPage.htm"  will always open from the cdrom
drive

Are you using gotoNetPage command to open the html files?.

I will able to understand what you are trying to do if you can send me your
script.

Ramesh CT
http://www.geocities.com/ramesh_ct/


-----Original Message-----
From: manisha sinha <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, November 06, 2000 3:15 PM
Subject: Re: <lingo-l> opening file from Cd


| Hello Ramesh,
|
|Thanx for replying. My dir and HTML files are on the cd but if i dont give
the option of drive letter then the system tries to locate the html files on
the c drive ( the default location of the browser) and if there is an html
file by that name , it opens that.
|
|Manisha
|--
|
|On Sat, 4 Nov 2000 15:43:22
| Ramesh CT wrote:
|>Hi Manisha,
|>
|>I hope the html file and director file both are in the CD and you are
trying
|>open the html file from the director movie, in this case you don't need to
|>find CD drive, if you use the moviePath command. the moviePath command
|>indicates the pathname of the folder in which the current director movie
|>file is located.
|>
|>on mouseUp
|>  gotoNetPage the moviepath & "mypage.htm", "_new"
|>end
|>
|>Sorry if this not the right one you are looking for
|>
|>regards
|>Ramesh CT
|>http://www.geocities.com/ramesh_ct/
|>
|>-----Original Message-----
|>From: manisha sinha <[EMAIL PROTECTED]>
|>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
|>Date: Friday, November 03, 2000 6:47 PM
|>Subject: <lingo-l> opening file from Cd
|>
|>
|>|Hello List,
|>|
|>|My presentation is running from the CD.I have given link to an HTML page
|>which should open from the CD not from the hard disk. For this i have made
|>buttons for the drive letters. The user needs to click on the cd drive
|>letter in order to open the html file (which is on the Cd). I want to
avoid
|>this step of clicking on the drive letter. How to do it? Any help will be
|>greatly appreciated.
|>|
|>|Thanx
|>|Manisha
|>|
|>|
|>|Get FREE Email/Voicemail with 15MB at Lycos Communications at
|>http://comm.lycos.com
|>|
|>|[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!]
|>
|>
|>_________________________________________________________
|>Do You Yahoo!?
|>Get your free @yahoo.com address at http://mail.yahoo.com
|>
|>
|>[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!]
|>
|>
|
|
|Get FREE Email/Voicemail with 15MB at Lycos Communications at
http://comm.lycos.com
|
|[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!]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


[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