Hotspot doesn't appear in Android?

  • Hi,

    over/hover/out Events aren't supported/possible on touch devices, but hotspots itself should work of course.

    Best regards,
    Klaus

    Hi! I have the same case. Here is the code:

    Code
    <layer name="map" url="skin/map.png" keep="true" align="lefttop" x="16" y="16" width="200" height="204"	        handcursor="false"	        scalechildren="true"	        maskchildren="true"	>
    		<layer name="main" type="container" align="lefttop" x="30" y="47" width="63" height="129" maskchildren="true" alpha="0.5"			onover="tween(alpha,1,0.5,0.1);" onout="tween(alpha,0.5,1,0.1);">			<layer name="spot_main" url="skin/map_room_main.png" x="100%" y="100%"  zorder="2" onclick="loadscene(scene_main, null, MERGE, BLEND(1));" />		</layer>		<layer name="small" type="container" align="lefttop" x="104" y="96" width="33" height="36" maskchildren="true" alpha="0.5"			onover="tween(alpha,1,0.5,0.1);" onout="tween(alpha,0.5,1,0.1);">			<layer name="spot_small" url="skin/map_room_small.png" x="100%" y="100%"  zorder="2" onclick="loadscene(scene_internal_(small), null, MERGE, BLEND(1));" />		</layer>		<layer name="tables" type="container" align="lefttop" x="112" y="31" width="47" height="61" maskchildren="true" alpha="0.5"			onover="tween(alpha,1,0.5,0.1);" onout="tween(alpha,0.5,1,0.1);">			<layer name="spot_tables" url="skin/map_room_tables.png" x="100%" y="100%"  zorder="2" onclick="loadscene(scene_internal_(tables), null, MERGE, BLEND(1));" />		</layer>		<layer name="red-walls" type="container" align="lefttop" x="104" y="131" width="56" height="48" maskchildren="true" alpha="0.5"			onover="tween(alpha,1,0.5,0.1);" onout="tween(alpha,0.5,1,0.1);">			<layer name="spot_red-walls" url="skin/map_room_red-walls.png" x="100%" y="100%"  zorder="2" onclick="loadscene(scene_internal_(red_walls), null, MERGE, BLEND(1));" />		</layer>			</layer>


    Outer layer is visible in html5 viewer (chrome, windows), and child layers are not. And they are not clickable too. All works perfect in Flash version.

Participate now!

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