Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing variables between movies

Status
Not open for further replies.

JontyMC

Programmer
Nov 26, 2001
1,276
GB
I have a login movie on a pre-homepage, after you've logged in via a database it opens the home page. Is there any way to pass the variables from login to a new movie on the home page?

I could use the database again, but this might present a problem if there are multiple users. What exactly does getURL pass when you use the post variables argument? Could you make the home page an asp, then send variables from the login movie using getURL with homepage.asp and then somehow get at those with a movie on homepage.asp?

Any other ideas?

Thanks,

Jon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top