New User Hotspot Problems

Q&A about the latest versions
Post Reply
ANam
Posts: 4
Joined: Thu Jan 05, 2012 6:39 pm

Hi there,

I'm new to P2VR and up to now find the program great, i'm just having some problems regarding hotspots.

I have outputted 3 pano's all with hotspots pointing to eachother, when i open the outputted html file of the first pano all works great and all of the hotspots work as i wanted. The problem is when i embed the flash file(i embed the first pano produced) into my webpage the hotspots no longer work, the transition effect works and zooms towards the hotspot but doesnot open the next pano :cry: it will just stay zoomed and then continue to rotate in the original pano.

This is the code i'm using to embed to swf file into my webpage,

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/sh ... n=9,0,18,0" width="710" height="480" id="fullscreen" align="middle"> <param name="allowFullScreen" value="true" /> <param name="movie" value="tours/sample/Landofbeds1_out.swf" /> <param name="bgcolor" value="#333333" />
<embed src="tours/sample/Landofbeds1_out.swf" allowFullScreen="true" bgcolor="#333333" width="710" height="480" name="fullscreen" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Any pointers would be great

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

HI
Why don't you copy the code from the Pano2VR HTML page and use the swfobject.js?
Just a thought,
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/
ANam
Posts: 4
Joined: Thu Jan 05, 2012 6:39 pm

Thats great thanks Hopki, all works great now :)
Post Reply