Creating live pop-up in Pano2VR

Q&A about the latest versions
Post Reply
boonlay
Posts: 1
Joined: Fri Jul 06, 2012 11:18 am

Hi, I love this product. It's really cool and the things people are doing with it are fantastic. I want to create a panoramic view with hotspots that link to a live stream. The stream is essentially an url address. How do you do this? Also, just a clarification: in a panoramic view, the hot spot is dynamic (it moves with the picture). However, hotspots in the Skin Editor are not linked to the picture but to the skin (or screen). Is the Skin-ID the link between the image hotspot and the screen hotspot? If so, this means it doesn't matter where I place the hotspot in the skin editor. Otherwise, I don't see how to link the skin hotspot actions to the image hotspot. Great product (and reasonable pricing). Keep up the excellent work, :D
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Pano2VR Flash output can externally load a SWF. If the SWF is linked to a live stream then yes it will play it.
The HTML5 output uses a text box with iFrame code so this should be easier to do.
The code you would use in the text box would be:

Code: Select all

<iframe width="640" height="480" src="http://www.webpage.com/page with stream.html" frameborder="0" allowfullscreen></iframe>
Replace www.webpage.com and page with stream with your pages.
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/
Post Reply