Hello,
I have one big problem with Flash vars:
I would like to change the colour of text through FlashVars in the html. I have in my flash file the following:
myColor = [color=blue]new[/color] [color=blue]Color[/color]([color=blue]this[/color].textColor)
myColor.setRGB(0xC7AB29);
How to make it read colour from the FlashVars like this one:
<param name=FlashVars value="language=french&mcolor=#990000">
Thanks