Beiträge von rhroundus

    Hello,

    I am building a .SWF for use as hotspot. I want these hotspots to be able to be reached by a plugin. Is there a way to register a function of the same name one multiple hotspots with different names?

    I tried using this method:

    (in .FLA file)

    krpano.call("hotspot[name].function()));

    However, it always executes the last hotspot that was registered (last in the file). Is there another way to do this, if the hotspots are generated by the same .SWF file?