Flasher Archive

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


Subject: Re: FLASH: getting a SQL response into flash
From: Neal Cabage
Date: Mon, 28 Feb 2000 04:13:47 GMT

Look at the FlashChat example that ships with flash4. You can open up the
FLA file and the ASP file to see what's going on. Basically, set up the FLA
like you would if sending vars. Use Load Variables action with either the
GET or POST method. ASP file will do it's thing. At the foot of the ASP
file use a response.write command to write out a URL encoded querystring
that contains the data and variable names in a key/pair sequence just like
what you would append to an ASP file URL if calling a dynamic page. The SWF
(the compiled FLA) will then retrieve from that querystring you wrote.

Again, look at the FlashChat. It makes it pretty easy to understand I
think. If you still need help, I put together a POC for the Flash people
here, in-house. I could send it to you or something.

Neal



----- Original Message -----
From: Vipin Kanwar <vkanwarathome [dot] com>
To: flasher <flasheratchinwag [dot] com>
Sent: Sunday, February 27, 2000 9:55 PM
Subject: FLASH: getting a SQL response into flash


Hi guys/gals,

I'm at it again. Here's another of those database, asp question.

Can someone tell me how to get the results of a SQL query (from an asp
file) into a flash movie?

regards
vipin kanwar


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
  Re: FLASH: getting a SQL response into f, Helen Triolo

Replies
  FLASH: getting a SQL response into flash, Vipin Kanwar

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