npsari Posted July 30, 2007 Share Posted July 30, 2007 This question is a mixture of PHP & Flash I use php to derive some text from the database I echo all the Text inside a Text-area called 'Message' So, this text area is available in a certain page, example: http://www.example.com?id=50... I need a Flash which will display the text available in this Text-Area in that page is this possible do? how plz Link to comment https://forums.phpfreaks.com/topic/62464-a-question-which-i-need-to-figure-out-help/ Share on other sites More sharing options...
Fadion Posted July 30, 2007 Share Posted July 30, 2007 in flash u can use loadVariables("http://www.site.com/index.php", target, "GET"); The parameters are 1. site 2. target dynamic text 3. method. Guess ure pretty clear right now Link to comment https://forums.phpfreaks.com/topic/62464-a-question-which-i-need-to-figure-out-help/#findComment-310905 Share on other sites More sharing options...
npsari Posted July 30, 2007 Author Share Posted July 30, 2007 but where is the part which tells the Flash to show all words in the 'Message' textarea! Link to comment https://forums.phpfreaks.com/topic/62464-a-question-which-i-need-to-figure-out-help/#findComment-310915 Share on other sites More sharing options...
envexlabs Posted July 30, 2007 Share Posted July 30, 2007 There is a pretty in-depth tutorial here: http://www.webmonkey.com/webmonkey/03/40/index0a.html It explains using PHP, mySQL and Flash. hope it helps! Link to comment https://forums.phpfreaks.com/topic/62464-a-question-which-i-need-to-figure-out-help/#findComment-310921 Share on other sites More sharing options...
npsari Posted July 30, 2007 Author Share Posted July 30, 2007 thanks, i will check it out Link to comment https://forums.phpfreaks.com/topic/62464-a-question-which-i-need-to-figure-out-help/#findComment-310928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.