
August 1st, 2004
12:47 AM
I'm just a guy that likes webdesigning... =p
Status: Offline!
Flash problem.....
Well, I have a problem in Flash MX 2004...
I'm loading text and css from external files to a TextArea, and it works great!
I only have one problem, the TextArea's background is white, and I really didn't want that, I didn't see any place to change it.
Is there a way to change the background color, and if there isn't, is there any ohter way I can load the text and css???
I am a bit new to flash, so I might be missing something.

August 1st, 2004
03:30 AM
Neverside Newbie
Status: Offline!
hey, wap32,
customizing components in 2004, is such a huge pain I can't believe it..
Anyway, to just change the background color, use:
<?php
my_ta.backgroundColor=0x0000ff;
?>
just change the 0000ff to the hex color you want.
If you want to get rid of the background all together, (took a bit of hacking to figure this one out - couldn't find any documentation), use:
<?php
my_ta.border_mc._alpha = 0;
?>
hope that helps..
d.
___________________
obod | weapons of mass dysfunction

August 1st, 2004
04:50 AM
I'm just a guy that likes webdesigning... =p
Status: Offline!
That did the trick!
Thanks a lot devonair!!

August 2nd, 2004
01:35 AM
thank you devonair i want to ask this question to!
___________________
Signature Suspended as it is in violation with the signature rules

August 2nd, 2004
02:38 AM
Neverside Newbie
Status: Offline!
groovy. glad I could help..
(what an international thread.. lol).
___________________
obod | weapons of mass dysfunction