I'm not very familiar with xulrunner, but are you running a local webserver in your application?<br><br>If your application does not have its own webserver, I would expect you would have to use the file:// URI handler, like the Browse activity does.  You may have to dynamically create this URI after determining the path the content is stored in, as there is no guarantee besides on XOs of all content being somewhere below /home/olpc.<br>


<br><br><br><div class="gmail_quote">On Wed, Jan 11, 2012 at 4:37 PM,  <span dir="ltr"><<a href="mailto:anthony@evolutionindesignz.com" target="_blank">anthony@evolutionindesignz.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


I am aware that the OLPC project is moving into Webkit for future projects. However, it is necessary to complete a current project on XULRunner.<br>
<br>
With the OLPC laptop disconnected from the Internet, I try to startup XULRunner and read local files using the browser tag like this:<br>
 <browser type="content" src="<a href="http://localhost/myfile.html" target="_blank">http://localhost/myfile.<u></u>html</a>" autoscroll="true" flex="1"/><br>
<br>
With XULRunner 1.9, the screen remains blank, and the file is not loaded.<br>
I installed XULRunner 8.0 on the OLPC laptop. I am not able to replicate the problem with XULRunner version 8.0(that is, the application starts correctly and reads the local files as expected.)<br>
<br>
Given that XULRunner 8.0 may not be installed on the OLPC, are there any suggestions that I could use to get XULRunner 1.9 to read local files?<br>
<br>
<br>
______________________________<u></u>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.laptop.org" target="_blank">Devel@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/<u></u>listinfo/devel</a><br>
</blockquote></div><br>