Problems passing Eq variable to flash

Post your questions here and we'll all try to help.
Post Reply
leehoss
Posts: 2
Joined: Mon Oct 24, 2005 23:40

Problems passing Eq variable to flash

Post by leehoss »

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!

Anonymous

Post by Anonymous »

Sorry this is meant to be in Version 2.3 forum....i'll post it there!
Leehoss

leehoss
Posts: 2
Joined: Mon Oct 24, 2005 23:40

Post by leehoss »

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.

Post Reply