UPDATE the problem seems to come from line 14632 of the index.html in the html.zip at http://talk.maemo.org/attachment.php...2&d=1292328434 Code: 14630 createIconFromUrl: function (aUrl, aCallback) { 14631 var plugin = this._getPlugin(); 14632 plugin.createIconFromUrl(aUrl, aCallback) 14633 }, if called manually in firebug: Code: >>> aUrl "pfw/images/icons/maneuver.png" >>> plugin.createIconFromUrl(aUrl, aCallback) "request blocked: requested file is outside the requesting page folder" /UPDATE Cheers, and a happy new year! Joerg
14630 createIconFromUrl: function (aUrl, aCallback) { 14631 var plugin = this._getPlugin(); 14632 plugin.createIconFromUrl(aUrl, aCallback) 14633 },
>>> aUrl "pfw/images/icons/maneuver.png" >>> plugin.createIconFromUrl(aUrl, aCallback) "request blocked: requested file is outside the requesting page folder"