Flasher Archive

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


Subject: Re: FLASH: DATABASE CONNECTIVITY
From: Branden Hall
Date: Tue, 15 Feb 2000 01:14:15 GMT

Flash does not care where it gets variables from when it uses the load
variables action. All it cares about is that the data is shaped the right
way, ala URL encoded, name=value pairs delmited by &s. So, you can tell
flash to connect to anything from a plain text file, to a php, or asp, or
tango, or cold fusion, or jsp, or servlet or perl ap.... whatever you want!
The info that the middleware spits out needs to be set to mime type
text/plain and then just follow standard URL encoding of name/value pairs.
Not only that, but you can pass variables to the file you are getting
varialbles from. This way you can do actual DB queries based on flash
inputed data.

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software

----- Original Message -----
From: Marc Chapuis <mchapuisatestream [dot] com>
To: <Flasheratshocker [dot] com>
Sent: Monday, February 14, 2000 5:32 PM
Subject: FLASH: DATABASE CONNECTIVITY


Can flash be used to get data from a database? How do you set that up? I
want to have text in flash change and pull the text changes from the
database.

Thanks in advance,

Marc


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World's Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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
  FLASH: DATABASE CONNECTIVITY, Marc Chapuis

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