Arduino + LED RGB + Adobe Flash ( as3 )

Hi people,

Could someone help me with this problem? I'm trying to send from flash to the arduino a RGB color to be displayed on the LED RGB. I need to identify which is the proper property that I need to change because on internet I've found a tons of tutorials using the setColor function on Arduino but, here I found this example:

http://www.instructables.com/id/Integrating-your-Arduino-With-Flash-and-Actionscri/5/?lang=es

How is Flash communicating with the Arduino ?

UKHeliBob:
How is Flash communicating with the Arduino ?

You'd need a server on your computer to act As a go between.

The communication between arduino, notebook and led rgb is done and tested ok but I could not identify with the property or attribute that I need to modify to set up the color of the led rgb.

When I tested on arduino, I use a function change color and the way to change the color is a function setColor but when you're in as3 is different