Forums  

Go Back   Forums > Talk > General FPP Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 04-28-2008, 06:36 AM
RCFisher RCFisher is offline
Member
 
Join Date: Apr 2008
Posts: 34
Downloads: 0
Uploads: 0
Default How to use Editor

OK I am a newby at FPP, have been shooting panos for almost 10 years but puting them up via QT. I have gotten most of the things worked out in FPP but how do you use the editor to put in hotspots. I haven't found a good tutorial for that. I have gotten the editor to show up but I don't understand hos to get the hotspot into the pano and the xml out.

Anyone have a step by step with finished .xml files?

Thanks
__________________
Cheers
Robert C. Fisher
VR Photography / Cinematography
Reply With Quote
  #2  
Old 04-28-2008, 11:55 AM
phberlin's Avatar
phberlin phberlin is offline
Senior Member
 
Join Date: Aug 2007
Location: Berlin, Germany
Posts: 299
Downloads: 0
Uploads: 0
Default

Hi RCFisher,

editor.swf can only handle objects that already are in the XML when opening the pano. So, you cannot create hotspots with editor, you can only change their attributes. If you want to do so, just put hotspots.swf as a layer in your XML and additionally define at least one hotspot, for example like so:

Code:
<?xml version="1.0" ?>
<panorama>
    <parameters>
		layer_1 = hotspots.swf
	        layer_2 = editor.swf

                panoType = cube0    //put in here what corresponds to your pano
                panoName = yourPanoName
    </parameters>
	
    <hotspots>
	<global>

	<spot id="yourHotspotName" url="hotspotImage.png"
	static="1" salign="TR" align="TR" />
		
	</global>
	</hotspots>
	
</panorama>
When showing up the pano (and thus the editor), you can then choose "yourHotspotName" via the drop-down menu in the top right corner of the editor, and start trying different settings and so on.

The above XML will put up a static hotspot in the top right corner of your pano. To find out what possibilities you have (distorted hotspots, onClick, onOver etc.), see the hotspot plugin documentation in your FPP examples HTML.

Hope that helps.

Regards, Ph.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:56 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.