Hi again,
The thing that I'm looking is like when you click on the, one example, " add hotspot", it opens another window with option of upload images, and same with the editor-options-plugin, I opened up the xml, and the code that I was looking for wasn't there.
|
Source code
|
1
2
3
4
5
6
|
<krpano bgcolor="0x000077">
<!-- include the both plugins -->
<plugin name="editor" url="%SWFPATH%/plugins/editor.swf" keep="true" />
<plugin name="options" url="%SWFPATH%/plugins/options.swf" keep="true" view="true" display="true" control="false" image="true" onloaded="open();" /> </krpano>
|
In the beginning, it does the include for the plugins, this is the code that I am running after, and also would like to know how to do, how to have access to it.
Thanks!