flash and asp

  • Started
  • Last post
  • 1 Response
  • lovaboy

    Anyone ever work between Flash and ASP before? I'm trying to send a variable from a Flash movie to an ASP page and get the page to display the variable. I have a variable, test, in the root of the Flash movie. I've set up a button that has this script attached to it:
    getURL ("newpage.asp","","post");

    Then, I've written a simple ASP script as follows:

    name = Request.Form("_root.test")
    Response.Write (name)

    According to a tutorial I read, this should work, but it doesn't seem to be. I'm wondering if I'm missing a step. Please help! Thanks

  • lovaboy0

    bump