ActionScript 3.0 URLRequest with Relative Link
问题 I am trying to pass some data between PHP and Flash. In Flash I have managed to get the code below working. The problem is I want to use a relative link such as "data/config.php" however this gives me the following error: Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. I tried looking up the error but it seems to have many possible causes and I can't figure out a way around it in my case. Here is the code (this works when the url is absolute): submit_btn.addEventListener