Skip to main content
Inspiring
January 22, 2008
Question

interaction web and AS (Flash)

  • January 22, 2008
  • 1 reply
  • 164 views
Hi,

Is it possible :
- from PHP page to pass parameters to Flash (SWF) file ?
- from Flash (SWF) file to retrieve parameter to PHP page ?

i'm asking that because i would like to do the following things :
- in my PHP page, user will select interface language and automatically
the flash should turn all text strings (located inside the flash) into
selected language.
- Flash animation should be able to retrieve variable value from
PHP/HTML in order to use them like : read/save from/to database postgresql.

thanks a lot,

A.
This topic has been closed for replies.

1 reply

Inspiring
January 22, 2008
Hi.
Is possible to pass variables from php to flash.You can use loadVars class.So for more information about php and flash you can get it from this link Flash,PHP & MySQL integration.