Hello steve, thank you so much for your help, i'm sorry i didn't see you responded for so long, i have forgotten my user login and password....
So i actually uploaded my tour on google drive, i went to detail, clik on the link to open the virtual and then i copied the url and i added that url in that piece of code juste after src:
That works good!!
The only thing is i would like to play it full screen on any device....especially on smart phone vertical position..i tried the 100%x100% but doesn'y work, i'm gonna try with javascript but if you have another link, send it.
<style type="text/css">.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>
<div class="embed-container"><iframe allowfullscreen="" frameborder="0" height="560" src="https://1441ec21ddce52834a515c32adc94da0caf017ba.googledrive.com/host/0B5jOJ9Q3XdyVNW5wS3EzQk5WNVU/index.html" style="border:0" width="975"></iframe></div>
Thks for help