Flash Button Issue
Flash Button Issue
Out of context: Reply #4
- Started
- Last post
- 12 Responses
- madino0
I am not sure how else I can explain it. ... here is a snippet of code...
clippyListener = new Object();
clippyListener.click = function (evt){
arealoc = new LoadVars();
arealoc.north = yes;
arealoc.south = no;
arealoc.send("landing.php", "_self", "POST");
}submitData.addEventListener("cli... clippyListener);
So, I need to have the click captured off of my button and not a component button.