PHP script works fine until I send it a parameter from HTTPService in Flash Builder 4?
- by ben
I'm using a PHP script to read an RSS feed in my Flex 4 app. The script works when I put the url of the feed in the actual script, but I can't get it to work when I try to send the URL as a parameter from a HTTPService in Flex. Can anyone tell me what I'm doing wrong?
Here is the HTTPService from Flex 4 that I'm using:
<mx:HTTPService…