Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
jlucchesi #1
Embedd a database within a SWF?
Hi -
I'm wondering if the following can be done with Flash -
- can a swf contain it's own database that the user can add, delete, read?
- while the view is online, entering and interacting with the data- is it
being sent back and forth to the server?
- can this database be protected with some sort of encryption that is only
unlocked by the user's code?
- and so that if the user emailed the swf or the db file from within the swf,
only a person with the key could access the data?
Can it be done?
Can someone point me to how to these features might be possible with Flash?
TIA your input,
jl
jlucchesi Guest
-
How can I embedd a flash movie in an email
You can do this the same way you would embed an HTML webpage into an e-mail. Due to most e-mail clients' security resrictions, it's unlikely that... -
Do you have to embedd page transitions in Acrobat 6?
In "Acrobat master class" by Hastings, Akselen, Cohen there is a chapter on embedding page transitions. Do page transitions still have to be done... -
NEWBIE HELP Import Data from flat-database to relational-database
I want to import Data from a simple Database, which contains all Information in one big record into a relational Database and split up the big... -
Passing database info to page allow user input then pass into another database
Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not... -
Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database;
Hi, I am testing a trigger that and I am getting this error message saying "Another user has modified the contents of this table or view; the... -
Gorka Ludlow #2
Re: Embedd a database within a SWF?
Hi,
1.- An swf cannot contain its own database but it can access several server
side scripts to mantain/modify a server side database.
2.- Yes the interaction with the database occurs without the user having to
take notice.
3.- You can use any type of session protection wih authentication to protect
your data.
4.- SWF are like HTML or plain text (anyone can find a way to read it) so I'd
recomend using server side authentication rather than relying on swf key
protection.
Cheers,
Gorka
[url]http://www.AquiGorka.com/blog[/url]
Gorka Ludlow Guest
-
-
Gorka Ludlow #4
Re: Embedd a database within a SWF?
Anytime, if you need any more pointers I'll be glad to help.
Cheers,
Gorka
[url]http://www.AquiGorka.com/blog[/url]
Gorka Ludlow Guest



Reply With Quote

