Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Loading Variables |
From: | adam |
Date: | Wed, 12 Jan 2000 00:44:59 GMT |
Thank-you, this has been very helpful.
----- Original Message -----
From: "RedStar" <redstarclix [dot] pt>
To: <flasherchinwag [dot] com>
Sent: Tuesday, January 11, 2000 6:38 PM
Subject: Re: FLASH: Loading Variables
> Adam,
>
> "Regarding URLencoding, I realize that some scripting languages this is
> required and I'm wondering if this is also necessary with PHP as well."
>
> URLencoding is required by Flash not the scripting language.
> What happens is the Flash expects receiving a URLencoded answer.
> With PHP this is trivial just use urlencode($the_data_to_send);
> and all will be OK.
> In the example I gave earlier it would be something like this :
> $name="somebody";
> echo("&name=".urlencode($name));
>
> In this example as "somebody" is already urlencoded but if we had for
> example
> $name="some information here";
> and echoed it without urlencoding to Flash then it would only receive
> name=some
>
> .redstar.
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Loading Variables, ron
Re: FLASH: Loading Variables, RedStar
Re: FLASH: Loading Variables, adam
Re: FLASH: Loading Variables, RedStar
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]