Layer covered by tiles.

  • Hello there,

    I'm using the video sample provided by krpano, and its default interface (from templates/xml/skin/videointerface.xml).
    Everything works fine.

    I then replaced the skin_video_playpause layer (the "play" symbol in the center of the player) with a custom one:

    <layer name="skin_video_playpause"
    keep="true" type="image"
    url="some_image.png"
    scale="1.0"
    align="center"
    alpha="0.0"
    autoalpha="true"
    state="hidden"
    onclick="skin_video_playpause_click();"/>

    Upon loading, the layer is displayed correctly, but, once the tiles are displayed, most of it gets covered by the tiles themselves.

    Setting the layer's z order explicitly, or loading it in the embedpanoJS's onready callback via the js interface didn't help.

    What could I try next?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!