Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

98 users online



Flash problem.....

Flash problem.....

Currently viewing this thread: 1 (0 members and 1 guests)


wap32

wap32

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.

devonair

devonair

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:

<?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:

<?php
my_ta
.border_mc._alpha 0;
?>

hope that helps..

d.

___________________

obod | weapons of mass dysfunction

wap32

wap32

I'm just a guy that likes webdesigning... =p
Status: Offline!

That did the trick!

Thanks a lot devonair!!

JK_DESIGN

JK_DESIGN

Status: Offline!

thank you devonair i want to ask this question to!

___________________

Signature Suspended as it is in violation with the signature rules

devonair

devonair

Neverside Newbie
Status: Offline!

groovy. glad I could help..

(what an international thread.. lol).

___________________

obod | weapons of mass dysfunction

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.007 seconds.