Results 1 to 7 of 7
-
July 5th, 2012, 06:35 PM #110Registered User
postscontact form without php (or email ideally)
Hi again!
Can anyone point me in the direction of a form or tutorial for a contact form which will either send emails without the use of a php script
and/or that will save the form contents to a local file and not require an internet connection?
Thanks so much in advance!
-
July 5th, 2012, 09:17 PM #2106Registered User
postsSound like you just started,
There are no email library in flash yet. you have to wait or use PHP
To store data on local computer you can use Flash cookies => SharedObject
-
July 6th, 2012, 04:14 AM #310Registered User
posts
-
July 6th, 2012, 10:19 AM #42,702Seņor Member
postsActually, that one won't quite work. In plain old Flash, "FileReference" will open a "Save as..." dialog when you try to save a file. Flash can't force the user to save something on their computer without their permission.
Another aternaitve is if you use AIR instead of just Flash. That will allow you to have a bit more control over the system, allowing you to save files as well.
How many emails do you expect to receive between the times when the inbox is "emptied"? Are they just plain text, or do you need other data stored with them as well such as images?Blog article of the month: Why My One Line 'if' Statements Are Unusual
Twitter: IQAndreas
GitHub: IQAndreas
-
July 7th, 2012, 12:08 PM #5106Registered User
postsOf cause all depends what you want from your kiosk and what technology you want to use to achieve your goal.
One is collecting data from screen another delivering data to predefined places.
If you do survey application you probably want all data after all stored in one place for following analysis as well have notification alert on each flagged event in your application.
Kiosk have specific task : it should't lost data if it is currently online/offline. So you have to have kind of temporary storage.
What technology to use it is up to you and mostly depends from your acknowledgement.
For temp storage you can use SharedObject, or file system on your local computer.
For delivery data and notification you need network Software and I recommend have it separate from kiosk application. You can use Flash URLLoader class, Flash Socket class, Windows built-in agents, Install any other software what you comfortable with: Google Drive, Apache/PHP, Git so on.
-
July 9th, 2012, 10:55 AM #6
-
July 9th, 2012, 11:25 PM #7106Registered User
posts

Reply With Quote


Bookmarks