Parent plugin outside a bingmap in html5

  • Hi, I have a small problem trying to have a plugin (button) parent to a bingmap to slide the map onclick.
    In flash the plugin is displayed but in html5 it looks nothing can be displayed outside the map even with maskchildren="false" ?

  • Hi,

    try using an additional surrounding container and put the map and buttons into and don't use the map plugin directly as parent.

    E.g. use a layer structure like this:

    Code
    <layer name="..." type="container" ...>
       <layer name="map" ... zorder="1" ... />
       <layer name="buttons" ... zorder="2" ... />
    </layer>


    Best regards,
    Klaus

Jetzt mitmachen!

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