Flasher Archive

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


Subject: Re: FLASH: GET/POST differences
From: Helen Triolo
Date: Thu, 13 Jul 2000 13:25:09 +0100

Dave,

A POST requires a separate HTTP transaction (GET doesn't) so may be
slower to pass variables and get them back. I don't have a mac to test
on, but are you checking to make sure the last variable you requested
has been passed back before using the vars? I guess you already know to
do this (especially Robert), but if not, add this after the load vars
frame.

frame after load vars (label=Loading):
If (last-var-to-be-passed-back ne "")
Go to and Play ("restofmovie")
End If

next frame:
Go to and Play ("Loading")

next frame (label=restofmovie):
etc etc

Regards,
Helen
---------------------------------------------------
helen triolo � http://i-technica.com � 301-424-6037
Flash Q&A archive � http://i-technica.com/flashlist

Robert Bleeker wrote:
>
> Hi Dave,
>
> Yes, GET seems much more stable, especially on the MAC.
>
> I also found that jumping to another label directly after calling "load
> vars" seems to break it every now and then.
>
> on 13/7/00 4:36 PM, dave vanderkloot at soulmanatsoulsoft [dot] com wrote:
> >
> > anyone else experience a problem with POST vars behaving very differently
> > from GET when the values get returned back to Flash?
> > using php3 and sending back a string of name/value pairs. GET works fine,
> > with POST, not all the vars are readable.
> >

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: GET/POST differences, Robert Bleeker

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