hyung
11-23-2007, 06:50 AM
Hello,
I used to create virtual tour based on ImmerVision PurePlayerPro
and now I wish to convert my virtual tours from Java to Flash.
While reading "Hotspots example review (http://flashpanoramas.com/blog/2006/12/27/hotspot-example-review/)" article from Flashpanorama
blog, one question came to my mind. The article says that I should write
XML files but when I look at the HTML code of the hotstpot example (http://flashpanoramas.com/player/test/hotspots_window.html), I don't see any .xml file given as a parameter.
Following is the html code of hotspot example:
<script type="text/javascript">
var so = new SWFObject("show_pano.swf", "pano", "100%", "100%", "6.0.65", "#999999");
so.addVariable("movie", "wood.swf");
so.addVariable("redirect", window.location);
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
</script>
It uses wood.swf as panorama file input, but I have no idea how to create
this .swf file. Do I need only this .swf file or do I need additional image files
such as pano0.jpg,...,pano5.jpg?
And in the hotspot example, there are 2 types xml files -> one is for
panorama and the other is for hotspots. Do they have to be separate or
can I put them all in one .xml file?
Any help would be very much appreciated..
I wish there were more detailed example based documentation. Other
than that, FPP is a great panorama viewer and I think it will be the main
viewer pretty soon.
Best Regards,
Hyung.
I used to create virtual tour based on ImmerVision PurePlayerPro
and now I wish to convert my virtual tours from Java to Flash.
While reading "Hotspots example review (http://flashpanoramas.com/blog/2006/12/27/hotspot-example-review/)" article from Flashpanorama
blog, one question came to my mind. The article says that I should write
XML files but when I look at the HTML code of the hotstpot example (http://flashpanoramas.com/player/test/hotspots_window.html), I don't see any .xml file given as a parameter.
Following is the html code of hotspot example:
<script type="text/javascript">
var so = new SWFObject("show_pano.swf", "pano", "100%", "100%", "6.0.65", "#999999");
so.addVariable("movie", "wood.swf");
so.addVariable("redirect", window.location);
so.addParam("allowFullScreen","true");
so.addParam("allowScriptAccess","sameDomain");
so.write("flashcontent");
</script>
It uses wood.swf as panorama file input, but I have no idea how to create
this .swf file. Do I need only this .swf file or do I need additional image files
such as pano0.jpg,...,pano5.jpg?
And in the hotspot example, there are 2 types xml files -> one is for
panorama and the other is for hotspots. Do they have to be separate or
can I put them all in one .xml file?
Any help would be very much appreciated..
I wish there were more detailed example based documentation. Other
than that, FPP is a great panorama viewer and I think it will be the main
viewer pretty soon.
Best Regards,
Hyung.