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 > august 2005

Filter by week: 1 2 3 4 5

How to Post data to DB
Posted by Lab at 8/30/2005 12:00:00 AM
It's not a problem to read data from MySQL db using PHP and XML to view it in Flash, but how to get the data from Flash and send it to php file that will store in the database? Previously I used to work only with HTML / PHP / MySQL, but now I've no idea how to make the same form submition ...more >>

the XML Connector - I simply can't understand it
Posted by yntze at 8/29/2005 10:20:48 AM
Dear people, at the moment I'm working on a page with a very very very simple goal: - get a text from an xml file into flash. Now as I may believe Macromedia - I shoudl use the 'xml connector component - so I dit. But whatever I do. I simply don't get any text into my text field. s...more >>

how much XML can Flash handle?
Posted by Mark.P. at 8/26/2005 12:00:00 AM
I added only a small part of the XML, but this is the structure as it stands now. How large can this get before Flash choaks on it? Is there a limit to how much it can hold or is it just a matter of how long you want to wait before Flash gets it all in? thanks <menu> <product gro...more >>

MySQL BLOBs, can they be SWFs
Posted by ski_geek at 8/25/2005 6:20:11 PM
I am wondering if the BLOB data type in MySQL can be SWFs, FLVs, and MPEGs?:confused;...more >>

Binding .NET WebService methods to Actionscript arrays
Posted by Dimitar at 8/25/2005 12:00:00 AM
I can't find a way to fix this. 1. The scenario: A web service is reading the nodes of an XML file and represting them into arrays. 2. A Flash UI is binding to these webservice methods (which return arrays) to Actionscript arrays. ------ Here is the code: 1. The XML structure: <so...more >>

bound index using actionscript
Posted by steeban at 8/24/2005 12:34:39 PM
hi everybody... does anyone know how to do this ???? i am binding an xml connector with a textarea component and a combobox component... when an item in combobox changes the value changes in the textarea.... the general syntax to make a databinding using actionscript is this --------...more >>

Does a DataSet Comp eaccept multiple binds?
Posted by conquerors04 at 8/24/2005 8:31:59 AM
I am binding an XMLConnector to a DataSet Component in order to gather data and store it, but I am doing multiple calls to the connector. On each call, the data is writing over the current data in the DS. Is there a way for the DS comp to make sure after each call, the pointer goes to the en...more >>

shared object data into new mc
Posted by dr_font at 8/23/2005 8:58:55 PM
I'm having trouble getting data out of my shared object into a new movie clip... it works great withing the main clip, but keeps returning an 'undefined' in my newly loaded clips... here is my sharedObject code on my first frame of my _root MC ..............................................more >>



XML to Flash Tree
Posted by nicky2005 at 8/23/2005 11:22:23 AM
Hi, I'm using XML to build a tree in Flash MX using the following code. The code that opens a node, assigns an icon and sets the node as a branch is not working. If anyone can help I would appreciate it. <?xml version="1.0" encoding="iso-8859-1"?> <node id = "0" open="Y" label="prope...more >>

no cache for XML data
Posted by DC Gringo at 8/22/2005 12:13:20 PM
I have a flash .swf that reads from an XML file. This file is updated frequently and I do not want it cached. Should I nocache it in the enclosing .aspx page, somewhere in the object tag, or somewhere else? _____ DC G ...more >>

posting url params, receiving xml
Posted by rudgr at 8/20/2005 1:53:14 PM
I want to be able to post parameters to a url and get the response of the url as XML. What's the best way to achieve this? I experimented using the script below, this seems to post the parameters allright, but the content of lvReceipt is urlencoded. How can I unescape this and pars...more >>

Retrieve Access data into listbox using ASP
Posted by judo4 at 8/20/2005 8:44:52 AM
Hi, I have all my data in an Access database and I now want to retrieve the data into a listbox in my Flash application using ASP. Currently I know how to search for one record and get that it displayed in a textbox f.ex.. But here I need all data to be inserted in a listbox. Then...more >>

Connecting to a java servlet
Posted by amitsa at 8/19/2005 12:00:00 AM
i am very new to flash..i have managed to transfer data across flash app and servlet using Remoting with the help from an example found on this site.. but was wondering if it is possible to transfer a resultset from a java servlet into a flash app without using Remoting and WebServices... ...more >>

Flash & Service Data Objects
Posted by lowelife at 8/18/2005 9:56:54 PM
I'd like to try doing cool stuff with an sdo datagraph in Flash + Java but don't know whether it's even possible. I'm just wondering if anybody out there has considered SDO as the data back end for a Flash application, and what that might involve. ...more >>

undesired "onLoad" in a Dynamic ComboBox
Posted by Ben Baudart at 8/18/2005 11:36:40 AM
Hi, I have this code, generating items list in a ComboBox (instance name = cbColor). But for some unknown reason there's an item appearing in the list called "onLoad". It shouldn't be here, how come it appears in the list? The "output.txt" file contains this: &item1=value1&item2=...more >>

Javascript links in external text files?
Posted by tactics at 8/18/2005 7:46:48 AM
Folks, I know how to load an external text file into a movie, and I know how to create HTML links in my text file. What i can't figure out is how to open a pop-up window from an external text file. I need to have a link that opens a specifically sized pop-up with no scrollbars, etc. I trie...more >>

Quick Help Please: Null Values in Listbox
Posted by jcard10 at 8/17/2005 12:00:00 AM
I have a list box populated with values from a ColdFusion query, and following each real value in the listbox, there are unselectable "null" values, or labels, displayed on the remaining visible rows in the listbox. For example, the listbox has 6 rows and when the first 2 are populated wit...more >>

ONLY XMLconnector+DataSet
Posted by Boen_Zhou at 8/17/2005 12:00:00 AM
I try to use DataSet.find(), but it can't provide inexact search. For Example 1. apple -> Apple False 2. App -> Apple False 3. Apple -> Apple OK ...more >>

Bind UI Components to a Specific Row in DataSet
Posted by JohnWolff at 8/16/2005 9:05:23 PM
I'm using and XML connector to read in data, and I have the XML connector successfully bound to a DataSet. Instead of displaying that data from the DataSet into a DataGrid, I'm attaching a movieclip from the library for each row of data in the DataSet. Each movie clip has a TextInput compone...more >>

DataSet Webservice Solution
Posted by jwize at 8/16/2005 1:01:17 PM
Ok I decided to pull hair out like everyone else trying to populate my datagrid with info from a ASP.NET webservice that returns a DataSet. Assuming you have control of the webservice code here is the solution. When you look at the Data that is generated from an ASP.NET DataSet you will s...more >>

Flash+XML+PHP+MySQL - HOW TO PASS RUSSIAN WORDS
Posted by artfabrique at 8/15/2005 9:22:42 PM
What I have : Apache2 HTTP server PHP 4.3.58 MySQL Server What I do : I've wrote a script on PHP that takes some text from MySQL database and returns formed XML document this id a script : //////////////////////////////////////////////////////////////////////////////// include_...more >>

xml data binding to nested array
Posted by jb5 at 8/15/2005 6:45:12 PM
Hi, I'm trying to set up a data binding to elements of a nested array, and have so far been unsuccessful. The schema looks like this: <resultset> <results> <record> <field name="a"> <data>one</data> </field> <field name="b"> <data>two</data> </field> ...more >>

DataSet not showing Data from XMLConnector Bind
Posted by conquerors04 at 8/15/2005 8:41:26 AM
I am trying to populate a dataset component in my movie that both Components are located on the first frame of my THIRD scene. The XML Connector is getting the data, my DataSet returns a bind when I do it dynamically and pretty straight forward when I bind statically, but the array length sho...more >>

Where's my XML data gone?
Posted by Si Fi at 8/14/2005 9:13:31 PM
I have a flash file that pulls data from an XML file that uses a combo box to select a type of restuarant. This file has been running fine and works online, however I recently opened the file in flash and when I ran a Test Movie, the movie loaded but without any of the data present. I...more >>

sending variables from flash to php to populate the database
Posted by d:_:b at 8/12/2005 1:06:35 PM
hi! i'm not quite sure how it works. for example, in my swf i have two labels (first is dynamic text, the other one is input text). instance names of this two labels are dynamic_text & input_text. i want to send this vars to php which would insert this data to mysql database. actionscr...more >>

hi. Dynamic data justify???????
Posted by boskosh at 8/12/2005 12:00:00 AM
Hi there. i have a questions it's posible with a trick justify dynamic text load from a mysql data base. Another questions i have a form that send the data to email using php code, but words with accents have problems..... Another question........ how do i design a site to see it in 800 ...more >>

Fash 8 and ASPX
Posted by Beijufas at 8/12/2005 12:00:00 AM
I'm very happy with the new flash! is fantastic the video features and the text rendering... etc etc etc.... but... what about the integration with ASPX? We stell need the flash connector or will be like working whit PHP? I guess that the new graphic features are the great but I use a lot of...more >>

embedding in Flash HTML
Posted by MaksiZavrrr at 8/11/2005 12:00:00 AM
help pls. I dont undershtand how this make? i loaded HTML in Dinamic textfield and i no see all html tags. Where i can finding all HTML Tags that undershtand Flash MX 2004?...more >>

Help: XML.onLoad always receiving false as success parameter.
Posted by ChrisRauh at 8/10/2005 1:27:43 AM
My asp script returns a simple xml file: <response> <success>true</success> </response> When I trace my reply_xml object I get exactly the above, however, the sucess paramter is always false! Any ideas? ...more >>

Web Service Connector Trigger
Posted by Dan Bracuk at 8/10/2005 12:00:00 AM
I'm new to Flash, very new. I have written a Web Service (Cold Fusion Component) that accepts an argument named testID. The default value is 1. The service runs a query and returns the record associated with the testID. In Flash, I have a WebServiceConnector which gets triggered when the ...more >>

Help: Catching a bad url error when loading an XML object?
Posted by ChrisRauh at 8/9/2005 7:34:28 PM
When I call the following method on an XML object using a bad url: request_xml.sendAndLoad(myurl, reply_xml); I get the following error on the console while the application/movie plays on: Error opening URL "http://myhost/myurl.asp" Is there a way to catch this error? I have ...more >>

Data Connection Wizard / Javascript Error
Posted by gregsinibaldi at 8/8/2005 8:01:54 PM
Hello, I'm using the Data Connection Wizard to connect to an XML file and bring data into an application. The wizard goes through each step just fine except when I click the "Finish" Button. I get an error "When executing web track.fla, a Javascript error occured" Whas up? ANy ideas o...more >>

PHP/MySQL
Posted by MikeZfoundre at 8/8/2005 12:00:00 AM
I have the following php and it is returning errors. i am wondering what might be causeing this to kick up errors because I need to create the echo URL encoded string to load into flash. <? mysql_pconnect ("localhost", "UN", "PW"); mysql_select_db ("DB; $qResult = mysql_query ...more >>

populate Combobox from dataSet
Posted by cognitia at 8/6/2005 12:00:00 AM
Hi, Using the MM Components, I'm trying to populate my combobox with the contents of one field loaded into my dataset through a web services connector. The data gets into the dataset fine as I can see it with a datagrid. Also, if I just bind the comnbobox to the dataset through the dataprovi...more >>

Specifiy Tree Menu icons in XML?
Posted by tgm2002 at 8/5/2005 11:17:14 PM
Does anyone know if you can specify the icon for each leaf/branch in the tree menu within the XML? I tried <node label="test" icon="iepage"> but it didn't seem to work. I need to have some icons different than others, and don't want to have to try and indentify the nodes in question on t...more >>

How Do I Load Data to Flash from memory
Posted by starkey_fan at 8/4/2005 6:06:11 PM
Hi, I'm trying to load an XML Recordset into Flash from virtual memory, and am lost. I'm not very good with flash, but I need to get non-IIS-Admin people the ability to view a dynamically driven chart. It works fine for admin since they have write permission on the web server so I can sa...more >>

RDBMS to ASP
Posted by Gusmaster (Neoactiva) at 8/4/2005 12:00:00 AM
Hi I have a problem creating a new connection with the Data grid xml connector and RDBMs resolver, can someone help me with this, i am using for reference the rdbm-2asp sample from macromedia, but i had do anything with a new started project and a few components did not do what it had to ...more >>

xml.load
Posted by Sim-Enzo at 8/4/2005 12:00:00 AM
I have an XML file that is being updated occasionally, and I want to show the latest version. When I use XML.load in the development environment it works fine, but in my webbrowser (Firefox) it seems to be showing a cached version of the XML file, rather than the current one. Is there a...more >>

Tree Component & MSSQL Source
Posted by Lienne at 8/3/2005 12:00:00 AM
I'm trying to learn the Tree component and use it with data I've pulled through mssql -> PHP -> LSO and into (hopefully) the tree. All of the documentation I've found so far has been for XML sources for the tree. Is there a way to do this or do I have to convert it all to XML first? If at all ...more >>

Secure Area Download
Posted by boskosh at 8/2/2005 1:10:21 PM
Hi i have this site http://www.aprocre.org.ve you can see in the right top corner a login. Thats login is only for the members that can (when they are in, you can try now it's opened) dowload a pdf files. my question is how can i do to put this pdf files into a secure folder in the server and...more >>

Data & secure explained
Posted by boskosh at 8/2/2005 12:00:00 AM
ok...... enter in this link www.aprocre.org.ve and click in the top right button (login panel). You can see that "a secure area only for members was loaded". there you can see two buttons on the left side.... thats button download a pdf files that only the members can get.... i need to fi...more >>

Form App, Array, And Datagrid
Posted by john.gooch at 8/1/2005 8:51:37 PM
I am trying to learn to use Form Apps to build an app, and I have thrown a datagrid on the form and now am trying to get it to display data. The Datagrid instance is named "dgTargetUsers", and I have tried placing the following Actionscript both on the Form and on the DataGrid instance. The ap...more >>

Retrieving results array length from XMLconnector?
Posted by McFry at 8/1/2005 8:32:36 PM
Hi, Is there any way to retrieve the XMLconnector result's array length? I tried [XMLconnector name].results.[root tag].[child tag].length but that doesn't appear to be working. Thanks for any suggestions! Ed ...more >>

How to configure XMLConnector Timeout
Posted by Pregunt?n at 8/1/2005 12:00:00 AM
Hello there!, I would like to know if there is a way to configure the timeout for the XMLConnector component, that is (I think), the time needed for an status event with "No.Data.received" faultcode to be launched. I say this because I would like to test the scenario where the server does not ...more >>


DevelopmentNow Blog