Uber Noob question.
Im trying to make a flash button load another swf in place of itself. I may be WAY off, but this is what im doing so far.
onClipEvent (mouseUp) {getURL(www.irenamedavoy.com/flash/test.swf, self, GET);
}
And I’m only getting 1 error.
**Method name must be GET or POST
**Well it is. So what am i doing retarded?