PDA

View Full Version : removing frame borders from textarea


tulsagraphics
07-07-2007, 08:12 PM
Hello everyone,

Quick intro! >> My name is Mike E., and I'm a web designer out of Tulsa, OK.
(I'm new to the AS forums, but I have a feeling I'll be here quite often!)

I'm relatively new to in Flash programming, and extremely new to AS.

I'm currently building a shopping cart for one of my customers (using Flash, AS, PHP, MySQL, XML, CSS... all XHTML1.1/CSS validated). FYI - I had no idea what any of these things were 6 months ago (excluding Flash, of course), but now I've got a big project for one of my clients, and the best solution I've come up with requires all of these things. (Daunting task I know but I'm super dedicated!)

And in contrast to the complexity of integrating all these things, my question (I'm sure) is rather simple...

I've got several dynamic TextArea components, but they've got the ugly gray frame borders. I'd love to change and/or remove these frames to match my template.

Any thoughts?

Thanks!

Mike

atomic
07-07-2007, 08:52 PM
See Customizing the TextArea component on this page...

http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00002827.html

tulsagraphics
07-08-2007, 04:56 AM
Thanks for the info. Exactly what I was looking for!

Also, there's a few areas that I know I'll have some difficulty with. It's a dynamic shopping cart, and most everything is working correctly so far. But I think I'm going to have a real challenge when creating functionality for:

1.) adding items to the shopping cart (selecting from a dynamic list),
2.) auto-calculating the total, and
3.) submitting the data to a processor script (I can write the PHP processor part)

You can see what I've got so far at: http://coppertownok.com/orders/coppertown.html
(To see some of the functionality, select the category "Hot drinks", and then click on any product.)

And here's a page showing all the actual db info (queried from the same db)
http://coppertownok.com/orders/index.php

Any suggestions would be much appreciated!

Thanks,

Mike