hi !I have a small question : I gave a geturl function to one movie clip to link it to a website. the link works fine when testing the swf in Flash but not when testing in HTML,
I tried 2 ways :
put the code in my as script and
with the behaviors, but it is the same.
here is my code :
link_mc.onRelease = function() {
getURL(“http://www.kirupa.com”, “_blank”);
};
Is it normal ? or I miss sthing ?
Thank you …