[PHP] Re: Dynamic combobox in Flash with PHP

2003-02-23 Thread pei_world
how to active the variablesLoad("test.php",0) when the flash start to play I mean auto load the variables -- Sincerely your; pei_world ( .::IT::. ) "Michiel Van Heusden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > my experience is > that interaction between flash and php runs

[PHP] Re: Dynamic combobox in Flash with PHP

2003-02-23 Thread Michiel van Heusden
my experience is that interaction between flash and php runs best through GET so, you could try using GET instead of POST and in your actionscript insert the ';' on the end of the lines for: test = this["list_label"+i] myItem.label = test grace michiel "Pei_world" <[EMAIL PROTECTED]> wrote in m