Flasher Archive

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


Subject: Re: FLASH: Query Strings in Get URL
From: Helen Triolo
Date: Tue, 29 Feb 2000 17:09:14 GMT

adam wrote:
>
> In an attempt to get this query string to
> work:"main.html?it=flash&content=feedback.inc"
>
> I tried this:
>
> "main.html?it=flash&content=feedback%2Einc", which is the URLencoded
> form of your string
>
> And this:
>
> replace "." with the ASCII equivelent of . so you should find that
> the following works:
> main.html?it=flash&content=feedback.inc
>
> An article regarding this issue and the latest flash player:
> http://www.macromedia.com/support/flash/ts/documents/ampersand.htm has been
> helpful. However I still get browser crashes. The above article at
> Macromedia seems to shed some light on the situation, however, even after
> loading the variables to accomodate this method, NT4 and IE5 crashes.
>
> At present, this seems to work best:
> "main.html?it="&flash&"&content="&submit&"%2Einc"
>

That ampersand page you quoted above is only for getting around problems
with the r4.0.25 version of flash--is that what you're using? If your
server is set up to read asp, you could try:

"main.html?it=flash&content=<%server.URLEncode("feedback.inc")%>"

If that doesn't work, I think I'm all out of ideas.

Helen
__________________________________________________________________
i-Technica: Innovative Internet Solutions (http://i-Technica.com)
designerati-technica [dot] com
301-424-6037

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: Query Strings in Get URL, adam

Replies
  Re: FLASH: Query Strings in Get URL, adam

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