Hi!,
It´s possible to make the radio button dispatch the "click" event if i select it by code?

The following doesn´t work (but of course, if you mouse-select the radio button, works perfectly):


function setType(){
 trace("it works!");
}

linkType_cmp = _root[_root.radioComponent.groupName];
linkType_cmp.addEventListener("click", setType);
linkType_cmp.selected = true;


Thanks in advance!,

--
_____________
Marcelo Volmaro
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to