Search found 2 matches
- Tue Oct 25, 2005 10:19
- Forum: Problems? Bugs? Solutions!
- Topic: Problems passing Eq variable to flash
- Replies: 2
- Views: 4416
- Mon Oct 24, 2005 23:51
- Forum: Problems? Bugs? Solutions!
- Topic: Problems passing Eq variable to flash
- Replies: 2
- Views: 4416
Problems passing Eq variable to flash
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 ...
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 ...