Jump to content

[SOLVED] Sending data from HTML to MySql then to Flash.


Thauwa

Recommended Posts

Why not just have the textbox in Flash, and then, the Flash applet could make a request to a PHP script to store it in MySQL.

 

 

If you don't want to do it that way, you could use AJAX (assuming you don't want the page to reload) to send the data to a PHP script which would put it in a MySQL table.  Then, the Flash applet could poll a PHP script every x seconds to see if there is new data in the DB.  (Or you could use something client side to tell the Flash applet the content.)

  • 1 month later...

seriously...i need this feature a lot....i spent my sight on reading tutorials but none work..... :( 

I need to get data from mysql to flash textboxes................ :(

 

btw, tks corbin for your support...

 

Check out the amfphp and zend tutorials on gotoandlearn.com.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.