
Quote from fkapnist on April 3, 2023, 12:57 pmhi,
I found a new ai site that generates free 360 panoramic views of any text description.
https://skybox.blockadelabs.com/
But the images won't load into my neoPano container.
Is there something on the server side?
thanks
.
hi,
I found a new ai site that generates free 360 panoramic views of any text description.
https://skybox.blockadelabs.com/
But the images won't load into my neoPano container.
Is there something on the server side?
thanks
.

Quote from luishp on April 3, 2023, 5:51 pm@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.Regards.
@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.
Regards.

Quote from fkapnist on April 3, 2023, 9:50 pmQuote from luishp on April 3, 2023, 5:51 pm@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.Regards.
Your sample file VuEotNG.jpg works when I tested it,
but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
neoPanoInitialize "Container1" "https://www.mysite.com/VuEotNG.jpg" false 0 false .neoPanoInitialize "Container1" "https://i.imgur.com/VuEotNG.jpg" true 0 false neoPanoAddEvent "Container1" "animatefinished" "getVars" neoPanoAddHotSpot "Container1" "people" -25.27721418572357 178.41685186715972 "People watching the Castle" "clicked" "People hotspot clicked" "" neoPanoAddHotSpot "Container1" "statue" 7.652952856856354 -90.72368022524779 "This is a custom icon" "clicked" "Statue hotspot clicked" "hotspotclass" neoPanoAddHotSpot "Container1" "window" 25.098631371128704 0.14822243857793183 "Window" "clicked" "Window hotspot clicked" "" neoPanoAddHotSpot "Container1" "dom" 90 4.019921102944522 "Dome" "clicked" "Dom hotspot clicked" ""
Quote from luishp on April 3, 2023, 5:51 pm@fkapnist, this resource is awesome! Thanks for sharing!
neoPano should work perfectly with these images, just be sure to use a web server like neoPhp Server to run your app.Regards.
Your sample file VuEotNG.jpg works when I tested it,
but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
neoPanoInitialize "Container1" "https://www.mysite.com/VuEotNG.jpg" false 0 false .neoPanoInitialize "Container1" "https://i.imgur.com/VuEotNG.jpg" true 0 false neoPanoAddEvent "Container1" "animatefinished" "getVars" neoPanoAddHotSpot "Container1" "people" -25.27721418572357 178.41685186715972 "People watching the Castle" "clicked" "People hotspot clicked" "" neoPanoAddHotSpot "Container1" "statue" 7.652952856856354 -90.72368022524779 "This is a custom icon" "clicked" "Statue hotspot clicked" "hotspotclass" neoPanoAddHotSpot "Container1" "window" 25.098631371128704 0.14822243857793183 "Window" "clicked" "Window hotspot clicked" "" neoPanoAddHotSpot "Container1" "dom" 90 4.019921102944522 "Dome" "clicked" "Dom hotspot clicked" ""


Quote from luishp on April 4, 2023, 12:21 pmbut when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.Kind regards.
By the way, I do really like your island :)
but when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.
Kind regards.
By the way, I do really like your island :)

Quote from fkapnist on April 4, 2023, 1:57 pmQuote from luishp on April 4, 2023, 12:21 pmbut when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.Kind regards.
By the way, I do really like your island :)
I uploaded the neoPan app to my website and it works!
thanks
.
Quote from luishp on April 4, 2023, 12:21 pmbut when I copied VuEotNG.jpg to my website server it says "the file could not be accessed."
@fkapnist you are probably facing a CORS issue. This happens when your server is not configured to allow cross site petitions.
Note that IMGUR service allows CORS by default.
If you use a local web server it will work too.
If you upload your app to your hosting server, where the images are hosted, it will also work for sure.Kind regards.
By the way, I do really like your island :)
I uploaded the neoPan app to my website and it works!
thanks
.