I'm curious as to why one would use a database like mysql (or any other DB) over flash extracting information from a text file. (exceptions: password protection and search fields)
Thank you.
I just created an events application that uses a Flash calendar and
integrates with ASP to produce XML on the fly to be used by Flash. I did it
this way so the client could hold the vast number of city events in a
database and I could easily create insert, update and delete pages to
provide a simple tool for them to input the events themselves.

Signature
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: Dreamweaver CS3: The Missing Manual,
DMX 2004: The Complete Reference, DMX 2004: A Beginner's Guide
Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
> I'm curious as to why one would use a database like mysql (or any other
> DB) over flash extracting information from a text file. (exceptions:
> password protection and search fields)
>
> Thank you.