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 Quote Link to comment 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 Quote Link to comment 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! Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
npsari Posted July 30, 2007 Author Share Posted July 30, 2007 thanks, i will check it out Quote Link to comment 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.