| Thread | Last Post | Replies |
|
| How to Post data to DB | 31 Aug 2005 19:27 GMT | 1 |
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?
|
| embedding in Flash HTML | 29 Aug 2005 15:15 GMT | 2 |
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?
|
| XML to Flash Tree | 27 Aug 2005 08:08 GMT | 1 |
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"?>
|
| how much XML can Flash handle? | 26 Aug 2005 19:02 GMT | 1 |
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?
|
| Does a DataSet Comp eaccept multiple binds? | 26 Aug 2005 15:54 GMT | 1 |
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 ...
|
| Binding .NET WebService methods to Actionscript arrays | 26 Aug 2005 00:07 GMT | 2 |
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
|
| MySQL BLOBs, can they be SWFs | 25 Aug 2005 20:14 GMT | 1 |
I am wondering if the BLOB data type in MySQL can be SWFs, FLVs, and MPEGs?:confused;
|
| Web Service Connector Trigger | 25 Aug 2005 19:59 GMT | 1 |
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 ...
|
| Retrieve Access data into listbox using ASP | 25 Aug 2005 19:46 GMT | 1 |
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..
|
| shared object data into new mc | 23 Aug 2005 22:18 GMT | 1 |
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
|
| posting url params, receiving xml | 22 Aug 2005 11:56 GMT | 5 |
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
|
| Quick Help Please: Null Values in Listbox | 19 Aug 2005 16:27 GMT | 2 |
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 ...
|
| Bind UI Components to a Specific Row in DataSet | 19 Aug 2005 15:59 GMT | 3 |
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 ...
|
| ONLY XMLconnector+DataSet | 19 Aug 2005 13:45 GMT | 2 |
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
|
| Connecting to a java servlet | 19 Aug 2005 11:32 GMT | 1 |
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 ...
|