|
-
Flash novice needs urgent help
I'm sure this is going to take you 2 seconds to answer I am getting this error message:
1151: A conflict exists with definition listenerObject in namespace internal.
Description: var listenerObject:Object = new Object();
This is my overall code:
var listenerObject:Object = new Object();
listenerObject.onLoadInit = function(target_mc:MovieClip) {
target_mc.onRelease = function() {
getURL("http://www.nationalrentalaffordabilityscheme.net.au/default.aspx?page=AboutUs", "_blank");
};
};
What am I doing wrong?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|