Flasher Archive

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


Subject: Re: FLASH: Query Strings in Get URL
From: adam
Date: Tue, 29 Feb 2000 15:19:48 GMT

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"

The file can be viewed at http://www.webbtech.net/tmvm/ and the navigation
on the LHS is the flash file in question. It seems to work inconsistently.

BTW,this is a project under development.

Any help would be appreciated.

Thank-you.

<!------------------------------------>
Ron Dyck
www.webbtech.net
rhdatwebbtech [dot] net


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, Helen Triolo

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