I've used third party software to create virtual tour for my clients website. It works perfectly fine on its own, you can see it here http://freshbeer.lv/development/en/virtual_tour/virtual_tour.html

But Once I include virtual_tour.html page on my index page it doesn't work, you can see it here http://freshbeer.lv/development/en

I'm confident that I changed all paths to files correctly, but still it doesn't work. However I can see Gray box that should contain virtual tour, but it doesn't display it, I'm really confused, could anyone please suggest what can be causing the problem?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The path to your SWF is wrong. The page tries to load it from the same folder where index.html is located. You can easily see this if you use web developer tools, e.g. in Safari (Activity Window) or Firebug's "Net" view.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.