Flasher Archive

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


Subject: Re: FLASH: getting a SQL response into flash
From: John Dowdell
Date: Tue, 29 Feb 2000 23:40:51 GMT

At 1:17 PM 2/29/0, Helen Triolo wrote:
> I'm anxious to hear what Macromedia says in regards to
> your question about limitations on passing long strings.

I'm not sure what the question was (long threads under multiple names are
harder to parse), but in case it's something like "Will all browsers handle
long URLs identically?" then no, they won't... different browsers have
different limits on URLs they support. Some are happy with over 200
characters in an URL, but others will balk at half that.

(Flash relies upon the browser's net connections... this is how we can do
Secure Socket Layer encryption, for example, by just asking the browser if
it can do it.)

The rule-of-thumb is that if the total data is less than 100 characters or
so then it's generally safe to append it to an URL. For longer upstream
data transferrals, though, you'd want to use a POST statement so you're not
running into URL length limits.

jd






John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/



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

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