WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Checkbox Issue

for

From: vivek
Date: Jun 21, 2006 9:30PM


Hi Andrew,



Below is the link of the sample which will help you to understand our
problem. Please have a look at it and give your valuable suggestions.

http://www.n-syst.com/examples/check.html





Thanks & Regards,
Vivek Gaikwad - Accessibility Developer

Net Systems Informatics (I) Pvt. Ltd.
Tel: 022-26860485/6 Extension: 24

_____

From: Andrew Kirkpatrick [mailto: <EMAIL REMOVED> ]
Sent: Monday, June 12, 2006 9:23 PM
To: WebAIM Discussion List
Subject: RE: [WebAIM] Checkbox Issue



Vivek,

* First question



I have following content on stage.

Four checkboxes

Dynamic text field

Button



I have unchecked the Auto label option from accessibility panel. When I
press insert+F5, I get names of the check boxes along with the text from
dynamic text field. Ideally it should display only label of the check box.
Can anyone guide me on this?

I don't know why it is reading the dynamic text field. Can you send a
sample?

Second question



I have a file called main.swf, there is a button on this file which opens
another file try.swf

Code:

on(press)
{
loadMovieNum("try.swf",0);
}


I have a button called close on try.swf

I want to close the html window on click of a close button. How can I do
this? (I am publishing all the files as .html)



Look up the Externalinterface.call method.



AWK