Control flash action script with with arduino

Dear all...

I need help how can i control a flash/action script using a button attached to arduino mega 2560. I have 3 button on my arduino, when a button is pushed it will ask the flash to play a movie clip. each button will play different movie clip. I've search the internet and many tutorial talk about controlling arduino from flash but i can't find any information about controlling actionscript using arduino.

Thank you

Hello,

You have informations on playground section : Arduino Playground - HomePage
In fact, Flash/action script can't read serial data. You have to run a tool to open sochet and link it to arduino. Next your script can connect this tool to read/write arduino's data.

(sorry for my bad English)