Page 1 of 1

hotspot title returns null

Posted: Tue Aug 31, 2010 9:09 pm
by giloosh
I took this from: http://gardengnomesoftware.com/wiki/Pano2VR_-_Flash_API

Code: Select all

function finished_loading (e:Event) {
  vr.pano.onClickQtHotspot=function(id:Number,title:String,url:String,target:String)
  {
    // add your code here!
    trace(id + "," + title);
  }
}
It traces "MyID null";

The title is there because I see it when I hover the hotspot.

Please help.