Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: PHP and Flash
From: Steve Couture
Date: Tue, 19 Sep 2000 15:26:26 +0100

Thanks for all your Help Rainer, Glen and Fortune,

I really appreciate it...



Steve




> Actually, there is no text file created. The data is passed straight back
> to the flash file. It's as if you are loading a premade text file, but
> instead it's a CGI script.
>
> You would talk to their script with a "Load Variables" command, which
would
> pass data as a form post, and then basically, if they do their scripting
> right, within a few seconds, your flash file should have a bunch of
> variables contained in the Target that you loaded them into, with the
names
> that they returned.
>
> If you specified your Target to be "/", then all the variables would be
> accessed with "/:" in front
>
> So, name1=joe&age=33&color=blue&name2=john&age=45, loaded into target "/"
> would be like:
>
> SetVariable "/:name1" = "joe"
> SetVariable "/:age" = "33"
> etc...
>
>
> It's like with an HTML post that creates a page on the fly (Like a CGI or
> ASP page).. it doesn't create the page anywhere in particular, it just
sends
> it to your browser - so, using the same method, they do the same thing..
> except instead of creating HTML on the fly, they create an stream of text
> that gets returned to Flash.
>
> This stream of text must be formatted as I indicated earlier..
> variable=value& pairs. There would probably be no file size limit, just
> remember the download times... if you send back TOO much data, it'll take
a
> while for it to be parsed and loaded.
>
> HTH,
>
> Glen.
>
> ------------------
> Glen Rhodes
> dot com Entertainment Group Inc.
> Tel: (905) 337-8524 x224
> Fax: (905) 337-8630
> www.dceg.com
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: PHP and Flash, Glen Rhodes

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]