How to create clickable map for iPhone
Since the iPhone doesn't support Flash, how do you create clickable maps with hotspots or zones that change colour with a mouseover event?
Like this Flash mp here.
http://www.usflashmap.com/samples/r开发者_StackOverfloweal-estate-map/index_ext.html
Rest assured that you don't have a mouseover event in Mobile Safari. In fact, it's inherent to the use of a touch screen.
In case you are using html as the output format a lib like RaphaelJs could help you. Got something like this in the examples
How about the good old <map>
tag? http://www.w3schools.com/TAGS/tag_map.asp
精彩评论