PDA

View Full Version : <a href> to the local file system?


elam
10-08-2004, 12:56 PM
Howdy all,

Is it possible to link to the local filesystem using the <a href> tag in Laszlo?
We have some web applications that would be prime for conversion but they link to Word documents on the local filesystem like so(Mozilla):
<a href="file:///C:/Documents%20and%20Settings/elam/My%20Documents/memory%20upgrade/topic2.doc">Upgrade.doc</a>


Laszlo seems to ignore this and just use the last valid link target. If this isn't supported would this be a hard thing to code or is it not possible due to the nature of the Flash player?

Thanks,
Elam Daly

antun
10-08-2004, 01:01 PM
You mean inside of a <text> field? That should work - is it not working?

You should be able to say LzBrowser.loadURL( "file:///..." ); too.

-Antun