Data Integration :: Set Up Drag And Drop Questionaire To Export To A XML File?

May 30, 2006

How do I set up my drag and drop questionaire to export to a XML file?

I have a 70 seperate SWF files that pose a question and contain a drag and drop rank order response of 1,2,3,4.How do I set up a XML file that receives the responses.I don't understand how to do the Actionscript and get my responses to connect to the XML.

[Code]...

View 1 Replies


Similar Posts:


Flex :: Update Hierarchical Data Provider In Advanced Data Grid During Drag And Drop?

Nov 11, 2010

I am trying to drag and drop hierarchical data in the same advanced data grid, and I would like the data provider to updated when the ADG is updated. (I want to be able to save and load this tree, so it is important that drags and drops are saved.)

[URL]

The sample app has an ADG showing hierarchical data as well as flat data. The first column of each datagrid shows the rowindex of the underlying data.

If you rearrange the items on the left ADG, the row indexes become unordered. If you click traceTree you see that the data provider is not in order.

On the other hand if you do the same on the right, the row numbers stay ordered even when the objects move around and if you click traceFlat, the data provider is in the order shown on ADG

My goal is to have the data provider order match the ADG order for the left grid which is displaying hierarchical data.

View 1 Replies

Data Integration :: Sending Data In Flash To External Text File

Apr 9, 2007

I 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 Replies

Flash :: Data Integration - Making Resume With Data File

May 1, 2007

this is my current cv, painstakenly written in flash: [URL] I was told that I can use an external data file and load this into a flash file with xml, i am trying to make an xml file that will do what you see here above. But i cannot get the information to load properly where each title is separate (bold) and the description underneath it (plain text). i cannot get my cv to show up in a linear format as it only shows the
first entry and then stops.

[Code]....

View 3 Replies

Data Integration :: Create Tests Using A Data File For Questions?

Mar 15, 2007

Is it possible to pull questions from a data file into flash without having to create new frames for every question. This would be a multiple choice test. We currently hand type the questions into multiple frames and grade at the end.

View 1 Replies

IDE :: Drag-and-drop A File?

Nov 11, 2009

Flash is completely the wrong app for this, but I don't have access to anything else.I need to parse through a set of files and do some regular expression work on them.Is there a way to drag and drop the text files to do the work on via CS4/AS3? The filenames will always be different, so I can't just hard code that info.

View 2 Replies

Data Integration :: Saving Data To A Local XML File?

Aug 22, 2006

I am seeing repeated comments on this discussion forum that it's not possible to save data from Flash into a locally stored XML file . . . but there must be a way to do this. Why is you can read data from a locally stored XML file but not update or add data to it. how absurd a design would that be, it simply wouldn't be logical!

View 8 Replies

Data Integration :: Access Data Stored In An XML File?

Aug 17, 2006

I have written the following code to access data stored in an XML file . . .

//load the required data from the VoucherNumbers XML file
var VoucherNumbers:XML = new XML();
VoucherNumbers.load("VoucherNumbers.xml");

[Code]....

View 4 Replies

Flex :: Events - Drag & Drop: Detecting When All Data Has Been Moved From Source To Destination

Oct 5, 2009

I have two mx:TileList controls that I'm using to allow editing of objects in batch. The first contains a collection of all available data, and the 2nd contains the current batch. Both are bound to ArrayCollections, and using the native drag-n-drop functionality of the TileList control the data is moved from one ArrayCollection to the other when an object is dragged between them.

I need to change the currentState to show & reset the batch manipulation controls when the batch count goes from 0 to n or n to 0 items. Based on the documentation, I would have thought that I should listen to the dragComplete event, but my testing shows that instead of firing after the data has been removed from the source ArrayCollection and added to the destination ArrayCollection, it fires (consistently) between these two actions.

[Code]...

View 2 Replies

Flash :: File Upload Via Drag And Drop?

Jul 18, 2011

I need to be able to have a user drag multiple images from the locate file system onto the flash/flex/html5 app which will then taker the file name details and contact the server.Upon server response then upload the file ( assuming server validation passed ).I know this can be done in Java but that is not an option.Please do not suggest the FileReference.browse function as the retouchers are to stupid(no joke here) to use this and it has to be drag and drop.This has to work with all current versions of the popular browsers( hrome,FireFox,IE,Safari)What it comes down to is I want to put an image up on the web page stating drop here and allow them to upload the file(s) by dropping on it.

View 3 Replies

IDE :: Desktop Drag And Drop Onto Flash File?

Dec 9, 2009

Is it possible to drag a file (on the desktop) onto a flash swf or exe file and have Flash open and know what that file is and possibly perform some action on that?Or hints as to where to begin to look for the actionscript functions for that if it might be possible?

View 2 Replies

Data Integration :: Loading Data From Xml File?

Jan 26, 2008

I am attempting to get data from an xml file load in flash. I followed a tutorial in a new fla and it seemed to work fine, I then tried to adapt it to my own needs which worked fine. But then when trying to implement this into my news section it doesn't seem to work. I am trying to make a news section, that displays the date and news article. This is in within a movie clip, I even tried putting it in the timeline of the scene but still nothing.

- I have 2 dynamic text boxes, date_txt and news_txt

- The xml file is named news.xml,

- both the fla and the xml are in the same folder


This is the actionscript I am using:

function loadXML(loaded) {
if (loaded) {
_root.thedate =

[Code]....

View 1 Replies

Data Integration :: Import Data From .txt File?

Sep 20, 2006

Who can tell me how to import the char " &" from a text file?

View 1 Replies

Data Integration :: Calling ASP.NET From A Flash File Embeded In Aspx File

Jul 20, 2009

I have a Flash movie which is embeded in 'base.aspx' file, when a button is clicked in the flash movie another 'something.aspx' file need to be called.When I run the flash movie from the Adobe Flash Professional CS3 IDE , it (the flash movie) calls the 'something.aspx' file just as expected.However when I embed the flash movie in to the 'base.aspx' file it doesn't work as expected .

View 4 Replies

ActionScript 3.0 :: Error On My Drag And Drop Flash File

Aug 10, 2010

So I made a variety of drag and drop flash files that involved dragging 4 symbols over targets. This works very well, but sometimes it will mess up and when you drag it to the incorrect spot it will go to another one of the starting location's instead of returning to its original one

View 0 Replies

IDE :: Drag, Drop, Then Save Co-ordinates To Xml File Or Database?

Oct 12, 2009

I'm not an expert in actionscript but I know a thing or two, but basically I've been given a task in a new web-based piece of software whereby users can drag and drop objects onto a background bitmap. The amount of objects and the co-ordinates of each object will then need to be saved for each user, so when they log back in (regardless of what machine they are using, they'll see where they have left off.)I've seen mentions of using the shared object, but this won't do as the user will not always be using the same machine.

View 1 Replies

Actionscript 3 :: Export XML Data From A Swf File?

Sep 2, 2010

is it possible to export XML data from a swf file

View 1 Replies

Data Integration :: Loading Remote XML File Into SWF File?

Jan 28, 2007

I have a problem loading remote XML file into SWF file. Im doing a banner for a client with adds that is supose to load constantly updated XML file from my clients server and load some images into flash form it. Everything works fine when i test the movie (CTRL+ENTER), but when i publish it and test it from explorer, XML file is just not loading into flash.

View 7 Replies

Actionscript 3 :: Flash 10 Read File From A Drag And Drop Action?

Apr 1, 2010

I'm looking at how to read a file in flash 10 here:URL...is there a way to initiate the file read from a drag and drop? For example, the user drags and drops a text file onto my flash element in the browser - can I initiate the file read from that?

View 1 Replies

ActionScript 2.0 :: Export Data Into A Csv File From A Datagrid?

Mar 3, 2008

I have my data in my dataGrid reading from my xml file and i'm just wondering how i can export this from a button into a .csv file??

View 4 Replies

ActionScript 3.0 :: Export Data From A Flash File

Jan 17, 2009

I am making a flash survey using AS3. All of the input data is stored in variables. At the end of the variables i want to export all of the variables to a Excel file. Is that possible? If not than how can i export the data? I have never exported data in flash so i have no idea what to do

View 6 Replies

ActionScript 3.0 :: Data Export And Import From Flash File

Jan 22, 2009

I am really new to php. I have an AS3 file which records user inputted data and stores them in variables. The only thing i know how to do is how to email those variables using .php. Well I want to be able to export the data to a csv file from the flash file and later want to import it back to the flash file.

View 1 Replies

Data Integration :: How To Delete A File Like A Jpeg

Mar 26, 2007

I am building an application in flash that speaks to a database using PHP. I know you can remove rows from a database in PHP using a DELETE in the SQL statement. Does anyone know how to delete a file like a jpeg?, I would press a button in flash it would then call some PHP script, does anyone know the PHP to remove a file?

View 1 Replies

Data Integration :: Convert Text File To XML?

Oct 27, 2006

I need to open a text file, parse it and convert it into XML using Flash. Is this possible with Flash 8 Pro?

View 3 Replies

Data Integration :: Loading Local XML File?

Jan 3, 2007

In my Flash application, the SWF file is located on a serverand is downloaded to clients in a controlled network. I want to beable to load XML data located on the client machines into the SWFfile. It looks like security settings is not allowing thi tohappen, as the local files are treated as a separate sandbox.If I were to use System.security.allowDomain, how do Ipecify local files? It's not a domain or URL. Or is there another way to do this? I'm wading through thesecurity information, but I haven't found the solution yet.

View 5 Replies

Data Integration :: Updating And XML File Through Flash?

Dec 11, 2006

I have an interface with two textfields and a combobox or a list. I want a user to be able to select a subject in the combobox and to input information in the two text fields. Once the user hits the send button, I want the input information appended to an existing XML file. Depending on the selction in the dropdown menu it should be appended to a specific node in the XML.

View 2 Replies

Data Integration :: XML File Does Not Have Any Style Info Associated

May 18, 2008

I want to integrate following php-file into my Flash-movie, but something still does not work.
Following error message appears:
"This XML file does not appear to have any style information associated with it. The document tree is shown below."

View 1 Replies

Data Integration :: Importing Text From A XML File?

Sep 18, 2006

I would like to import text from a XML file into a dynamic text field. The XML file contains database records. I have found that Flash does not support the DOM command 'getElementsByTagName()' which I was endeavouring to use to find the record in the XML file that I wanted to associate with a particular dynamic text field.

Is there any other way to search through the XML file for the particular record I am looking for?

View 3 Replies

Data Integration :: Combine Swf And Xml Into Single File?

Apr 16, 2010

How to combine an external xml file and compiled swf into single file? The xml contain data's for the swf.

View 2 Replies

Data Integration :: Overwriting Xml File Using Flash

Sep 21, 2010

Is it possible to overwrite an xml file and save the result using as3?

View 5 Replies







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