XDomain reference to Gears JavaScript library? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T21:30:19Z http://stackoverflow.com/feeds/question/719637 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/719637/xdomain-reference-to-gears-javascript-library 0 XDomain reference to Gears JavaScript library? David.Chu.ca 2009-04-05T20:35:18Z 2009-04-05T20:35:18Z <p>I don't want to download gears library into my local computer. I prefer to use gears library by cross domain (xDomain) loading. Can I use Google gears library files by xDomain loading like this:</p> <pre><code>&lt;script type="text/javascript" src="http://.../grears_init.js"&gt;&lt;/script&gt; </code></pre> <p>where is the public HTTP URL for the gears library if possible?</p>