Sending variables to flash

Hi, as you can see from the patch i have used the regexpression to pull out two lists of variables.

I can pull in one of these lists in to flash but i cant seem to pull in both of them?

Can anyone suggest the best way of doing this?
thanks

sam

variables.v4p (7.0 kB)

Can someone please help!!!

theres no explanation i can find that explains how to do this and i would really appreciate if some can help me send the variables to flash!!!

hey sam,

I never tried flash renderer and had just a short look at your patch:
Flash renderer has two inputs “set which variable” and “set variable to which value”. I dont know exactly what you need in flash, but I assume you need to put both datas into one string each, seperated by an commata and connect this spread (2) to “set variable to which value” and you put an second spread (2) with your name of both variable you want to recieve inside Flash.

Example: spread(2) with string one: “numero1, nummero2, nummero3” and string two: “hinz1,heinz2,heinz3” into “set variable to which value”
spread(2) with string one: “flash_var_name_NUMBERS” and string two: “flash_var_name_NAMES”
You will get in Flash flash_var_name_NUMBERS and flash_var_name_NAMES with their values.

So, can you send that string of variables to flash?

i thought you could pull variables from flash, not send them to flash???

Yes you can. Open Vvvv, type in renderer and choose the flash one. Than left-click onto (mark it) it and press F!. The help patch shows you how.

Hi there,
im new in vvvv but im trying to start with it, i see that you can control via patch osc in vvvv with two computers via ip adresses, and also using this to control some videos via the flahs buttons , to be clear the flash in one computer and the vvvv in other one with the video window, if some of you have info about how to do that it will be great for put some of my ideas in a right place, thanks.