Blog’s in Flash Using mySql, PHP and Flash to create a blog
I ran across something interesting the other day on the internet. The concept of a Flash blog and a nice tutorial to get you started. The basic concept of this is that you build a database to store information I choose mySQL but any would database would probably work. Then using php connect to the db select all the conetn and echo it to the screen using the same method when writing text documents to load into Flash dynamic fields. Each field is assigned a variable name and the loadvariables(); calls all the data from the url. You can pass url parameters to your script to tell it what you want to retrieve. A naming convention is important to have in a situation like this so you can reuse the variable names and make your one script more flexable.I am currently working on a beta version of a Flash blog hopefully I will deploy it here.