Is it possible to pass information from PHP into Flash (AS3)? I need a PHP file and SWF that are in the same folder to communicate (I can't use an absolute link because I don't know where the files will be ultimately). I've made numerous attempts with two methods. I made posts on both but neither seem to work the way I need them to and I can't seem to get any help:
Passing Data from PHP to Flash
ActionScript 3.0 URLRequest with Relative Link
Since neither of these methods work, perhaps someone can give me one that can? To be clear, let's say in my PHP I have $name = "Bob";
without using an absolute link in Flash, is it possible to pass "Bob" to Flash to say, trace it or write it to a text field, and if so how?