473,385 Members | 1,869 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

saving values using as3

Fary4u
273 100+
u can easy retrieve value and save date into xml or text file using php or .net but to save values without using php or .net is there anyway to save it locally? using pure as3 or as2 script ?
Sep 26 '12 #1

✓ answered by Fary4u

using filesystem save method.
http://help.adobe.com/en_US/FlashPla...tml#save%28%29
Expand|Select|Wrap|Line Numbers
  1. import flash.net.FileReference;
  2.  
  3. var file:FileReference = new FileReference();
  4. file.save("text example", "example.txt")
  5.  

1 2853
Fary4u
273 100+
using filesystem save method.
http://help.adobe.com/en_US/FlashPla...tml#save%28%29
Expand|Select|Wrap|Line Numbers
  1. import flash.net.FileReference;
  2.  
  3. var file:FileReference = new FileReference();
  4. file.save("text example", "example.txt")
  5.  
Sep 27 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: akermisch | last post by:
I have an SDI application with two splitter panes. The application is designed to open a text file and the user then can utilize a set of tools to modify the text. The modified text appears in a...
1
by: Abdul Mohsin | last post by:
is it possible to get hidden parameter values using window.opener.document.form.parameter.value. I am getting this error " Object not found" Please help Abdul
2
by: Aniket Sule | last post by:
Hi, Is there a way to read Component Services /IIS settings values using c# ? I am specifically interested in the COM Transaction timeout value and the IIS connection timeout value. Are these in...
12
by: Anon | last post by:
Hello All! I was wondering how I can go about saving the last string entered into a textbox. I would like to save username or pwd info in textboxes in my forms so that users don't have to...
4
by: Nemisis | last post by:
Hi everyone, I am wondering if anyone has tried the following saving values from a page to a database using CallBack? is this possible? Basically instead of pressing a button that contacts...
5
by: Nirmala123 | last post by:
hai, I want to update the database table values using the getParameter(). int rs=statement.executeUpdate("update address set name='xxxx' where name=("+request.getParameter("oldname")+")"); ...
4
by: allj | last post by:
Hi I can add values to a cbo values list by cbo.additem but when I close the form and reopen it it is gone. How do I save it to the value list? Thanks
2
by: MoroccoIT | last post by:
I am saving a value ID using sessions on this feedback Form, but at times, if the visitor takes too long to type a a feedback, the session times out and the user received an error message. Please...
0
by: SukumarMaddineni1 | last post by:
Hi.. I am saving microsoft doc using win32com. It saving perfectly. When I save a big document like 2000 pages, it is taking time. So meanwhile I need to show user that out of 2000 pages this many...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.