Forum Moderators: open

Message Too Old, No Replies

flash and php

         

electricocean

4:04 am on Jun 7, 2005 (gmt 0)

10+ Year Member



Hi,

I was wondering if there was a way to get values from flash into php....


e.g:

flash-
a pulldown w/ values.

php-
$1 = $_POST['flash_value_1'];

or a really really easy way to connect to the mysql database w/o php form data

thanks,

electricocean

Richard_N

5:43 am on Jun 7, 2005 (gmt 0)



there is a book on amazon that covers this in the first chapter [amazon.com...] using variables.

We have set up flash front ends for /php/Mysqyl applications using the flash remoting component available from Macromedia, was a bit of a pig the first time but works fine and is far faster in delivery then creating an intermediate xml file.

electricocean

11:40 pm on Jun 7, 2005 (gmt 0)

10+ Year Member



Thanks.... I went to acquasition and downloaded, it's great

electricocean