Here is a site you might want to look at:
http://polar-lights.com/en/
-Original Message-
From: Jim McNeely [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2003 4:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] php arrays into flash
I know a lot more about php than about flash (which is
Jim McNeely wrote:
I know a lot more about php than about flash (which is probably sad) but
does anyone know how to take info in an array and pass it into an array
in flash? I think they have arrays, but the only thing I can seem to
find in flash to get info from php is the loadvariable actionsc
Jim,
The key words are "implode" on the PHP side and "split" on the Flash side.
Here's an example:
The data is returned from PHP like so, after doing the connect, select,
etc. to produce an array of 7 dates for back issues ... no claim that this
is optimal code.
if( $result && mysql_num_rows(
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 07, 2003 4:29 PM
Subject: [PHP] php arrays into flash
> I know a lot more about php than about flash (which is probably sad)
> but does anyone know how to take info in an array and pass it into an
> array in flash? I think they h
I know a lot more about php than about flash (which is probably sad)
but does anyone know how to take info in an array and pass it into an
array in flash? I think they have arrays, but the only thing I can seem
to find in flash to get info from php is the loadvariable actionscript
step. I looke
5 matches
Mail list logo