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

Trying to embed a simple Photosphere on it's own #10

Closed griffindodd closed 10 years ago

griffindodd commented 10 years ago

Hi Kenny,

I'm following your instructions to embed a simple Photosphere on a page but cannot get it to show up.

Here's the link

www.dropinquarters.com/sphere/index.html

I have sphere.js in /lib and three.min.js in /extern in the root of the sphere directory that also contains the .jpg for the photosphere itself.

Thanks

NickStees commented 10 years ago

I believe your script tags have relative URL's from the root of your domain. should be src="extern/three.min.js" NOT src="/extern/three.min.js"

griffindodd commented 10 years ago

Nice!!!

Thanks, I moved the lib and extern to the root of the site and the page and it worked!!!

www.dropinquarters.com/sphere.html

Many thanks