PDA

View Full Version : How to communicate with flash object



casuva
07-02-2008, 04:28 AM
hi eveyone,

I know that OnFsCommand is being used to get the message sent within the action script. But I need just exactly to do opposite. I need to send a string message to the action script from autoplay. Is there any way to achieve this..


The reason to do this :I'm planning to use autoplay combobox filled dynamically from sqlite database with sqlite plugin of autoplay. And i want to send the selected information in the combobox to the flash object.

thx for the replies..

longedge
07-02-2008, 06:50 AM
Checkout the Flash.SetFlashVariable action. Obviously you need to have access to your .fla and then code the actionscript within it.

I have played around with this in the past but have always given up in the end because it wasn't sufficiently important to me and I found easier ways of achieving what I wanted.