JoriathLionfort
03-04-2004, 01:57 PM
Hi there! First of all, thanks for taking time to read this post...
I'm trying to make a web page that gets all of its contents from a MySQL database. I have 3 tables (head, body, foot) that provide that content. The body of the page is made up by a number of links (that are stored in a 4th table -> id, link text, text) and a Flash movie (basically, a textarea).
The links are created with the image processing functions of PHP, embedding the 'link text' into a button image. And here comes the problem: when you press a link, the text in the Flash movie should be updated with the new text straight out of the database. I know I can load data from a database THROUGH a Php file, via the LoadVars function (if I recall correctly) but, is there a way to send data FROM a Php file to a Flash movie without having to reload the whole page? :think:
Thanks a lot in advance!!!
I'm trying to make a web page that gets all of its contents from a MySQL database. I have 3 tables (head, body, foot) that provide that content. The body of the page is made up by a number of links (that are stored in a 4th table -> id, link text, text) and a Flash movie (basically, a textarea).
The links are created with the image processing functions of PHP, embedding the 'link text' into a button image. And here comes the problem: when you press a link, the text in the Flash movie should be updated with the new text straight out of the database. I know I can load data from a database THROUGH a Php file, via the LoadVars function (if I recall correctly) but, is there a way to send data FROM a Php file to a Flash movie without having to reload the whole page? :think:
Thanks a lot in advance!!!