Flasher Archive

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


Subject: Re: FLASH: GET v POST Database Differences
From: Helen Triolo
Date: Tue, 3 Oct 2000 13:49:58 +0100

Shona,

Make sure you are waiting for variables to be returned before trying to
do something with them. If the last variable to be returned is lastvar,
add 2 frames after your LoadVariables that loop until lastvar ne "" (""
is the default value of an undefined variable in Flash 4; for Flash 5,
check for lastvar != null). Some people say that POST just doesn't work
for them with Netscape, but I've never had any trouble using it with
Flash in either IE or NN (PC).

Regards,
Helen
---------------------------------------------------
Flash 5 Journal: http://i-technica.com/flash5
Flash Q&A archive: http://i-technica.com/flashlist

troutx wrote:
>
> Hello
> I hope somebody will be able to help me with my query. I have just recently
> started doing a Flash database job, using asp and SQL.
> I am sending two values password and email to the asp to query the database
> and find out whether the person can access the site. On I.E. everything
> works fine using POST for the variables however I have to use GET with
> Netscape to return a result.
> Is this a browser difference or something more sinister?
>
> Also as I have a join up form on another page I am looking for a way around
> this problem as I want to use POST as I might have more than 255 characters
> that I am sending out to the asp script?
>
> any pointers greatly appreciated
>
> thanks
> shona

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: GET v POST Database Differences, troutx

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