PDA

View Full Version : Communicate with a ‘Projected’ flash movie


Ivan Moen
12-06-2001, 09:42 AM
Hi,
Is there any way I can communicate with a ‘Projected’ flash movie? What I need is to send some variables from a external application, and into the ‘Projected’ flash movie. The reason for this is that I need to use an external program to read from an access database, and then send the retrieved data to my flash application.

I don’t necessarily need an answer to how it’s done... just if it is possible!?!

Regards,
Ivan Moen

tg
12-06-2001, 03:46 PM
some folks here have mentioned how they have imbedded flash into a vb project...

mad_A
12-06-2001, 04:11 PM
You can have the dB write a text file or an xml file to a location and the projector loading it every x seconds. This will update as the db queary is updated...the easiest way is with vb I guess, although there are a tonn of ways to do it.

So, yes, it is possible.