| Thread | Last Post | Replies |
|
| How do i wait for remoting results. | 01 May 2004 00:47 GMT | 2 |
I would like to dynamically add instances of a class to another one that was also created from a database . The problem i have is that the result passes back a string in a global var. I need to then pass that to a CFC in order to get the data to create the new objects. However ...
|
| Recieving Structures back from CF using MX 2004 Pro | 30 Apr 2004 16:41 GMT | 3 |
I am having a touch of trouble with using structures (objects) in coldfusion and then returning them to FlashMX 2004 Pro via remoting. (v7 player) The coldfusion templates works fine for Flash v6. The Flash code below populates my resultTable with valid results. When i ...
|
| Flash MX 2004 Pro Datragrid & dataprovider | 30 Apr 2004 00:48 GMT | 3 |
I have a CFC that returns a range of records. Each record holds a variety of columns., Now, I do not want the datagrid fed by the CFC, to display all the columns, just three of them. Also, if I just use dataProvider , the datagrid automaticly set's the header-texts to the column ...
|
| Flash Remoting and less than mediocre MM support for DevNet Subscr. | 28 Apr 2004 18:40 GMT | 1 |
I am utilizing Flash MX Pro to develop some data oriented Flash movies that use remoting to get data from EJB's deployed on WAS 5 I have no issues with cross domain loading. The problem is the frconfig.txt file. I have the serial key in their and the file is on
|
| Insert data into DB w/ Server-Side Actionscript | 27 Apr 2004 10:18 GMT | 2 |
I'm looking for some documentation on inserting data into a DB with SSAS. I've seen many examples of retrieving data, but is it possible to insert it as well? Thanks in advance.
|
| pageable resultsets problem | 27 Apr 2004 02:55 GMT | 1 |
I am using Flash Remoting MX with coldfusion MX 6.1. I have set the Flash.Pagesize variable in my CFC and the gateway is returning the first page of results OK, I set the result's delivery mode to page, but when I try to retrieve the next page, the result comes back
|
| Flash Remoting and Cold Fusion Issues | 26 Apr 2004 18:53 GMT | 3 |
I am just getting started with Flash Remoting and Cold Fusion so I apologize for the newbie question, but I have been spinning my wheels trying to figure out this problem. I am using a very simple example that I took from the developer site and have modified it to return a string ...
|
| Flash Remoting Bug? | 23 Apr 2004 14:18 GMT | 2 |
I have just started working with Flash Remoting and am having trouble with what appears to be a bug in the service. These two threads have not found a solution for me and I haven't seen anything from Macromedia support which will cover the problem.
|
| Flash Remoting & .NET Assembly Security | 21 Apr 2004 18:08 GMT | 1 |
Hopefully this hasn't already been hashed out somewhere. I couldn't find it if it was. A few thoughts and one question regarding security in Flash Remoting w/ .NET: (Everthing below is in regards to using Flash Remoting to call class methods
|
| no callback on Status | 21 Apr 2004 11:50 GMT | 1 |
I have a simple cfc function that is to return an "OK" if the cf server is up and data available. If I have a checkStatus_Result return, everything works fine. If there is a status(as I can see using the netConnection debugger), The callback function checkStatus_Status does not ...
|
| Are you sure FlashRemoting w/FlashMX2004 and EJB | 20 Apr 2004 09:41 GMT | 2 |
I do have serious problems... For quite a long time I am trying to connect some Enterprise JavaBeans to a FlashMovie. The idea was to combine a great FrontEnd and a great BackEnd. The problem is, I can't get it work.
|
| preloader of flash remoting need.. | 18 Apr 2004 09:47 GMT | 1 |
where can I get the sample of preloader of flash remoting??? or how to use progress bar with flash remoting??? thanks a lot!!
|
| Remoting with 2004?! | 17 Apr 2004 11:11 GMT | 2 |
I do have some serious problems as I can not run an remoting application from FlashMX2004. When I save it as a FlashMX file it works well an without any errors. I'm trying to call an EJB and in fact I get the BeanInstance, but can not call any methods. What's the problem with ...
|
| How to hide the ActionScript? | 16 Apr 2004 14:59 GMT | 5 |
I have a very easy question for you (as I think :) ) but it is a little bit hard for me.. My request is : I want to hide the Flash ActionScript in my Flash movie.. so if anyone tried to open it by any program that opens the Action Script.. he can't do that.. My friend did that... ...
|
| recordset cloning | 16 Apr 2004 14:50 GMT | 3 |
I am using Flash remoting to populate a recordset and I have a datagrid component to display this recordset. The datagrid is editable. I have a reset button which should revert the datagrid to show the original recordset that was received from the database.
|