Changing color of a movie with a txt file

folks

how can i change the color of a movie clip by a text file

i want to give option to user that he can pass a color code (0Xrrrrrr) and it got reflected in the swf.

I think this would be easier with PHP.

u_chandra,

if you meant movieclip, this is an example

scotty:)

oops, here with .fla:ne:

scotty thanks

but i want to chage the color from a text file

you mean the text itself:h:

scotty

i want to change the color form passing value from a text file

new try, this one is changing the textcolor:)

scotty

brother you dint get me…

i want to change the backround color of a movie from a text file.

so that i can chane the value in text file and background color should change

oh stupid me:h:

oke, then change:
[AS] box.textColor = _global.col;[/AS]
in
[AS] box.backgroundColor = _global.col;[/AS]

that shoud work

scotty

[edit] i think this is also not what you want, you mean the entire movie, i’ll be back later[/edit]

maybe the way APdesign suggested (PHP)
(i know nothing about that)
or
like my first fla, put that mc in your lowest layer and give it the dimensions of your movie

scotty