-
Flash & PHP
Hey, I am considering buying a flash template off the net and was wondering how easy it is interogating HTML / PHP files into flash? As I would like to be running some forum software e.g. Invision 2.xx on my flash template.
Can anyone give me any info?
-
Re: Flash & PHP
ActionScript does communicate with PHP. So you could place an ActionScript application into your Flash and then pass on variable and or variables to a web server where you can have PHP do the rest of the work on the server-side.
It really depends what you are doing, but generally speaking Flash's ActionScript does communicate with PHP.