im trying to make a simple place to display testimonials and I can't get it to work...any help would be wonderful!!!
Here's what I did:
So far I have the php doc set up and have defined a variable for it to print to, I named the variable myVar..
http://margofritz.com/view.php
Then I created a basic movie with a dynamic text box with the variable name "myVar". I converted the text box to a movie clip and on the clip I put the following action:
on (load) {
loadVariables("http://margofritz.com/view.php", this, "GET");
}
when I view the SWF it is blank...how do I get the SWF to display the PHP that I already have set up?????