|
Projects -
Flash CS3
|
|
Written by drooza
|
|
Tuesday, 07 October 2008 22:47 |
|
Page 1 of 8 Here's one more for XML integration, but this time using more components offered in Flash CS3. This article will focus on the how easy Flash components integrate with XML. This way uses ActionScript 3.0 and not a XML data connector. This way is for implementing a need for searchable items where internet access is not desired or implied.
First we should plan out how this will integrate. 
Why MSAccess? Why not some other relational database management system (RDBMS) such as MySQL? - Usability: It's easy for the client to keep track of information in a database tool they're familiar with. In this case, it's Microsoft Access.
- Domain: This application is for use on a distrubuted CD/DVD that will enable the user to search through data efficiently. Since most RDBMS require a server and/or internet access, this pseudo-database will just run from flash and filter an XML file.
Since MSAccess can export external data as XML, ActionScript can read that file and place it in the datagrid. Sorry, if you're reading this article thinking, "How can flash read a MS Access database?" I have one answer. Maybe VB is your answer or maybe even Silverlight. Flash does not read MSAccess databases unless there exists some JDBC/ODBC driver to read. But why do that when MS Access exports XML that flash can read? Anyways, on to the application!
|
|
Last Updated ( Friday, 07 November 2008 12:00 )
|