Integrate php and flash
Posted: Wed Aug 04, 2010 8:18 pm
I'm wanting to use flash to display pictures on a website. I have a pre-made flash file that takes external images from a directory and puts them into flash.
The code in flash is:
I want the string to be generated dynamically with php/mysql.
I am new to flash and have no idea where to start with this.
Any tips or tutorials would be greatly appreciated.
The code in flash is:
Code: Select all
var hardcodedXML:String="<photos><image title='Test 1'>image1.jpg</image><image title='Test 2'>image2.jpg</image><image title='Test 3'>image3.jpg</image><image title='Test 4'>image4.jpg</image></photos>";I am new to flash and have no idea where to start with this.
Any tips or tutorials would be greatly appreciated.