Flasher Archive

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


Subject: FLASH: getting variables from ASP
From: Vipin Kanwar
Date: Sun, 27 Feb 2000 02:26:24 GMT

Hello again,

sorry.. i think i did not phrase my question properly.

Ok.. so here i go again.

I have created a flash login form. On clicking the submit button, it
sends variable to "login.asp" to validate the username and password
through a SQL database.

So far.. no problems, I've managed to send the variables and i log into
the site without any problems.

Now.. the asp scrip sends to to another page which displays my full name
(from the sql databse) and displays my user status (admin, user,
modifier, client, vendor etc. again from the sql database)

I get a message for example (welcome "fullname" to the tracking system.
you have "admin" rights in this system).

Here is the asp page code:-

<% Language = VBScript %>
<HTML> <HEAD>
<TITLE> Start Page </TITLE>
<link Rel="Stylesheet" TYPE="TEXT/CSS" HREF="styles/home.css">
</HEAD>

<BODY>
Welcome to the assset management system, <% = Session("Fullname") %>.
<p>
You have <a href='FAQ.htm><%=Session(AccessDesc") %></a> level access to
the system.<br>
To begin, please select an option from the menu.

</BODY>
</HTML>


I want to be able to recreate this whole page in Flash using the same
database to fill in the fullname and the type of acess into my flash
text.

This means there are two different html pages working. The first one is
the one that has the "login form" flash movie and this is the page that
sends the variables to the "login.asp" file that has a
"response.redirect" to the home.asp page the code for which i have shown
above.

I want to basically create the "home.asp" page in flash displaying the
username and user rights from within the flash movie. This means flash
should be able to get the variable from asp and display it.

Can someone please help. If this is not the right way.. then i am open
to suggestions but it does have to be flashed.

regards
vipin kanwar




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 variables from ASP, Neal Cabage
  Re: FLASH: getting variables from ASP, Helen Triolo

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