Search found 5 matches

by byker
Fri Jun 21, 2013 8:59 pm
Forum: Pano2VR general
Topic: opaque of panorama
Replies: 0
Views: 1878

opaque of panorama

Hello, I try to embed a pano with <script type="text/javascript"> if (swfobject.hasFlashPlayerVersion("9.0.0")) { var flashvars = {}; flashvars.externalinterface="1"; var params = {}; params.quality = "high"; params.wmode = "opaque"; params.bgcolor =...
by byker
Fri Jun 21, 2013 10:29 am
Forum: Pano2VR general
Topic: How to add facebook like button in Pano2vr?
Replies: 11
Views: 9779

Re: How to add facebook like button in Pano2vr?

Hello,
I try to embed a pano with

Code: Select all

params.wmode = "opaque";
but after doing that, the mousewheel stops working. How can I solve this problem? Thank you
P.S.
This problem occurs in mozilla firefox- opera and IE seems to work fine.
by byker
Tue May 28, 2013 10:36 am
Forum: Pano2VR general
Topic: html in different folder
Replies: 4
Views: 2966

Re: html in different folder

Thank you Don, I managed with the problem by modyfing the name of container- default is "container". This was the reason why pano had not displayed even after modyfing directories. Now I can put the code to wordpress theme and it works fine!
by byker
Fri May 24, 2013 9:05 am
Forum: Pano2VR general
Topic: html in different folder
Replies: 4
Views: 2966

Re: html in different folder

No, I would like to display a pano using the html file generated by Pano2vr. But source files (images,tiles, .js, .swf) will be in different folder. I change paths in .html but it doesn't work. Maybe I should change something more? This is the file: <!DOCTYPE html> <html> <head> <meta http-equiv=&qu...
by byker
Thu May 23, 2013 11:34 pm
Forum: Pano2VR general
Topic: html in different folder
Replies: 4
Views: 2966

html in different folder

Hello,
I would like to ask if there is a possibility to run a panorama from .html file which is in a different directory? Which file should I modify and how? I would like to create a virtual tour based on swf and html5 in wordpress. Thank you. Peter