Topic: wanna add database interactivity withyout using php to flash project (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 04-16-2004 12:02
Yo guys new question! I'm making a simple cbt in Flash MX right for a pal and I need to put some database interactivity. Its nothing very complex just that users register themselves before proceeding to use the cbt. |
Bipolar (III) Inmate From: Brisbane |
posted 04-17-2004 06:10
cbt ?? You really need to stop abreviating things! |
Bipolar (III) Inmate From: |
posted 04-18-2004 09:56
I understand completely. Franly speaking I'm trying to help out a friend who made the wrong choices in his semester project so to speak. He thought he could get away with making a computer based training system in Flash without having to put in any database functionality let alone a login screen . |
Maniac (V) Mad Scientist From: Long Island, NY |
posted 04-18-2004 17:19
Is the actual assignment to use a database? It seems using Flash MX's Shared Object would be more then sufficient to complete your task. Unless of course the requirement is to create a flash-based application using a DB |
Bipolar (III) Inmate From: Brisbane |
posted 04-19-2004 08:14
I still have no idea what a "CBT" is ??? Some special kind of training system? You didn't mention training system in the first post.... |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 04-19-2004 11:59
in my little world, cbt means 'computer based training'. |
Obsessive-Compulsive (I) Inmate From: over there |
posted 04-20-2004 03:42
If your going to create an .exe out of your .swf file.. you may want to look into www.northcode.com. It will allow you to read from a database using the ADO pluging. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-20-2004 04:15
It would depend on security but couldn't you store data in flat files? But if you don't need the data to persist beyond the actual 'session' then perhaps not. It would also depend on the enironment - you'd handlle things different on a CD than online than on the desktop (I'd imagine). |
Bipolar (III) Inmate From: |
posted 04-20-2004 07:33
well its actually a simple computer based training sotware.. |
Maniac (V) Mad Scientist From: Long Island, NY |
posted 04-20-2004 16:06
Is security an issue for this thing at all? I mean I personally think Flash's local Shared Object is the way to go with this. It's probably not the single most secure means of creating a login process, but if all you're doing is creating a school project to show a professor that you can login and it saves your progress, this should be sufficient. |