Flasher Archive

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


Subject: Re: FLASH: Passing a CGI variable to a GET URL - possible? {URGENT}
From: Cheri Harder
Date: Tue, 11 Apr 2000 18:11:02 +0100

Hi, Jeff. If I have followed this thread correctly, yes the variable called
MemberID will exist in the movie, because the cgi that called the movie,
passes it with the

"?MemberID"

parameter. Howsomever, now that it is a variable, your "GetURL" will need
to become an expression, concatenating the known string with the unknown
variable, thus:

GetURL("http//www.xyz.com/" & MEMBERID & "/index.html")

So be sure to change the "abc" button to the "=" button & add the quotes in
there yourself.

HTH

~~~~Cheri Harder~~~~~
charderatawsolution [dot] com
Advantage Web Solution
www.awsolution.com

> From what you are saying below, it sounds like if the CGI writes the
> variable to the object and embed tag, [variable is MemberID] then if I
> write a Get URL in a button:
>
> http//www.xyz.com/MEMBERID/index.html
>
> this variable will load? And that is all there is to it? I don't have to
> load the variable?
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Passing a CGI variable to a G, Jefferis

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