Click to See Complete Forum and Search --> : flash buttons controlling html checkbox
ashflash
11-08-2006, 05:57 PM
I am trying to check checkboxes in an html form from a flash movie on the same page.. Can do it in javascript from an image button no probs but how can i control them using action script???
thanks in advance
ash
_Aerospace_Eng_
11-08-2006, 06:11 PM
Well technically you can't but you can use javascript inside of getURL
getURL("javascript:document.forms[0].checkboxname.checked = 1;void(0);");
ashflash
11-09-2006, 07:47 AM
almost had it, only when you get confirmation of the syntax do you start looking elsewhere.. capital letter in the name of my form..
many thanks