You are not logged in.
You just need to add "url" attribute to your <movie> items if you want to go to some url when user clicks on them:
<movies> <movie file="http://www.aviasimdesigns.co.uk/ammap/Icon/plane.swf" color="#000000" title="Saarlouis-Düren (EDRJ)" lat="49.2" long="6.6" width="15" height="15" fixed_size="true" url="http://aviasimdesigns.co.uk/?page_id=60" > <description><![CDATA[<b>Saarlouis-Düren is an airfield located in the Saarland, Germany <a href="http://www.aviasimdesigns.co.uk/?page_id=60">Rightclick me to access the product page</a></b>]]></description> </movie> <movie file="http://www.aviasimdesigns.co.uk/ammap/Icon/plane.swf" color="#000000" title="Leicester Aeroclub Revisited (EGBG)" lat="52.3" long="-1.2" width="15" height="15" fixed_size="true" url="http://aviasimdesigns.co.uk/?page_id=150"> <description><![CDATA[<b>Leicester Aeroclub is an airfield in Leicestershire, United Kingdom <a href="http://aviasimdesigns.co.uk/?page_id=150">Rightclick me to access the product page</a></b>]]></description> </movie> </movies>
Make sure the url is a valid url. It should be either relative or an absolute. Absolute urls (with domain name) should have http:// prefix.
Offline
Are you trying this on a web server? Due to Flash security restrictions links don't work if you load it locally.
Offline
OK, so there's another Flash security restriction. Your main site url is aviasimdesigns.co.uk (without www.), but you load plane.swf from a domain with www. Try loading it from the same domain.
Offline
Do you absolutely need to use domains in your urls? Try using paths like these instead:
/ammap/Maps/world3.swf
/ammap/Icon/plane.swf
Also make sure you don't have "path" parameter set in your map instantiation code (so.addParam("path".....)
Offline
OK, at least it's loading AMMAP in your WordPress page and it is reading the ammap_data.xml file because it's showing the markers and the balloon text. The only thing it's NOT loading is the world3.swf map file. Try making the following line in the ammap_data.xml file from:
<map map_file="/ammap/Maps/world3.swf" tl_long="-168.49" tl_lat="83.63" color="#FFFF00" br_long="190.3" br_lat="-55.58" zoom_x="0%" zoom_y="0%" zoom="100%">
to:
<map map_file="http://www.aviasimdesigns.co.uk/ammap/Maps/world3.swf" tl_long="-168.49" tl_lat="83.63" color="#FFFF00" br_long="190.3" br_lat="-55.58" zoom_x="0%" zoom_y="0%" zoom="100%">
Offline
Great! I'll look into the link issue you still have.
Offline
© amMap & amCharts | Forum engine: PunBB