Re: [Flashcoders] Loading local Html File from offline Presentation

2006-03-21 Thread Rob

Sorry, the file isn't in the same directory. Even though:
If I open the .swf in a browser it works, but if I try to get it opening 
inside the flash projector it won't...



Alfredo Laguia Laborda wrote:

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" 
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




___
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


[Flashcoders] Loading local Html File from offline Presentation

2006-03-21 Thread Rob

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


[Flashcoders] Loading local Html File from offline Presentation

2006-03-21 Thread Rob

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


Re: [Flashcoders] Loading local Html File from offline Presentation

2006-03-21 Thread Alfredo Laguia Laborda

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" 
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