Flasher Archive

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


Subject: RE: FLASH: passing variables
From: vipin kanwar
Date: Sun, 20 Feb 2000 17:21:40 GMT

Hi Laura,

Thanks for your help.

One bit of clarification though..

Are you setting these variables from iside flash just before the "get url"
function??

Set Variable: "Test" = "/:Location" & moniker
Set Variable: "TestNumber" = (Eval(Test))

In my case, I'm trying to send these variables from a text box.. which is
part of the login form created in Flash.

I'm sending a UserID and Password for ASP to check against a Database Table.
To test it, I created a one line ASP script that would display what
variables are getting passed to it by Flash.

How can i pass a variable that does not exist on my form? In my case.. i
have two text boxes.. one is UserID and the other is Password. These two
variables should be passed on to my Login.asp file.

Regards
Vipin Kanwar
-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Laura
Mollett
Sent: Sunday, February 20, 2000 8:39 AM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: passing variables


Hi Vipin,

> The result was awkward. It showed that flash was passing not the variable
> value but just the variable name. Now how did that happen.

Oh I had this problem too... well nothing to do with asp, but just in Flash.
I set a variable and then tried to use it and Flash was reading the variable
name, not the value of the variable. I ended up setting another variable
that evaluates the first variable to get it to read the number I wanted. So
my code looks like this:

Set Variable: "Test" = "/:Location" & moniker
Set Variable: "TestNumber" = (Eval(Test))

and when I want to use the value of test, I use the variable TestNumber.
Sounds kinda dumb, but it works :) Someone who understands what they're
doing (I can't explain *why* that's necessary at all :) may know a better
way, and if you find out, I'd appreciate knowing too. But this does work if
you can't think of a better way :)

Laura

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: passing variables, Laura Mollett

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