kennydude / photosphere

Photosphere -- THIS IS A PROOF OF CONCEPT. NO SUPPORT IS GIVEN
http://kennydude.github.com/photosphere/test.html
218 stars 62 forks source link

Doesnt work on local machine #2

Closed hsiddique closed 11 years ago

hsiddique commented 11 years ago

Hi, I've downloaded the code, and tried to run it locally from my hard drive, but when I click on makeIt, nothing appears, what needs to be done to get it working (ideally I want to test my own image but I cant get your example to work).

Thanks

kennydude commented 11 years ago

It may be a CORS issue, you could try using a localhost web server. I run Apache on my machine and it works.

I think Chrome disables file:// XHR for security

On 15 November 2012 21:43, H-S notifications@github.com wrote:

Hi, I've downloaded the code, and tried to run it locally from my hard drive, but when I click on makeIt, nothing appears, what needs to be done to get it working (ideally I want to test my own image but I cant get your example to work).

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/kennydude/photosphere/issues/2.

NickStees commented 11 years ago

Try http://www.wampserver.com if you need to test it out locally.

kennydude commented 11 years ago

Did this solve your issue?

hsiddique commented 11 years ago

Hi, Yep, using a localhost web server worked.

Thanks