Hi,
I have a question about using Flash and PHP. I currently have a web site <a href=http://www.bombsquadgolf.com>BombSquadGolf.com</a>that uses php files to get information from a mySQL database. If you take a look at my homepage you can see what I am refering to. The “Latest Posts” and “Users online” The PHP files pull that information and transfer them to links. My quesiton is…Can Flash read these PHP files, and have the links transfered to a movie just like on my current homepage? Or am I just wasting my time trying to figure this out?
Any help or responses would be greatly appreciated.
Yes flash can read PHP files, personally I don’t know how it all works and I’m not sure if this is what you need but if you go to flashkit from this link
I used the actionscript loadVariables, gave the URL to the php I want to run, and told it to list the variables in a dynamic text boax, but it takes me to the URL instead of loading it into the movie
I followed this example from the Flash help files
loadVariables(“http://www.mySite.com/scripts/high_score.php”, _root.scoreClip, GET);This loads variables from the PHP script called high_score.php into the movie clip instance scoreClip using the GET HTTP method.
You know, I kept playing with it last night and messed everything up. Now I cant even get it back to getting error messages again. I give up. Thanks for your help guys.
See my problem is I dont have clue what I am doing to be honest with you. I have little Flash and HTML knowledge…PHP, just found out what that was when I downloaded and set up my message board. Thats why in my initial post I was asking if this can even be done. I have learned that Flash can read PHP, but can it read the specific PHP file that I am trying to get the info from? I am going to keep trying because if I can get this to work, I think I can create a pretty smooth menu for my site. With the help you guys I am sure I can get it.