Embedding External Media

Q&A about the latest versions
Post Reply
User avatar
Peter Stephens
Posts: 295
Joined: Thu Mar 27, 2008 12:32 pm
Location: Exeter, Devon, UK
Contact:

Hello,

Is there a way to embed external media such as a gigapan image or Google Street View into a virtual tour as a popup?


Cheers,

Peter
User avatar
Hopki
Gnome
Posts: 13025
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Pete,
In the HTML5 output you can use an iFrame in a text box, so yes.
Code:

Code: Select all

<iframe src="pano.html" name="panorama" width="640" height="480" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="float:left; margin-left:0px" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen=“true”></iframe>
Just change src to your file and size to match the text box.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Peter Stephens
Posts: 295
Joined: Thu Mar 27, 2008 12:32 pm
Location: Exeter, Devon, UK
Contact:

Cool thank you !!


Peter
User avatar
Peter Stephens
Posts: 295
Joined: Thu Mar 27, 2008 12:32 pm
Location: Exeter, Devon, UK
Contact:

Is this only HTML5 ?
User avatar
Hopki
Gnome
Posts: 13025
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Yep, can't load an iFrame in Flash this way.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Peter Stephens
Posts: 295
Joined: Thu Mar 27, 2008 12:32 pm
Location: Exeter, Devon, UK
Contact:

ok
Post Reply