ActionScript 3.0 :: How To Store Data Into A Text File
Aug 16, 2010how to store the flash data to a text file.
without using php. directly to a text file.
how to store the flash data to a text file.
without using php. directly to a text file.
how to store the flash data to a text file.without using php. directly to a text file.
View 1 RepliesI want to make a simple tick box questionaire in Flash (AS2) that stores data to a local text file when the user has submitted the form. So simple stuff like are you Male of Female etc... Is it possible for flash to store this information somewhere. It is for touch screens in an exhibition space so it wont be online.
View 1 RepliesHow to store the data text in Access databases using flash form and to search into the database. It is possible to work without server because I don't want to put this flash file on the net. how to make databases and to connect with flash and to have possibility to search the database, but to work database in the local computer.
View 1 RepliesHow can I save data to a text file and also append a record to data in an existing text file? I've used Authowrware previously and it was quite easy to create a large string of data (a comma separated list) and export that to a text file (and create the text file if it didn't already exist). I could then easily append additional rows of data (records) to the text file. We want to build a questionnaire that will store the data locally on the computer in a text file. Each record may have a few hundred data points in a comma separated list.
View 8 RepliesHow can we save data into Flash file in Flash?
View 5 Repliesgive me a example of a fla file where we can input our data and the data will be save using flash MX?
View 3 RepliesI have a flash movie that loads variables from a text file. I need it to be able to display plus signs. Right now they are omitted from display.
For example, if the text file reads variable1=1 + 1; Flash displays "1 1".
Is there a special way to store plus signs in the text file so they are displayed properly?
I use Flash cs4 , i need to know how to store and load text file into actionscript .
View 3 RepliesI will be creating a program to use for data entry. I'll be studying zebras in kenya and I won't have the internet there as I'm recording the data. I'd like to be able to send the data I generate in flash to an external text file. I understand I need some sort of script to do that, but is this something I can run just on my machine? (I'll probably make the data into xml format).
View 1 RepliesI am trying to load a variable from data in a text file.I can read the text file fine but the variable data seemsonly to be available with in the function that reads it. I need to use the variable data outside of the function.This is the actionscript code i'm using.
var pathVars= new LoadVars();
pathVars.onLoad=function(ok) {
if(ok)
[code].....
I am trying to load a variable from data in a text file.I can read the text file fine but the variable data seems only to be available with in the function that reads it. I need to use the variable data outside of the function.
This is the actionscript code i'm using.
var pathVars= new LoadVars();
pathVars.onLoad=function(ok) {
if(ok)
{
[code]....
This is where the path_var becomes undefined
trace("This is outside the function... "+path_var);
pathVar1="This is outside the function... "+path_var;
How To Save A Move Clip As A .jpg Or .gif File Using Actionscript
View 5 RepliesI'm developing a Flex app which is connected to a webservice - but I'm curious about what is generally best practice for handling the data locally. My webservice provides fairly small XML docs containing all the details about a certain object - is it considered better to parse that XML into objects for use in my UI, or just store the XML and access it directlyMy instincts say the former, though I'm sure doing a lot of parsing / encoding XML objects that I'm wondering if I shouldn't just add and remove elements when needed.
View 2 RepliesI'm working on a tile based game and I want to create a class file that will hold all of my level design arrays. it seems silly to make this class extend MovieClip so i was wondering what a good class would be to have it extend. I want to call the class file up when loading a level and have it send the array to my tilesetter function in my game engine.
View 2 Repliesstore data to excel
View 7 RepliesI am working in multi user chat application, in which users chat history need to save. When the user requests his chat history, respective chat history needs to retrieve.Previously, I plan to save them in a shared object. Since shared object has size limitation and also it will be saved in some encrypted form I plan to save them in a database.Now I came to know that data can be saved in a database using web service or xml socket etc...
View 5 RepliesI am working in multi user chat application, in which users chat history need to save. When the user requests his chat history, respective chat history needs to retrieve.
Previously, I plan to save them in a shared object. Since shared object has size limitation and also it will be saved in some encrypted form I plan to save them in a database.
here's the thing, i need to store different values in a 2d array (or something conceptually similar). The idea is to create a 2d map with tiles and the array would save the ID of every tile in the map. I'm trying to create something mildly efficient, specially because i need to save some memory usage for later use (it has to do with AI) and it must run on a low end PC, but simply creating an array seems to be a waste of space since i only have about 50 different IDs at any given map.i thought about creating a 2d array of 8bit chars would be sufficient, but that's out of the question with actionscript 3, it doesn't have 8bit char data type.
View 1 RepliesWhat way of reading and storing data is fastest for AS3. For debugging right now it is just reading the raw XML, but I suspect it would be faster if I made them into nested arrays. Would parsing the XML into nested arrays to be read later be the most efficient method?, or is there a better way to read lots of data?
View 3 RepliesHow to store data locally using Flex 3 in web applications. Without using backend or using shared object.
I came to know that there is something called Data Management in Flex 3. And it is not for AIR application.
I was hoping for some guidelines on the general best practice for storing data from an XML document. When all is said and done, my whole flash site will be powered by XML, so I want to make sure it is organized properly. Usually what I do is parse the XML, and store all the different sets of data in arrays, but I'm sure there's a better way to do it. I'm no expert though, so I need something fairly straightforward. Here's my initial setup:
var myXML:XML;
var myLoader:URLLoader = new URLLoader();
myLoader.load(new URLRequest("xml/presentation.xml"));
myLoader.addEventListener(Event.COMPLETE, processXML);
[Code]...
I am a Flex newbie and I'm developing a Flex application that needs to talk to an AMF server in order to authenticate the user.Where should I store the server URL? I don't want to hardcode it in the source code, but the URL should be fixed at compile time, because when I compile the app it should be tied to a specific server.
View 3 RepliesI'm just looking for a basic tutorial on how to store and retrieve XML data in an external/separate XML file. I've created an XML file before and I for the most part know ActionScript 3.0 but I've never modified and retrieved data from an external XML file before in my flash project.
View 2 Repliesi have a site and i want to put a login and registration page. I downloaded a template, but i dont want to mess with php for the moment. I wonder, if theres a way to make the login/registration with actionscript to store the data in a xml file when the user registers, and then call it back from the xml to login and then send him to the main site if the data is correct.
View 2 RepliesIs it possible to store and retrieve data between separate 'sessions' from an application run from DVD without storing to the local machine?
View 9 RepliesI want to display 0 to 1200 with y Axis.
ActionScript Code:
private var Yaxis:Number = new Number();
for (var i:Number=0; i<Yaxis; i++);
[Code].....
I wanted to know if it was possible to store XML data in an array, and then callthis data later on in a MC.so I have somehing like this.
Code:
xmlarray = [];
xmlFile = "users.xml";
[code].....
I have a problem with SharedObject. I created SharedObject using AS2.0 it's working fine.... my question is can it possible to store the variable values in an .txt file where the flash file is saved... basically the SharedObject will store the vallues in localdrive with file extention. not only using SharedObject if any other way to store the vaules in .txt file will be helpfull for me... my requirement is to store the the position of the swf file and when the time it reopen, it should start from previous position.
View 2 RepliesKnow 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