| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2001
Posts: 7
|
I've developed an address book in flash. I can add any address in this address book but when I close the swf I lost all the address added in the address book. I want to save the addresses for future usage. Please tell me how can I do this. I want to keep all the address in an external file say in a database of Ms Access. Please remember I'm not very good in Actionscript and other programming languages so tell me an easy way. Thank you
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
This depends on whether the program is running locally (projector on your hard drive/cd) or via the web and a browser.
If it's running locally you would have to create and external application (or buy a 3rd party app) which can accpet values from Flash and enter them into a database. (I don't know of any, but others might). If it's online it would be easier as you can use a PHP/CGI/ASP/etc script to write to an online database. I guess if you want to make it an Acess DB you would have to use ASP, so you're probably better off going to http://www.aspin.com/ and finding out how to enter data into your access DB there. Once you have a working script which accepts variables, we can show you how to pass them from Flash to your script using GetURL or LoadVariablesNUM and POST/GET. Cheers Jesse keywords: asp database save value [Edited by Jesse on 05-20-2001 at 10:40 PM]
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need some advice for flash AS2 intregration with database | sketch | ActionScript 2.0 | 1 | 10-15-2004 07:46 PM |
| Showing mysql database data with flash form | emilioestevezz | ActionScript 2.0 | 0 | 09-13-2004 07:22 PM |
| scrollBar on Flash Exchange | cdeg | Components | 5 | 05-03-2004 08:13 PM |
| Flash Database Question | Zebdaag | ActionScript 2.0 | 2 | 05-03-2004 03:32 PM |
| Learning Flash with Database | kiebz | ActionScript 1.0 (and below) | 2 | 08-11-2003 08:10 AM |