Page 1 of 1

Problems with Resolume and Flash text variables

Posted: Thu Jun 14, 2007 19:56
by walrus
Hi,
I am having some problems with Resolume and flash text variables.

I have a SWF file with let's say 3 Dynamic TextBoxes with three different variables, and i need to set a different text value for each of the variables via Resolume.

I have named the textboxes variables in Flash as :
RText,Rtext1,RText2,etc
also tried as
rtext,rtext1,rtext2,etc
also tried as
text1,text2,text3,etc

And I can't get it to work, it only recognizes one of the variables,

In Resolume I have typed all the variables one per line and Resolume gets all the values that I typed and assign them to the sametextbox and goes on changing the value through all the variables...

Anyone knows how to solve this, or if I am doing something wrong?

I am using Resolume 2.4 and the swf file is exported for Flash player 6 and also tried exporting for Flash Player 7...

any suggestions??

Posted: Sat Jun 16, 2007 23:32
by Jingle
yeah that's standard for resolume; you're not doing somthing wrong.

you can change it with some actionscripting,

you write some code like if the text parameter changes save it each time in a diffrent variable. untill the text parameter is equal to the 1st saved variable. that mean's youre saved all the lines.


Correct me if i'm wrong