| Thread | Last Post | Replies |
|
| Is flash remoting becoming obsolete with web services? | 26 Aug 2005 14:58 GMT | 4 |
I was looking to buy a book on flash remoting for talking to my asp.net web app and then thought about web services and realized. Why bother using remoting? Why not just call web services with flash? And I can just code my asp.net so that all my functions that send data will be ...
|
| pass an array from C# to Flash | 24 Aug 2005 15:01 GMT | 3 |
I am pulling my hair out here... I can very easily pass 1 variable at a time from C# to Flash like this: C#: Flash.Result = whatever Flash: function whateverCode_Result( result ) { myText = result; } probably about the simplest thing I have ever coded. For some reason, I ...
|
| Maximum String Length? | 23 Aug 2005 21:15 GMT | 1 |
I'm having problems where a string I'm working with is being cut off sometimes when I return it to Flash. I'm using AMFPHP to hook Flash up to PHP and then I'm just returning a really long string of data, and it's getting cut off in the middle. The weird thing is that it gets ...
|
| what are the Disadvantges of flash remoting | 20 Aug 2005 06:34 GMT | 1 |
what are the disadvantages of flash remoting
|
| Remoting on Server Side | 19 Aug 2005 17:21 GMT | 1 |
Hi! I've got a problem when I'm trying to use remoting on server side of Communication Server. For example I want to make authorization system. I've got remote function getMyFunc which returns PASSED or FAILED. My Server Side Code
|
| Flash Remoting Samples woes........ | 18 Aug 2005 12:49 GMT | 3 |
i got this pdf file from http://www.macromedia.com/software/flashremoting/downloads/sampleapp/files/flash _remoting_for_net.pdf in page 2, it states "Sample files included in "flashremoting dotnet examples.zip"" in page 4, it states "Extract all from the FlashRemotingSamples.zip..... ...
|
| java server and flash chat app | 17 Aug 2005 22:15 GMT | 3 |
i have wrote a basic xml server for my flash application using java . my flash client runs clear in localhost and local area. but when i upload swf to my host, nobody can connect to server. when i click to connect button , nothing happens.
|
| Enabling Remoting license in IIS 6.0 | 15 Aug 2005 22:32 GMT | 1 |
I'm running an ASP.NET web application under IIS 6.0/W2K3 using the MX Remoting license. It works fine when the swf files within the application are looking at localhost for the gateway files. However, it fails when I point the swf files to the IP address of the application ...
|
| Database connectivity with Flash | 13 Aug 2005 10:26 GMT | 4 |
Can any one please help me for database connectivity. I have to create a simple application where i need to connect the database (SQL/Access) directly from Flash MX 2004 Professional and display the fetched data on stage in simple format.
|
| server returning error | 12 Aug 2005 07:02 GMT | 1 |
I have an intriguing situation here. Everyday, when I boot up my computer (windows XP pro) and start working on my flash remoting app, my gateway call ...... NetServices.setDefaultGatewayUrl("http://localhost/flashservices/gateway");
|
| Remoting using simple java class | 10 Aug 2005 17:59 GMT | 1 |
I am new in Flash. I am using the Macromedia Flash MX 2004 for developing the action script. I am using the Tomcat server to deploy my war file. I have some problem while calling the java class from action script. I have deployed the
|
| Problem calling flash remoting from other machine | 08 Aug 2005 20:51 GMT | 1 |
We have a web based application written in C#/.NET and flash uses flash remoting to call methods in ASPX pages. Every thing works fine if flash is run on dev machine, it can connect to .NET ASPX pages on same machine. But when this flash is run from other machine it pops up ...
|
| Problem in Installing AS2 Remoting Component | 07 Aug 2005 16:12 GMT | 1 |
I am using Flash MX Pro 2004 v.7.2 with Mac OS X 10.4.2. After installing the AS2 Remoting Component, the installer told me that it has been successfully installed. But I found that I cannot import the new AS2 classes in my flash files. When I looked into the configuration ...
|
| remoting server problem | 06 Aug 2005 08:53 GMT | 1 |
I'm really confused. I'm running flash remoting for java on my localhost with no problems, but when I try and host it on an external server (running free bsd/tomcat) it just hangs. The flash movie just won't load. I've tried both mm remoting AND OpenAMF, and both have exactly the ...
|
| passing an array from CFC to Flash | 03 Aug 2005 18:05 GMT | 2 |
I want to pass an array from cold fusion into Flash, but I can't get the values with Action Script. The NetConneciton Debugger shows that the values I want were indeed passed to Flash, but I can't get to them with ActionScript. Here's the CFC script (where I first pass values ...
|