# Flash - ASP Problem!

**URL:** https://forum.kirupa.com/t/flash-asp-problem/137329
**Category:** Uncategorized
**Created:** [February 13, 2005, 5:54pm UTC](https://forum.kirupa.com/t/flash-asp-problem/137329 "2005-02-13T17:54:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sim085](https://avatars.discourse-cdn.com/v4/letter/s/dfb087/32.png) [@Sim085](https://forum.kirupa.com/u/Sim085)
#### Post date: [February 13, 2005, 5:54pm UTC](https://forum.kirupa.com/t/flash-asp-problem/137329/1 "2005-02-13T17:54:38Z")

</div>

Hello, I have developed a flash form that should link with an ASP file. I have programed bought the Flash File and the ASP file (and are also attached in the message) but for some reason they are not connecting with each other!!

I tried to test it bought on my local server and also on my school server but still it did not want to work!! However I am sure that the ASP code works fne, since i tried accessing it from a normal html file, and it worked fine!!

To connect to the ASP file from flash I am using a button and the button code is as follows:

```auto

[color=navy]on[/color]([color=navy]release[/color]){
[color=navy]loadVariablesNum[/color]([color=blue]"NewsByEmail.asp"[/color], [color=blue]""[/color], [color=blue]"POST"[/color]);
}

```

Instead of POST I tried using the KeyWord GET but it still did not want to work! I can’t understand what I have wrong coz everything seems to be in place!, and I checked it with some tutorials on the web as well! I don’t know whether I am missing something! Like: do I have to tell the movie itself that I am going to access the asp file??

I hope some one knows the solution for my problem, coz I have been working on trying to solve the problem for over the last three hours, and havent found a solution

thanks
