• I have a layer set, code below, where the layer "pipstop" is not capturing onclick or ondown events on mobile devices.
    All is fine on desktop browsers.

    Any ideas as to why this is occurring?


    <layer name="pipvideo" type="container" keep="true" zorder="1"
    align="rightbottom" x="4" y="26"
    scale="1.0" scalechildren="true"
    destscale="1.0"
    width="43%"
    height="43%"
    visible="false"
    enabled="false"
    >

    <plugin name="pip"
    url="%SWFPATH%/player/plugins/videoplayer.swf"
    alturl="%SWFPATH%/player/plugins/videoplayer.js"
    preload="true"
    parent="pipvideo"
    align="center" x="0" y="0"
    width="100%"
    height="100%"
    enabled="true"
    capture="true"
    keep="true"
    zorder="1"
    loop="false"
    volume="1.0"
    buffertime="0.1"
    ignoremetadata="false"
    pausedonstart="false"
    onvideoready=""
    onvideopaused=""
    onvideocomplete="tween(layer[pipvideo].alpha,0.0,0.5,default,set(layer[pipvideo].visible,false)); js(actionEnd());"
    onunsupported=""
    />

    <layer name="pipstop"
    parent="pipvideo"
    url="%SWFPATH%/player/css/krclose.png"
    align="righttop" x="0" y="0"
    scale="1.5"
    zorder="20"
    enabled="true"
    capture="true"
    handcursor="true"
    keep="true"
    visible="false"
    alpha="0.0"
    onclick="stoppip(); js(actionEnd());"
    ondown="stoppip(); js(actionEnd());"
    />

    </layer>

Participate now!

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