Hi,

I need to get the following example up and running locally (i.e. from 'file://' rather than 'lightstreamer.com':

http://www.lightstreamer.com/demo/StockListDemo_Basic/

When I set the domain/context to "" or null as was recommended here before, it doesn't work. I'm using Firefox 4, and am just loading the main html page and misc.js file from the local filesystem - everything else is coming across the web.

pushPage.context.setDomain(null);

or

pushPage.context.setDomain("");

What else do I need to change, please? I would rather run this from file:// rather than on a local Apache server.

Thanks.