We use FileZilla for uploading files to our web server. For example, we have created a new folder on our FTP site called Downloads – this is the area where we upload all the output folders from the 360 View Creator Application. Screen Capture:

 We upload the 360 view output file (you can download this output file using this link - click Download button in top right corner to download the entire output folder).

Then, after uploading, we enter into that folder, for ex. in our case the Apple watch 360 we have on our site (folder was called: 360-product-photography-Apple-Watch):


Then we simply enter that folder, and copy the link to either the:
index.html file: https://iconasys.com/Downloads/360-product-photography-Apple-Watch/index.html  (the index file will retain size the file was output at: 520 x 520 px)
iframe.html file: https://iconasys.com/Downloads/360-product-photography-Apple-Watch/iframe.html (the iframe file will auto scale to fit the viewing window (note this will look pixelated if browser is displaying image at greater than 520 x 520 px).

This same link, you should be able to embed into your webpage in your website (you will likely embed this into your page using an HTML editor): http://iconasys.com/Downloads/360-product-photography-Apple-Watch/iframe.html

You may also be required to use an iframe wrapper in which you can define embed size and other properties for embed. For ex:

<iframe width=”520″ height=”520″ src=”http://iconasys.com/Downloads/360-product-photography-Apple-Watch/iframe.html” marginheight=”0″ marginwidth=”0″ scrolling=”no” style=”border: 1px solid silver;”></iframe>

  • No labels