Flash :: Getting Data Into Excel On Local Computer?

Jun 25, 2006

I have pretty good basic "action script" skills for developing flash files and movies, but I don't know how to do dynamic things with asp, aspx, etc. I have a local application that runs form my computer and is not connected to the internet. The application keeps track of button clicks on each buttton as separate variables. Here is my question ... each time the flash movie runs and buttons are clicked, I want to record the clicks on each button (which exist in the application at runtime) and save them to something like an excel spreadsheeet or access database. Any easy way to do this without getting into server-side stuff?

View 3 Replies


Similar Posts:


Actionscript 3 :: Read A Local Excel 97-2003 File (.xls) In A Flash Application?

Feb 14, 2012

I'm exploring the feasibility of reading data from a local Excel file in a Flash application.

XLSX READER [URL], it's possible to read Excel 2007 files.

It works beautifully.

However, that function doesn't read Excel 97-2003 files.

I found this:

[URL]

Which should read Excel files in Flex, but I'm working on a Flash application, and it looks like as3xls relies on a number of Flex only functions and types (ArrayCollection, NumberFormatter, etc.)

Since I'm not familiar with Flex, I'm having a difficult time making the adjustments myself.

Has anyone built a Flash app that reads Excel 97-2003 files, and is willing to share tips or code?

View 1 Replies

Professional :: Can't See Flash Video On Server, Just On Local Computer

Oct 28, 2010

I am having trouble seeing my flash video on the server.  I just see it in my local computer. I save everything and then preview it, copy the code and insert on the bottom site, and no video. Just the skin appears when you roll over the code. [URL]
 
I have everything in the same folder, I have added the mime types on the server, and it still don't work.

View 1 Replies

Professional :: Can't See Flash Google Map On Server - Just On Local Computer

May 1, 2011

I am having trouble seeing my flash video on the server. I just see it in my local computer. I save everything and then preview it, upload the file to server, but it just don't show at my website.

View 5 Replies

Flash :: Php Communication - Multiplayer - Local Works - Another Computer Does Not

Dec 19, 2011

I made swf file that sends id to php, than php collects info from mysql by this id, and returns result, than flash does his work with that result. The problem is here, I will try to explain it as clearly as I can: everything works fine when I do that on the computer that has all the source files and of course xampp running.

[Code]...

View 1 Replies

Data Integration :: Get Excel Data Into Flash?

Feb 27, 2009

how to get Excel data into flash?

View 1 Replies

ActionScript 3.0 :: Allow Users To Upload Images (jpg) In The Flash (.swf) From Local Computer (with The Drive C)?

Jun 30, 2009

The user loads the page HTMl file .swf. By clicking on button_mc the user can select from your computer (local disk) image file to upload not on the server and temporarily - to flash - the file.

[code]....

Below given code works only if the image file .swf are in the same directory (folder).I know the file name, but I can not find the full local path to his computer to the selected file.

[code]....

How do I get my site you can download at home in my swf file to a photo to her dalsche work?

[code]....

View 1 Replies

ActionScript 3.0 :: Save Images From Flash Via Asp (windows Server) To Local Computer?

Nov 25, 2010

I need to save images from flash via asp (windows server) to local computer, how to do this?

View 4 Replies

ActionScript 3.0 :: Import Data From Excel Into Flash?

Jun 23, 2009

My friend and I were looking into trying to have flash (cs3 or 4 probably) communicate somehow with Excel*, I know this is a general question, but is that in any way possible?

View 3 Replies

ActionScript 3.0 :: Saving Flash Data Into New Row In CSV/ Excel?

Oct 20, 2009

Half way through;user saves the answers to a CSV file to a location.then continue the test and save the 2nd part to the same location (different file name). The next person completes the same test, and theoretically saves in the same location OVERWRITING the file. HOW IT SHOULD WORK when they overwrite the file, it SHOULD add it to the next ROW in the excel (csv)document, not overwriting the WHOLE file. In the end, you would (in theory) have a number of rows in one excel document, each row, a different user who completed the test The issue is: on the MAC computer, this works (im not sure if it's because the previous developer developed it on a MAC) however when I play it or move it to windows computer; It overwrites the whole CSV file, and doesn't add it in the rows.Here is the main code (half way through) for the first save:

Code:
stop();
qNum.text="Q 11-13";

[code].....

View 0 Replies

ActionScript 3.0 :: Importing Excel Data Into Flash?

Aug 7, 2011

In an application we have an excel file of large amount of data whose every row we want as an array of data for impoting into flash application.Here i give a small description what we want to do:

*****Excel Sheet
HallNo ComName  Stall
1  ABC  12

[code]......

View 2 Replies

ActionScript 2.0 :: Write Data To A Database (txt Or MS Excel) From Flash?

Feb 6, 2004

I want to write datas to a database (txt or MS Excel) from a flash file that can be stored in my hard disk.

View 14 Replies

ActionScript 3.0 :: Flash To Read / Write Data On Excel - GoogleDocs File?

Dec 30, 2010

Is it possible to use flash to read and write data on an excel/google documents file?

View 1 Replies

Professional :: Links Are Only Working On Local Computer

Nov 21, 2010

I created a flash movie and published it to get the html file and the swf.  The html file works fine on my local computer that I created it on but I went to email the html file with the swf file, the links within the movie are not working?

View 7 Replies

ActionScript 2.0 :: Can't Load Page In Iframe On Local Computer

Jan 16, 2007

I'm having a problem with flash/javascript/iframes. I have a flash banner that is positioned at a fixed position on the bottom of the screen. When I press a button on the banner, the page (which is an iframe) should change.

I got it to work using javascript. But it only works on the Internet. On my local computer it doesn't work. No error, nothing. it is a task for school (for my exams) so it should work only locally.

Check out: [URL] and click on "Vanille", the page should change.

My codes:

Actionscript:

Code:
mc_vanille_over.onRelease = function(){
getURL("javascript:test();")
}

[Code].....

View 4 Replies

IDE :: Save And Playback Recorded Voice On Local Computer?

Jan 17, 2012

I currently creating a standalone language learning application using Flash Professional 8. The application allow users to record and playback their own pronunciation, so that they can compare their own pronunciation with the pronunciation provided in the application for learning. how can I save and playback recorded voice on local computer

View 2 Replies

ActionScript 2.0 :: [CS3] Load External Png/jpg Chosen By User From Local Computer

Feb 7, 2009

how to allow the user to upload some image of his/her choice from his/her local computer, plus adding some control on size and dimension limit.

I've seen this performed for instance in webs where they sell sunglasses. The movie allows you to upload your own picture of yourself so that you can virtually try them on.

View 2 Replies

ActionScript 3.0 :: Dynamically Show Content From A Folder On The Local Computer In Swf?

Apr 8, 2009

For example if I have 5 pdf files in a folder on the computer and then want to show these files in a swf file and if I then click on the pdf file open up the specific file. and if I remove or add a pdf file it will affect the list (its okay if its only updates the list when reloading the swf file)

View 1 Replies

ActionScript 2.0 :: Load External Png/jpg/gif Chosen By User From Local Computer?

Feb 7, 2009

I'd like to know how to allow the user to upload some image of his/her choice from his/her local computer, plus adding some control on size and dimension limits, and to check that the file to be uploaded is actually a JPG/PNG/GIF and not another else.

I've seen this performed for instance in webs where they sell sunglasses. The movie allows you to upload your own picture of yourself so that you can virtually try them on.

View 6 Replies

Actionscript 3 :: Flex Save Stuff To The Local Cache On Client Computer?

Oct 21, 2009

My Flex app downloads a bunch of images. When the user closes the browser window (or navigates away from the page), those images shouldn't be saved in the local cache. HTTP headers for the SWF file tells browser to fetch it from the website every time -- that is, it shouldn't save the SWF file locally. I just want to make sure that any of the images that the Flex app downloads isn't saved locally.

I checked Windows XP & Flash 9 for this. And nothing was stored locally. I assume this is true across all platforms and all versions of Flash greater than 9?

View 1 Replies

Actionscript 3 :: User To Press An Excel Button And Get Prompted To Download An Excel File?

Dec 13, 2011

I want a user to press an excel button and get prompted to download an excel file. I normally do it like this:

var dest:String = excelEndpoint;
var request:URLRequest = new URLRequest();
request.url = dest;
fr.download( request,'Locates.xls' );
fr.addEventListener(HTTPStatusEvent.HTTP_STATUS, handleStatus);
fr.addEventListener(IOErrorEvent.IO_ERROR, handleErr);

[Code]...

View 2 Replies

ActionScript 3.0 :: Store Data To Excel?

Mar 17, 2010

store data to excel

View 7 Replies

Javascript :: Form With Xml Or Excel Data Dropdowns?

Sep 30, 2010

I want to create a form (flash or java/ajax) that allows selection data to be pulled from an xml file.

Example:

A ring builder application - the user selects the ring setting in one dropdown and then they select a diamond in another drop down. But the prices of the diamonds changes every day based upon the market, so we would need to easily update that data - hence an xml or excel file.

It would be even better if the data could be linked - such as selecting a princess cut diamond, then the settings that are only compatible with princess cut show up, and then after selecting a setting, only diamonds that are the right size for the setting show.

View 1 Replies

Java :: View Data From Excel In Flex App?

Apr 4, 2011

I have a flex-application deployed on tomcat with blazeds. User constantly selects ranges excel-document. Now, a user enters a cell addresses in text fields (for example, C1: C20). But it is very inconvenient! How to display excel-data as a table in my application? I think, I can parse excel-document using Apach POI and transmit these data to the Flex-application. But there are other ways?

View 2 Replies

Media Server :: Transfer Flash 8 Programs From Old Computer To New Computer?

Nov 14, 2011

I got a new computer several days ago and it doesn't have Flash 8 or Higher. how to transfer Flash 8 programs from my old computer to my new computer? where to find free downloads of Flash 8 or higher?

View 1 Replies

Flex :: Write Data To File To Open In Excel?

Oct 14, 2010

I have a Flex application with a couple of DataGrids with data. I'd like to save the data to a file so that the user can keep working with them in Excel, OpenOffice or Numbers.

I'm currently writing a csv file straight off, which opens well in OpenOffice or Numbers, but not in Excel. The problem is with the Swedish characters, which turn up as other characters when opening in Excel. Converting (in Notepad++) the csv-file to ANSI encoding makes the show up correctly in Excel.

Is there any way to write ANSI-encoded files straight from Flex?

Any other options for writing a file that can be opened in Excel and OpenOffice?

View 1 Replies

Flex - How To Read Data Stored In MS Excel File

Mar 19, 2012

i'm trying to perform simple automated test on my Adobe Air Application. I decide to store some test data in external MS Excel file to decrease hardcode quantity. But I discovered, that this is not a trivial task, when you're working with Adobe Air.

Actually, i need to correct initialize an excelApp object, the rest part of logger is already implemented. I tried the following approach, but I can't find a package with ActiveXObject class defined.

excelApp = new ActiveXObject("Excel.Application");

View 1 Replies

Javascript :: Export JSON Data To CSV/Excel Without Any Interaction With The Server Side?

Nov 16, 2011

Is there anyway to export JSON data to CSV/Excel without any interaction with the server side? Using Javascript only? or Flash? I'm currently using ZeroClipboard to copy the value into the clipboard but I'd like to open directly the generated value into Excel from the browser (FF, Chrome, IE, etc...).

View 1 Replies

ActionScript 2.0 :: Know What Needs To Be Added Or Changed For It To Reference The Time Off The Server And Not The Local Computer Time

Apr 9, 2009

I have this clock code and would like to know what needs to be added or changed for it to reference the time off the server and not the local computer time (and preferably reference the server just once and not repeatedly). I already have a file on the server "time.php" that is providing the milliseconds. I know it should be fairly simple, but I just can't wrap my head around it.

[Code],,,

View 2 Replies

Professional :: Saving Local Data In Flash?

Jan 20, 2010

I'm using Flash CS4 & Actionscript 3.0 to create a grid with different objects that a user can move with the mouse. This is a standalone application meant to be used on a Windows machine. Is there a way to download and save the user's responses (viz. location of mouse, type of object clicked, etc.) onto the local computer without using the Flash Debugger?

I came across an article [URL] which states that it is possible to save local data onto a user's computer without a backend script (e.g. php) in Flash Player 10 but the article doesn't really say how this is done.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved