setHotspotsVisibilityIndiv
and refers to the following function:
protected function hotspotMouseMoveTimeoutHan
if(tooltipParent != null) {
var hotspotData:Hotspot = hotspotsMap[tooltipParent]
if(hotspotData != null && hotspotData.tooltip != "") {
Tooltip.show(hotspotData.t
}
}
Which is located in a seperate file called zoomifyGrid.as
is there somewhere I have to declare an import or is there a syntax error on my part when trying to include the function?
thanks for the time.
Main Topics
Browse All Topics





by: blue-geniePosted on 2009-03-11 at 01:09:37ID: 23854755
quite simply where is this function declared?
idually() in relation to where you're trying to access it.
setHotspotsVisibilityIndiv
flash can't find it.