michaelmorris
12-24-2006, 04:05 PM
Ok.
I am looking for a way to create a banner which gets certain information from a MySQL database. My origional thought pattern was this:
1-Get data from MySQL databse using PHP
2-Put it into an XML doc
3-Put the XML into flash
But then I though a) Can you even do that? and b) How do I get XML into Flash.
So then I though well what about putting it into Flash using PHP.
So what I want to do is call info from a database (called 'database') and table (called 'table') with fields 'id','title','cont',and 'img'. (There will be 5sets of data/records)
Now I want each record to be displayed on a seperate frame (so id=1 on fram 1 etc)
I will then animate it etc.
Can this be done? If so how?
Thanks alot (I know this is a tough one (well i think it is))
xD Michael
edit: I'm using Flash 8 Pro
I am looking for a way to create a banner which gets certain information from a MySQL database. My origional thought pattern was this:
1-Get data from MySQL databse using PHP
2-Put it into an XML doc
3-Put the XML into flash
But then I though a) Can you even do that? and b) How do I get XML into Flash.
So then I though well what about putting it into Flash using PHP.
So what I want to do is call info from a database (called 'database') and table (called 'table') with fields 'id','title','cont',and 'img'. (There will be 5sets of data/records)
Now I want each record to be displayed on a seperate frame (so id=1 on fram 1 etc)
I will then animate it etc.
Can this be done? If so how?
Thanks alot (I know this is a tough one (well i think it is))
xD Michael
edit: I'm using Flash 8 Pro