Sie sind nicht angemeldet.

Douglas Rhiner

Fortgeschrittener

  • »Douglas Rhiner« ist der Autor dieses Themas

Beiträge: 141

Wohnort: San Anselmo, CA

Beruf: Code-Slave

  • Nachricht senden

1

Donnerstag, 14. November 2013, 18:28

Layer click capturing

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>

Douglas Rhiner

Fortgeschrittener

  • »Douglas Rhiner« ist der Autor dieses Themas

Beiträge: 141

Wohnort: San Anselmo, CA

Beruf: Code-Slave

  • Nachricht senden

2

Donnerstag, 14. November 2013, 18:47

Would this be due to......

Unsupported xml elements / variables / actions:


....as described in the HTML 5 section?

3

Mittwoch, 20. November 2013, 14:59

Hi,

to which mobile device and which browser are you revering too?

I ask because some mobile devices and browsers might handle the videos in a special way, but generally I would say such should work...

Best regards,
Klaus

Ähnliche Themen