Search found 2 matches

by leehoss
Tue Oct 25, 2005 10:19
Forum: Problems? Bugs? Solutions!
Topic: Problems passing Eq variable to flash
Replies: 2
Views: 4416

I found out what seems to be the problem, I was publishing the flash file in AS2!!!!! - It seeems to work fine in flash AS1.
by leehoss
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 ...