Rette i et lille actionscript
Hej eksperter...Jeg har dette script:
onClipEvent (load) {
this.onRollOver = this.play;
this.onRollOut = function() {
this.gotoAndStop(1);
};
this.onPress = function() {
getURL("profile.html");
};
}
I stedet for at loade profile.html vil jeg have det til at loade et MovieClip kan I ikke skrive det om til det?
mvh Ranger
