if the file "first.html" is in the same directory than the ".swf"
just call getUrl('first.html','_blank');

bye
----- Original Message ----- From: "Rob" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, March 21, 2006 3:24 PM
Subject: [Flashcoders] Loading local Html File from offline Presentation


Hello Flashfriends,

I'd like to open a local html site from a projector-presentation on CD.
I need to point to an relative (because I dont know the CD-Driveletter of the running Systems) URL on the CD (absolute path: CD-DriveLetter:\websites\first.html) . I've tried:

getUrl('file://websites/first.html','_blank');
getUrl('websites/first.html','_blank');

There are around 200 sites in my websites-folder, so I don't like to use fscommand because of the fact that I need a entire .exe/.bat-file for every site, because you can't pass parameters with fscommand...

Any sugestions on that issue?
Thank you in advance.

Robert

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

__________ InformaciĆ³n de NOD32, revisiĆ³n 1.1441 (20060313) __________

Este mensaje ha sido analizado con  NOD32 antivirus system
http://www.nod32.com



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to