Flasher Archive

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


Subject: Re: FLASH: EMERGENCY: NEED HELP WITH DATABASE
From: John Croteau
Date: Thu, 2 Sep 1999 00:12:23 +0100

Hi Marcus and all,

To do a round trip data access to a server is easy and can be
accomplished with a single call to a server side page.

To retrieve the data use Load variables, Flash will retrieve properly
formatted text as variables from the ASP, Perl, Cold Fusion or a text
file.

An option for getURL, Load Movie and Load Variables is the Variables
send and you have an option of Don't Send, POST or GET. Selecting GET or
POST will send all the variables that are current on the timeline (movie
or movieclip) that the call is made from.

By combining the two actions sent to an active server side page capable
of deciphering the variables and their values send by Flash - the page
can act on the values sent with the URL and then return values via
Flash's Load variable function. If the page is a server side page such
as ASP, Cold Fusion or Perl the page won't be written as a page visible
to the browser unless you want it to (you don't). The page can do any
number of operations on the variables including database access and when
completed can write appropriate results as variable and values to itself
which will be retrieved by the Load Variable call from Flash.

Load Variables ("action.asp", "/", vars=POST)

Since the receiving of data can not be instantaneous and may in fact
take some time you can not assume that data will be available
immediately and should set up an If loop to determine if a test value
has been returned from the page before acting upon the data that is to
be returned.
See Time Delays --> http://www.FlashBible.com/members/

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: EMERGENCY: NEED HELP WITH DAT, Marcus J. Dickinson

Replies
  FLASH: EMERGENCY: NEED HELP WITH DATABAS, Dickinson (Marcus)

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