This is a discussion on "flash + database" within the Flash & Multimedia Forum section. This forum, and the thread "flash + database are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
flash + database
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
flash + database
I would like to have a flash movie
the extracts info from a textfile, excel, or access database. simeply enough: let's say u type: hotel california.. it gives u: album - whatever band - eagles year - etc.... and you can search by album, band, etc... how do I do this,,, thank you. |
|
|
|
|||
|
Ok...
Unfortunately, flash alone cannot accomplish this task if the data is held in Excel or a database of any kind, although this is possible from a textfile (although I would recommend against it). The best way to do this is to use (in this case) ASP as an intermediate that accepts query strings from flash ( initiating the search ) and returns the results to flash in a format which can be understood fairly easily. Flash can easily understand XML or flash variables in the form &variable1=data If you want to use another form of data (or a text file) then this will get very complicated, so this would be much easier if you can use ASP or a similiar programming language to extract the required information from a database. |
![]() |
| Tags |
| flash, database |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| flash/database comments feature | karloff | Flash & Multimedia Forum | 3 | Jan 12th, 2007 14:20 |
| Some sort of database in flash? | Throntel | Flash & Multimedia Forum | 3 | Jan 6th, 2007 05:54 |
| XML Code for transfering data from one SQL Server Database to another database | plolla | Other Programming Languages | 1 | Aug 3rd, 2006 18:37 |
| How to connect flash form with Mysql database | shenbagarajan | Flash & Multimedia Forum | 6 | Jan 20th, 2006 19:59 |
| Smooth Flash-database communication | craigscotty | Flash & Multimedia Forum | 2 | Nov 17th, 2005 00:01 |