Thauwa Posted March 1, 2009 Share Posted March 1, 2009 I've found thsi real hard. I simple need to display some text in a text box (not datagrid) with php. Any help is appreciated (Actionscript, flash,php help needed). Thanks Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/ Share on other sites More sharing options...
corbin Posted March 1, 2009 Share Posted March 1, 2009 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.) Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-773845 Share on other sites More sharing options...
Thauwa Posted March 2, 2009 Author Share Posted March 2, 2009 i think that is what i wanted, but i thought that it was too complex for me. can anyone show me some tutorials? flash to php, php to mysql, mysql to flash. a simple textbox is fine Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-774672 Share on other sites More sharing options...
corbin Posted March 2, 2009 Share Posted March 2, 2009 I don't know of any examples.... Look into a couple AJAX tutorials, and read the manual pages on LoadVariables (or something like that... don't remember the name of the function in ActionScript). Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-775040 Share on other sites More sharing options...
Thauwa Posted March 3, 2009 Author Share Posted March 3, 2009 ive tried all i can to understand it. there is something about loadvars, thats all.... ??? any help is honoured! Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-775417 Share on other sites More sharing options...
Thauwa Posted March 4, 2009 Author Share Posted March 4, 2009 can anyone help? i need to send data from MySql to Flash via php. codes of php and flash needed~~~~ ??? Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-776302 Share on other sites More sharing options...
corbin Posted March 4, 2009 Share Posted March 4, 2009 Did you read anything about LoadVars? You would just use it to load information from a PHP page. Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-776710 Share on other sites More sharing options...
Thauwa Posted March 5, 2009 Author Share Posted March 5, 2009 of course ive read a lot....but I need direct coding, because i cant do it. i simple want some excellent tutorials!!!! Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-777177 Share on other sites More sharing options...
corbin Posted March 5, 2009 Share Posted March 5, 2009 Find tutorials on the separate components of what you want to do, not the whole thing. Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-777736 Share on other sites More sharing options...
Thauwa Posted March 6, 2009 Author Share Posted March 6, 2009 hey! can you help me in http://www.flash-db.com/Board/index.php?topic=15903.0 ??? ??? I tried and tried, but it dosen't work! php and flash bit. I even edited the code to my knowledge and still it dosen't work.... Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-778034 Share on other sites More sharing options...
corbin Posted March 7, 2009 Share Posted March 7, 2009 It doesn't do anything at all, or it does something strange? Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-778730 Share on other sites More sharing options...
Thauwa Posted March 8, 2009 Author Share Posted March 8, 2009 Thats my BIG problem... Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-779394 Share on other sites More sharing options...
Thauwa Posted March 8, 2009 Author Share Posted March 8, 2009 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... Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-779397 Share on other sites More sharing options...
neas Posted April 8, 2009 Share Posted April 8, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/147430-solved-sending-data-from-html-to-mysql-then-to-flash/#findComment-804534 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.