[flexcoders] Newbie question - Dialog box

2008-03-04 Thread ivovnenko
Hi! I have a flex app running on a webpage. How can i display a dialog box that will contain some formated text, maybe an image, button OK(optional) and a cross-button(in upper-right corner, to close it). Alert.show() doesn't allow formatted text AFAIK. Here is the example of what i need:

[flexcoders] CAPTCHA+voice

2008-03-03 Thread ivovnenko
Hi. Is there any opensource flex component, allowing to add CAPTCHA(+voice accessibility) functionality? Maybe just voice generation component, because the CAPTCHA implementation is trivial. Thank you.

[flexcoders] FormItem label

2008-03-03 Thread ivovnenko
Hi everybody. How can i make the label of the FormItem to appear above the component, not on the left? Thanks in advance.