Re: [PHP-DB] Passing variables to/from Flash

2001-05-16 Thread Atanas Vassilev

Yeah, it really worked, only the  char I had to put it at the beginning
of the string too and not only before the second and every consecutive
name-value pair. So the right string I had to output was:
var1=value1var2=value2var3=value3

Thank you for your help!
Atanas Vassilev



[EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 afaik it's something like:

 var1=value1var2=value2var3=value3...


  -Original Message-
  From: Atanas Vassilev [mailto:[EMAIL PROTECTED]]
  Sent: Dienstag, 15. Mai 2001 12:31
  To: [EMAIL PROTECTED]
  Subject: [PHP-DB] Passing variables to/from Flash
 
 
  I'm trying to send variables to a flash movie... In fact the
  designer of the
  flash part of the site told me that ActionScript had a built in function
  getData  that had one of its arguments the url from where the
  data should
  be pulled out - if he points his function to a *.php page in what form
  should I output the data within this php script - is it a
  urlencoded string
  or can it be an array, or just outputting name-value pairs on
  separate lines
  would be enough?
 
  Any help will be appreciated.
  Thanks in advance!
 
 
 
  --
  PHP Database Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Passing variables to/from Flash

2001-05-15 Thread Atanas Vassilev

I'm trying to send variables to a flash movie... In fact the designer of the
flash part of the site told me that ActionScript had a built in function
getData  that had one of its arguments the url from where the data should
be pulled out - if he points his function to a *.php page in what form
should I output the data within this php script - is it a urlencoded string
or can it be an array, or just outputting name-value pairs on separate lines
would be enough?

Any help will be appreciated.
Thanks in advance!



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] Passing variables to/from Flash

2001-05-15 Thread [EMAIL PROTECTED]

afaik it's something like:

var1=value1var2=value2var3=value3...


 -Original Message-
 From: Atanas Vassilev [mailto:[EMAIL PROTECTED]]
 Sent: Dienstag, 15. Mai 2001 12:31
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Passing variables to/from Flash
 
 
 I'm trying to send variables to a flash movie... In fact the 
 designer of the
 flash part of the site told me that ActionScript had a built in function
 getData  that had one of its arguments the url from where the 
 data should
 be pulled out - if he points his function to a *.php page in what form
 should I output the data within this php script - is it a 
 urlencoded string
 or can it be an array, or just outputting name-value pairs on 
 separate lines
 would be enough?
 
 Any help will be appreciated.
 Thanks in advance!
 
 
 
 -- 
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]