Noch nicht viel geschrieben
Ich habe mir bei einer Stockagentur ein Flash gekauft welches die Welt als Karte darstellt. Man kann dann auf einen Kontinent klicken und sieht diesen dann größer. Dort kann man schließlich auf ein Land klicken. Laut Anleitung kann man dann hier einen Link hinterlegen. Ich habe diese Anleitung jetzt mehrmals gelesen und div. probiert, kriege aber keinen Link hin.
Laut Anleitung kann man das beiligende XML File entsprechend anpassen:
Auszug aus der Anleitung:
Laut Anleitung kann man das beiligende XML File entsprechend anpassen:
Auszug aus der Anleitung:
Auszug aus XML:Use the XML file that contains 2 letter Country Codes, so it's just a matter of editing this file, adding and removing the codes so that the links work.
Paste this code instead of the one inserted in the file:
on (release) {
getCountryURL("CA");
}
(being CA the country code for Canada)
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<configuration>
<countries>
<AR>/site/ctry__AR/304/default.aspx</AR>
<UY>/site/ctry__UY/304/default.aspx</UY>
<BR>/site/ctry__BR/304/default.aspx</BR>
<CL>/site/ctry__CL/304/default.aspx</CL>
<PY>/site/ctry__PY/304/default.aspx</PY>
<PE>/site/ctry__PE/304/default.aspx</PE>
<VE>/site/ctry__VE/304/default.aspx</VE>
<BO>/site/ctry__BO/304/default.aspx</BO>
<CO>/site/ctry__CO/304/default.aspx</CO>
...