Nieuw lid |
|
Bigbug wat hij zei is gewoon goed, jij gebruik (als je het goed zou doen) as1.
index.mc.onRelease = function() {
getURL("hetCompletePathNaar/index1.html", _blank);
};
index.mc.onRelease = function() { getURL("hetCompletePathNaar/index1.html", _blank); };
Het is makkelijker als je de swf EN de index1.html in dezelfde map zet.
Op die manier kan je gewoon met de volgende code werken
index.mc.onRelease = function() {
getURL("index1.html", _blank);
};
index.mc.onRelease = function() { getURL("index1.html", _blank); };
maar in je inleiding heb je het over php...dat gaat niet lukken |