I've set up a few flas to adjust there width according to the different eq variables sent from resolume.
eg.
var RAudioLeft1:Number
this.onEnterFrame = function(){
mc_1._width = RAudioLeft1;
}
I'm assuming that the eq variables are sent to flash every frame.
I've done this several different ways and there are no results....does anyone have any suggestions?
I've als noticed that it mentions that the text variable is RText, however it is picked up if I use var text.
Help!