Home > Ajax, Flash, Javascript > Flash Elem. Imitating Text Box

Flash Elem. Imitating Text Box

November 26th, 2009

_Extensive_ programming skills in flash required.

For a project I need a Flash element which basically can imitate a HTML text box element for text only inputs.

It has to be resizable by modifying the width and height properties of the embedded element. Furthermore I want to be able to define font color, font size, font family and background color (even transparency) over external properties. Somehow I should be able to read the text tipped in from a JavaScript environment.

Since I want to be able to edit existing text (like with normal text box elements) I should be able to write text into that Flash element from my JavaScript environment.

Last but not least, I should be able to use the same element several times independently on the same page.

Certainly sounds like a challenge and work for a skilled programmer.


Flash Elem. Imitating Text Box

Comments are closed.
Bear