| Thread | Last Post | Replies |
|
| Java - Servlet. | 30 Oct 2004 07:05 GMT | 4 |
I have a Servlet but can't connect to them from Flash. What i mast write in first parameter of the gatewayConnection.getService function. In web.xml: ---
|
| Remoting to run on Macintosh. | 30 Oct 2004 03:28 GMT | 1 |
I am relatively new to Flash Remoting. I went through the concepts and found it to be very attractive. However, I want the Flash Remoting to be run on Macintosh (My Java App-server, the Tomcat server will be running on Macinstosh).
|
| AMF/Flash Remoting Locally? | 29 Oct 2004 17:49 GMT | 6 |
Can anyone point me to an application that allows local access to .NET classes through AMF/Flash Remoting? I love MM Flash Remoting, but the EULA only allows it to be used in a server-client scenario. FlashORB's upcoming v1.5 looked promising, until I learned that to distribute ...
|
| Hashtable in Actionscript? | 29 Oct 2004 16:52 GMT | 1 |
I am using Flash Remoting with Java, with my application server running on Tomcat. My Java application returns a Hashtable for a certain method, which internally is a Hashtable of Hashtables (containing many key-value pairs of values). I need to acess this from Actionscript in ...
|
| Flash Remoting with very large databases? | 27 Oct 2004 23:59 GMT | 5 |
I am very interested in utilising Flash remoting, to redevelop my company?s system. I would like users to access and administer our databases using flash as a front end, as I see enormous potential for it to be a complete all encompassing
|
| dateFormat | 27 Oct 2004 18:57 GMT | 1 |
Does anyone know how to format a date from a SQL query? I have a webservice that simply gets the results of a query in a CFC throws it in a dataSet and then my dataGrid displays the data. One of the fields that is returned is a date field. In the SQL table the date reads ...
|
| Displaying images from database | 26 Oct 2004 22:58 GMT | 1 |
Does Flash Remoting have functions for displaying images (.gif, .jpg) saved as binary/blobs in a database, for example MSSQL 7? And if so, where can I get more information about it? (I don't have Flash MX 2004 installed at the moment, I'm just doing some
|
| Custom Object remoting | 26 Oct 2004 21:18 GMT | 1 |
I am trying to pass custom object between Flash and my java application server using Flash Remoting. I was not able to make it work. I was wondering if someone had successfully done that and if so could provide how to do it.
|
| Tomcat 5 server and Flash Remoting | 26 Oct 2004 20:25 GMT | 5 |
Help, I am trying to get Flash Remoting working on our Tomcat 5 server. I can get the examples running only when the url is set to localhost. If I change it to the correct url it no longer functions. I read that you need the frconfig.txt
|
| When is component fully loaded? | 25 Oct 2004 15:23 GMT | 1 |
Have remoting working fine; but, where I have a Grid component on another frame in the timeline, I can't get the data to load--looks as if the component isn't actually loaded before I'm sending the data. The Grid along with a non-component text box is in a clip that has the ...
|
| SEND AND RETURN ARRAY TO CF FROM FLASH | 25 Oct 2004 15:16 GMT | 2 |
Can anyone tell me how I can send two arrays from FLASH to CFMX, assign values to them using CFMX (values from a query) and return them back to FLASH. In other words, if I specify: <cfparam name="FLASH.flash01_Array" type="array">
|
| Using Remoting AS2.0 with V2 UI Components | 23 Oct 2004 19:31 GMT | 11 |
No offense, but is using V2 Remoting AS2.0 with V2 UI components, a covert military operation? I can find no articles with examples. I need to learn how to query, databind, and subsequently update a database. This should not be rocket science.
|
| Connecting with . net assemlies.. | 22 Oct 2004 22:28 GMT | 3 |
i want to connect flash with .net assembly (.as) file and i want to use methods of that file. i am trying to connect using Flash remoting component 2004 but i am failed to get the output.
|
| Multiple Requests using Flash Remoting | 22 Oct 2004 22:24 GMT | 1 |
I am having a problem calling mutiple requests with Flash Remoting. I have flash file that calls remote methods on a statful java object on the server side that communicates with a servlet on the server-side. I can't seem to get multiple requests working on that servlet through ...
|
| Text Area Component | 22 Oct 2004 18:09 GMT | 2 |
I am using 3 text field components and a combobox in a form. The information changes in them based on the selected index of a datagrid. This works fine until I set the values of the text areas equal to a variable and pass them to a remoting call.
|