Thanks,
My goal was to get this to all work desktop, iPad, iPhone…..
I could not get the image to center correctly across the platforms.
I have worked on a few other things and I am trying to figure this big puzzle out.
I had to set the y lower so it would not cover the top in the iPad version.
I think I need to call out 2 different images.
One for Flash and one for HTML?
Here is the code I used.
<layer name="help"
url="help_button.png"
align=
"bottom" x=
"180" y=
"6" scale=
"0.5"
onclick="set(layer[help_image].visible,true);"
/>
<layer name=
"help_image" url=
"help.png"
align=
"center"
x=
"0" y=
"-260"
scale=
"1"
visible=
"false"
onclick="set(visible,false);"
/>
The map was supplied by the client. I think there are many different programs to create those.