PDA

View Full Version : Panorama Editor


r.gasiorek
03-18-2008, 11:53 AM
Hi All,
First of all – I am not sure it it is good place to post such post – if not – sorry and thanks for redirections ;)

I've just finished integrating panorama editor into our cms. It loads automatically all assets – cms objects previously assigned to 'Panorama Item' – another type of object in our CMS.
It display selected panorama - load all assets (video and images). User is able to do all that stuffs possibly to be done from editor plugin then copy/past xml file to textarea inputs in our cms redefining positions of assets in panorama. The rest is done in background (xml file is regenerated, paths are set etc.).

ufff... sorry for that long introduction :)

so the point is: to omit copy/past from editor to cms the idea is: to replace in editor plugin the 'copy xml' functionality with something like 'make a call to web service providing xml content and an id of hotspot'.

It shouldn't be to difficult - If I had that plugin codes I could do it in 5 minutes.
Is there any possibility to overwrite functionality of 'copy xml button' or is there any other possibility to implement my idea?
Thank you for any help

PauloGGPX
03-18-2008, 01:22 PM
Hi your CMS sounds really cool :) do you have any example, so we can see it in action ;)

About the editor plugin, I don't think that the source files are avilable, you could ask Denis (The FPP master hehe).

zleifr
03-18-2008, 08:59 PM
You would have to ask Denis for that, and I have no reason to believe that you would receive it. The only other thing I can suggest is that you might be able to come up with some clever way to read the data off the clipboard and save it in your own code....

Zephyr