Actionscript 2
loadVariables("settings.cfg","_root");
format = new TextFormat();
format.color = (fontcolour);
_________________________________________________________
settings.cfg
&autoplay=1&randomtrack=0&fontcolour=0xFF00FF
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
I had put the format = new TextFormat(); in the wrong place in my file... Sorry Team My Bad!!! lol
Steve.