Arduinno & Force/Flex sensor + Flash

Hi all,

I've been wanting to try out using few of my flexi force sensor to send data to Adobe flash and I wanted in flash to indicate that the sensor has been touch/put pressure and it respond by creating a sort of pressure indicator (can be just a circular animation expanding and fading out)

(((o))) <----- or like that for example

and as well color coded, if for example the stronger the pressure or force, the hotter it gets the color. Green to yellow to Red color type of warning.

I understand on how to connect flash and arduino etc, it is the flash I am not sure how or where to start in flash. Should I animate it and code it or is possible to pure code it? Anyone could just give me some suggestions or quick breakdown/heads up on the coding in flash will be greatly appreciate it.

My experience in programming

Arduinno = Intermediate
Flash = beginner

I have done a research on something similar to this question and there are nothing that could shed some light as there are only few Arduino + Flash tutorials.

The problem is that you are asking a question about flash in an Arduino forum. Are there any flash forums?

Why would you use store data in the (program) flash memory? What if the flash is full?

How much information do you need to store? If it doesn't fit into RAM, there is built-in or external EEPROM, RAM or finally SD cards for huge amounts of data.

Why would you use store data in the (program) flash memory? What if the flash is full?

No flash in this case is an animation language.