Hello All
I want to get into developing php for flash.
I can handle php okay, but need help getting started with flash.
I've gone through a couple of tutorials from online and books and seem to be stuck and think it might be my setup. No matter what I do with php and action scripts my flash display is empty. So I dont konw if it's excecuting the backend stuff. I want a simple test that I can do which if I know doesnt work then my setup is wrong.
I'm running apache, mysql and php5 on my local machine and am ussing flash mx 2004.
I've done xml and php test on it and all return blank.
so ballically this is what I want: I have a file called flash.php in a folder with a swf file. File has
<?php
$myvariable="Hello World";
?>
All I want is to display that variable text in flash:
so what do I need to do to perform this simple task?