How to embed Panoramas into webpage?
To embed applet and qtvr panorama created with Panoweaver, do as follows:
For applet panorama tour,
1. Upload the whole Java applet panorama tour folder to the web server, including the following files:
In this test, all the files are uploaded to http://www.easypano.com/images/kb/177.
2. Open pano.html with notepad (or Internet Explorer), and find the following codes:
codebase = "."
archive = "twviewer.jar"
code = "com.easypano.tw.TWViewer.class"
name = "TWViewer"
width = "300"
height = "200"
hspace = "0"
vspace = "0"
mayscript = "true"
<PARAM name = iniFile value = "Config.tx1"> <PARAM name = skin.bgcolor value = "255, 255, 255"> <PARAM name = skin.waitingimg value = "Skin/waiting.gif"> <PARAM name = skin.archive value = "Skin_pano2.zip"> <PARAM name = skin.archive.itemnum value = "27"> <PARAM name = progress.color value = "58, 110, 165"> <PARAM name = progress.bounds value = "75, 150, 150, 20"> <PARAM name = comappletname value = "UserApplet1">
Paste the codes to the test page which is in the same directory with the pano files, under http://www.easypano.com/images/kb/177, then the applet tour will loads and plays in the test page.
For qtvr panorama tour, upload the pano.mov file to the same folder with the test page, under http://www.easypano.com/images/kb/177. Open pano.html page with Internet Explorer and copy the following codes in step 2,
<Object> classid = "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width = "300" height = "216" codebase = "http://www.apple.com/qtactivex/qtplugin.cab" <param name = "src" value = "pano.mov"> <param name = "autoplay" value = "true"> <param name = "controller" value = "true"> <param name = "scale" value = "tofit"> <embed> src = "pano.mov" width = "300" height = "200" cache = "true" controller = "true" scale = "tofit" pluginspage = "http://www.apple.com/quicktime/download"> </embed> </Object>
and paste them in the right place in the test page.
In this way, the applet panorama and qtvr panorama will both play directly in the test page.
Related Questions
- HTML 5 panorams won't load in Firefox and IE
- How to remove tripod in Panoweaver?-Tutorials video
- What are the differences between Panoweaver and Virtual Tour Suite-Outfit?
- What are the differences between Panoweaver and Tourweaver Standard and Pro editions?
- I order the Panoweaver from a reseller, how could I upgrade it?
- I need to build a virtual tour, which product should I use?
- How to use Panoweaver on several computers?
- How to remove the tripod on the complex floor?
- What does mismatch factor value mean in Panoweaver?
- Is there discount Upgrade from Panoweaver 7 Standard to Panoweaver 8 Professional?