This tutorial should teach you a little bit about integration between Flash, PHP and MySQL. We will learn how to parse text into a HTML-formatted textbox from an external Actionscript file. It will use a PHP file to parse text from a MySQL database into a kind of code which the AS will decode
Hits:1027 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-08 Rate It | Error | Review
A common problem I face when using new programming languages inside a familiar programming environment such as Flash is that I am overwhelmed by the new syntax and creative workarounds that help both languages communicate with each other. Flash and XML are no exceptions. If you are in the same category as me, this tutorial was designed with you in mind. If you aren't in the same category...well, you will probably still like this tutorial!
This tutorial will help you to create a simple, straightforward example that does not deviate into extraneous functions, efficient coding methods, etc. If this is your first time trying to create something using XML in Flash, I believe it is better for you to build your confidence and create a simple, working example and then modify that example with increasingly complex features that make your work more presentable
Hits:645 Rate:4.0(out of 5) Vote:2 Submit Date :2007-01-08 Rate It | Error | Review