Groups | Blog | Home


Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > flash data integration > july 2005 > threads for july 15 - 21, 2005

Filter by week: 1 2 3 4 5

Determining When Datagrid databinding is Complete
Posted by roadWorkAhead at 7/21/2005 8:30:17 PM
I need to find a way to determine when a datagrid has been updated by an executed databinding to a remoting connector result. There does not appear to be an event to signify when this happens. If I try to operate on the datagrid data when the remoting connector result is returned and the rem...more >>


Problem with Macromedia's example 'rdbms-asp2'
Posted by judo4 at 7/21/2005 7:58:57 AM
Hi, From Macromedia's site I downloaded an example on how to work with ASP + Flash + Access. The data is correctly being imported to the list, but when I try to add a new record and following update the information to the Access database I receive a message saying: <?xml version="1.0"?...more >>

Cancelling a binding
Posted by _marabout at 7/20/2005 12:00:00 AM
Hi, Does anyone know how to cancel a binding set in AS using mx.data.binding.Binding. I haven't found any info about this, anywhere. I have tryed to delete the Binding occurence but it doesn't cancel the binding so the component still receives data. Any help much appreciated ! ...more >>

Flash not consuming web service properly
Posted by clincaroo at 7/20/2005 12:00:00 AM
I'm having a very frustrating time using the WebService class in Flash MX 2004. I have a functioning web service which passes my flash application an array of ComplexType objects. My flash file receives the Array fine, however, when I tried to access the objects within the array, they were s...more >>

Data not loading
Posted by mxc at 7/19/2005 9:13:51 PM
Hi everyone I have experienced a problem with some database driven sites in flash. I am using php, my sql and flash player 7. The problem is that sometimes the data from the databse does not load. Everthing else in the flash movie is fine, just the dynamic data is missing. I am using the...more >>

Flash and Oracle data base
Posted by Mrinal Banerjee at 7/19/2005 10:35:37 AM
How can I connect Oracle bata base with Flash?...more >>

mysql/php/flash/xml
Posted by soupycafe at 7/18/2005 11:11:41 PM
I posted this last week, but I think I did not phrase all of it correctly. Can flash write an xml file which can be sent through php which then logs the xml file in the database and names the xml file with an id. the newly named xml file is then written on the server by either php or mysql? ...more >>

Writing an AS Loop to read database records
Posted by wavereflections at 7/18/2005 9:57:19 PM
Hi, How could I write a loop to simplify the code below which is reading records from a MS Access database (using ASP)? I'm showing only 3 iterations but I'd like to read the entire database. I can read a variable from the database named 'TotalRecords' so I'd like to know how that gets i...more >>



Need help with PHP for MySQL - XML - Flash
Posted by James_3421 at 7/18/2005 9:37:35 PM
I have a MySQL database with the following fields: ID, fname, user, contact, telephone, email, status, comment. I need help with the PHP code to get the data into xml. For the flash interface I am using: XML Connector, Dataset, Data grid. I am unsure how to pass the updates made by users back ...more >>

Database Help
Posted by UltimatePhoenix at 7/18/2005 12:00:00 AM
Hi, I am putting together a project that will be displaying different types of media. We would like to build the site with flash and have flash pull its data from a database. I know this can be done but i am curiouse as to the best type of database to use would be, i.e. access mysql whatever. ...more >>

Help with data integration within flash
Posted by andrew329 at 7/17/2005 12:00:00 AM
Hi, I am in need of help when it comes to data integration within flash. Previously I have tried to take the easy way out using XML so that I didn't have to learn Coldfusion, PHP, or MySql. Anyways, when I found out that you cannot update and save an XML file that is bound to flash compone...more >>

Updating XML file using components
Posted by James_3421 at 7/15/2005 11:01:01 AM
I am making a simple contact list application using XML. I am trying to achieve this as little coding as possible, using components. I am using the XML Connector with Dataset and Datagrid. I want the users to be able to update the contact details, which then needs to update the XML file where ...more >>

Simple MySql into Flash problems
Posted by brettfade at 7/15/2005 8:37:17 AM
I have set up a VERY basic MySql database and table which has only two variables - ID and ENTRY. The ENTRY variable is just plain text - to be updated like a standard blog text entry. I have created the database - it works fine. I have created the php file to interact between database ...more >>

WebServicesConnector delivers blank records <<<HELP>>>
Posted by arimaniac at 7/15/2005 6:40:32 AM
I created a data cconnection with the wizard in Flash MX 2004 BUT the datagrid displays blank records. I tryed using the list and the textboxes. Nothing the problem must be from the database to the web services connector. I tryed the same with Remoting and it does deliver. I AM DESPERAT...more >>

how to start flash ecards/php/mysql
Posted by soupycafe at 7/15/2005 12:48:09 AM
I would like to have my user to choose and dress a doll from a cd-rom. When the user clicks 'send', should Flash send an xml file to the db? How should I do this? And when the link is sent to the recipient, should the db write an xml file so flash can import the information and arrange the ...more >>

Data Integration from DataGrid to DataGrid
Posted by deven_delian20031977 at 7/15/2005 12:00:00 AM
Helo everybody! can anyone help me out? I am facing problem of providing data from one component to another. As here both the components are Datagrids. Integration of data from one Datagrid to other Datagrid from the database. Here i m using Flash as frontend, php as connectivity and m...more >>

binding datagrid to dataset to xmlconnector
Posted by wwscoper at 7/15/2005 12:00:00 AM
i have had success binding an xml connector to a datagrid but now i need to bind the data grid to a dataset then bind the dataset to the xml connector...this way i'm told will allow me to change the contents of the datagrid by changing the URL property of the xmlconnector.....i can't find a ...more >>

Displaying images from a database in Flash MX Pro 2004
Posted by wavereflections at 7/15/2005 12:00:00 AM
Hi, I have a simple MS Access database with 4 text fields, one of which contains image names (imageA.jpg, imageB.jpg, etc...). - - - Database Configuration: FIELDS: LotNumber, Address, HomeDesign, Image - - - I've successfully connected my Access database through an ASP script ...more >>


DevelopmentNow Blog