Radar plugin covering hotspots

  • I have a sitemap with clickable hotspots, each representing a different panorma. When the user clicks one of the hotspots it positions the radar to that position. The problem is that the radar covers some of the hotspots and therefor it's not possible to click them.
    I've the capture set to false on the radar plugin, but still it won't trigger the hotspot-click-function.

    The clickable hotspots are made inside the sitemap-plugin (movieclips - flash).

    url="%SWFPATH%/plugins/sitemap.swf"
    alturl="%SWFPATH%/plugins/sitemap.js"
    keep="true"
    align="lefttop"
    handcursor="false"
    capture="true"
    scalechildren="true"
    width="prop"
    height="100%"
    zorder="5"
    visible="true"
    />


    url="%SWFPATH%/plugins/radar.swf"
    alturl="%SWFPATH%/plugins/radar.js"
    keep="true"
    align="lefttop"
    edge="center"
    parent="sitemap"
    capture="false"
    enabled="true"
    x="200"
    y="200"
    heading="270.0"
    fillcolor="0xFF0000"
    fillalpha="0.5"
    blendmode="add"
    zorder="0"
    visible="true"
    scale = "0.8"
    />


    Any suggestions how to solve this without creating a separate plugin for the hotspots?

    /Zarillo


    Update:

    I found a workaround for this problem. Instead of loading 2 plugins I smashed them together into one.

    /Zarillo

    2 Mal editiert, zuletzt von Zarillo (13. Juni 2012 um 10:44)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!