ActionScript 2.0 :: Flash Application : Host On Web To Save Data?
Jul 25, 2007
I am making a budgeting program, partly because I need one, and I want to learn more about flash. My main question is this - because I will need to track data over many months, how do I make sure it is saved by flash? Do I have to host it as a website so it is 'always running'? I would hate to think what would happen if the host were to go down, I would lose everything.
Its seems like there would be a way to export the data (via a save button) to xml or some other format after I have finished my session.
View 2 Replies
Similar Posts:
Dec 27, 2011
I am working on a flash applicaton and the final required output is of .exe and .app format.In this application. I need to save some text data on the system but as the file operation are not allowed in the .exe and .app files.I am unable to save this data.Is there any othere way to save the data on the system through exe application.
View 8 Replies
Nov 2, 2011
I am writing an AIR desktop application which needs to know the host name of the compute on which it is running.
How do I get the host name?
View 3 Replies
Apr 2, 2011
I am working on application to open cpanel (web host server) in Adobe AIR. I know how to open a web page in Adobe AIR, but I don't know how to open cpanel with username and password?
View 2 Replies
Jan 4, 2012
if I load data into a swf file using URLLoader (such as an XML file of a CSV file from another website), everything works fine until I actually upload it to the internet using my cheap, wimpy, webhosting service. At which point none of the data is transferred. Is there possibly anything about security sandboxes that completely eludes me, or is this even an issue that deals with security sandboxes?
View 2 Replies
Nov 23, 2011
i really sowie coz my english are bad.now i want to root the phpfile using localhost in action script adobe flash pro..can u provide me some example and explaination
i using json array data in my php
View 19 Replies
Oct 26, 2010
is possible to somehow save the state of a flash application so it is able to resume where it left off after being closed. For example, is it possible for a user to save games in an iPhone game written in Flash
View 2 Replies
Jan 6, 2012
I'm having a difficult time finding any ActionScript that will do the trick of saving an image during runtime.
It's a Flash application where the user can design something, then send it in (to me) for publishing (I figured the best way to do that would be to take a picture JPEG of their finished design using some sort of ActionScript and then save it to my Web Server). I've searched around and found a few examples, but none of them seem to work
View 1 Replies
Apr 5, 2010
When I save a .fla on my macbook (snow leopard OS) the main Flash CS4 application toolbar (the one with the minimize, maximize, hide buttons on it) disappears after the save dialogue has gone.To get it back I have to re-launch the app.I have checked for software updates but nothing seems to be addressing this issue.
View 3 Replies
Nov 29, 2010
Recently I have developed a flex web application and now I wanted to put on internet. I know that there are quite a lot free web hosting company but I am bit confused as in how I have to start. Application which i built used PHP and MySQL database. Currently I am runnning it on WAMP server.
View 3 Replies
Sep 15, 2009
I did small program on which the user will type some data into array which should be later on saved onto server or to local machine as an xml file. Now I know that flash cannot save files on its own and it would probably need some php script or something. I've never worked with php and to tell the truth i couldn't fine any articles about this topic. Are there some examples that you can show me the way with??
View 3 Replies
Mar 21, 2011
I have an AS3 document with roughly 200 individual elements I'm trying to save to the database. I just need to saved information about their physical properties on the stage.There are many ways to do this, but what is the recommended approach?
View 2 Replies
Feb 11, 2009
I m in between of my flash application. Actually its a MP3 player where MP3 files are dynamically loading in flash. I have to put a counter (total no. of times mp3 has played).
Can u please guide me how can I store this dynamic value in xml or atleast tell me how to save data in xml through flash actionscript.
View 3 Replies
Aug 18, 2009
I want to save data my computer, that i got from playing my flash movie.
i'd prefer it if i'd be able to save the data on the computers of other people aswel, but i mainly need to save it on my own comp while developing the flash movie.
So want to be able to dynamically save/load data from actionscript.
View 2 Replies
Dec 7, 2008
I'm working in AS3 using Flash CS3 in the Mac OSX Leopard environment and would like to save data, to be later retrieved, in text files (probably xml). The data will be the result of the user interaction with the swf and the ideal location will be the directory (local or website) in which the swf file is located.
I know I could achieve the same effect using a database backend but want to make the swf file more portable, and don't really want to dedicate a database to this function. I've read a bundle of website comments on this but none seem to tidily do what I want, and I am not a whole lot wiser on the subject. The data will be user details and variables (e.g. scores) to carryover to when the user next accesses the game. What are my options (FileReference.save, SharedObjects, URLLoader, other )
View 2 Replies
Nov 14, 2010
im doing a level editor for my game and i need to save the tilemap data (120x120 uint array) and character data (character type, position, rotation, stats, etc) to a .bin file. How can i do it? I know i can do it by using XMLs but it is not good for saving tilemaps...
View 2 Replies
Dec 19, 2010
I am making a desktop Flash application (AS3). It provides to users an opportunity to save and open their projects.I've used FileReference to open project file
var fileRef:FileReference = new FileReference();
var ourTypes:Array=new Array(new FileFilter("Map Editor type (*.xml)", "*.xml"));
fileRef.browse(ourTypes);
and use file content by using fileRef.data.
var mainXml:XML;
mainXml=new XML(fileRef.data);
User must have an opportunity to add some data in this file (not only read). How can I save new data in the same file?
View 1 Replies
Nov 21, 2011
I'm a complete newbie to SharePoint and I've been tasked to develop a SharePoint site with Flash content (Flash CS3 or CS5). I've done some quick research on this and I understand there are different ways to query SharePoint. I must say it's been a long process for me to try to piece different bits of information to achieve what I'm asked to do.
So here it is. Develop a site using SharePoint 2007 with Flash content.User input in the Flash objects will be stored.Previous user input will be retrieved and displayed in the Flash objects for reviewing purpose.User input will later be processed/manipulated for reporting purposes.Embed FLV videos on certain pages. I understand data can be saved as lists in SharePoint and you can create custom ASPX to get the lists and parse it as XML input for a Flash object. Can I reverse this process when it comes to saving data?
What would be the best approach to implement the above requirements in SharePoint 2007 environment?
Or, should I consider saving data in an external DB, say MSSQL, and having custom ASPX query that DB and generate XML for Flash objects? Or maybe any APIs that can make this process easier?
View 1 Replies
Oct 15, 2009
I have an xml file (externally saved) that is similar to the following:
[root]
[main]
[title]...[/title]
[Code]....
What I like to do is to get what's in [title] tag using HTTPservice, import it into Flex, and save it as array objects, and do the same thing for [content]. This way I can later refer the array object saying title[0] or content[2].
View 1 Replies
Jan 14, 2008
I have an Access Database (doesn't need to be Access, I can phpAdmin or mysql, whatever will work) that has a list of names. I want the user to open a Flash form and have the names load up into seperate input boxes for each name. The user can then change the names, move them, whatever, and then save the record. I want it to just overwrite the record. I donlt want create a new record. I cannot, for the life of me, figure this out. I have tried to find some tutorials but nothing makes sense. Is ASP a good way to go? I have been struggling with this for a week now.
View 3 Replies
Feb 11, 2010
I have a camera attached to a video object that is displayed on stage. When a user comes to the site they see themselves, but I want to be able to save the video and take a snapshot. How would I go about getting the data out of flash to the server?
View 1 Replies
May 17, 2010
im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose??
View 1 Replies
May 6, 2011
I just started doing AS3 for Flash and I'm trying to create a flash app that has 2 things inside. An InputTextBox which is called txt_userinput and a Button called btn_submit.Bascially, the user just need to type in some word in the InputTextBox and press btn_submit. The data will then be sent to a testing.TXT in my DESKTOP. My .FLA file is in MY DOCUMENTS while the testing.TXT is in my DESKTOP.
Question 1: Question is, how do I make the data from txt_userinput to be sent to the .TXT in my DESKTOP?For example, the user typed "Hello, how are you?" in the InputTextBox. In the .TXT file, I want it to show "Hello, how are you?".
PS: testing.TXT file is already created in the desktop, just waiting for flash to write the data in and keeps on adding more data in the future in the following format.
View 7 Replies
Dec 22, 2011
how can i delete storage directory instances or folder while uninstalling any air application. In my application when i first time run my application, application copy some data from application directory to application storage directory. now i want to delete all data and application directory folder also while uninstalling application.
I am doing that because when i launch any update then application is accessing old data which conflict with my application new features.
View 1 Replies
Jul 15, 2011
I want to read xml data to a mxml application from a xml file on my filesystem. The example I found was for AIR,link2, link3. But I want to target the Flash Player runtime. If I use the the tag, I can do it; however the xml compiles into my swf. How can I retain the xml file in my release build?
View 2 Replies
Sep 24, 2011
I have a Flash AS 3.0 swf-based browser game. It's hosted on my site and communicates with a MySQL database via PHP using Flash's URLVariables. Everything works fine. The problem is, I want to be able to save the player's game after he leaves the webpage or closes his browser. How is this usually handled?
Is there a reliable event that fires when a swf is terminated? Is so, what is it? If not, what's the solution? Should I simply save the player's data every x seconds? That seems like it will bog down my server. I could have 10,000 people playing and I don't want to save each of their games every x seconds.
View 2 Replies
Feb 22, 2011
I'm planning to build an ipad flash game and would like to save some information, like user info like name and unlocked levels.
View 2 Replies
Feb 12, 2012
Is there a way to save an application state for save files in AIR for the desktop (Flex /AS3)?
View 1 Replies
Mar 14, 2010
Know how to we store data for flash application? As im not using any server-side script, it is not possible to connect to database right? 2 things i managed to found by google it are SharedObject and XML. But later i found that it is not possible to modify data in XML using flash without any server-side script. For sharedobject, it seems not possible if i want to store the information of a list of users, as the instance of shared object can only hold the latest data.
View 4 Replies
Jul 1, 2006
I had been using Flash Lite 2.0 for application.I need to set time in Flash (ie) In my application i have to set time to 60 secs. when i enter into application the time starts from zero and when it reaches 60 secs the application has to exit.
View 3 Replies