Hi, I've been working away on my webpage for a few days now and have run into a
bit of trouble.
In the backdrop of the flash scene, I have a bunch of actionscript controled
shapes that float from the bottom of the window to the top, reset, and repeat.
Within each shape, I have a layer that defines the color, and one that
determines the shade of said color. This is acheived through a simple solid
black movie clip placed over another 'color' movieclip. The solid black clip
has actionscript applied to it that determines it's alpha value, thereby
changing the shade of the overall color. As for the color movieclip, I have it
set up so that when I want to change the color of said clip, I just have to
open up my ftp and edit a text file containing a hex value that then effects
the color clip.
But anyway, heres my problem: for some reason when I get the hex value from
the external text file and try to apply it as the hex parameter for the
..setRGB, it doesn't work. No value seems to be obtained, and I don't know if
thats because of a faulty bit of coding, messed up variables, or if it can even
work like that.
I'm using Flash 6, and below is a link to a .fla file with all the actuall
coding and stuff already inplace. I would appreciate any help you can offer. ^.^
http://www.hackhalo.org/uploads/stuntypwnsyou/helpwouldbenice.fla Though my explanation may have been a little hard to understand, I hope that
the .swf will be easier to go through and figure out. If theres anything else
you need from me to properly assess the problem I'm having, just ask.
Thank you.