| Thread | Last Post | Replies |
|
| calling 2 or more services | 29 Nov 2005 22:42 GMT | 2 |
Is it possible to connect to 2 service at the same time? here's my script function services(URLServer) { trace("intro: " + URLServer);
|
| bindFormatStrings - undefined | 23 Nov 2005 23:09 GMT | 1 |
This is driving me nuts!! I have an app that was written in FlashMX. It uses the Flash Remoting technology to call a DB and populate a list box. When trying to do the same thing in Flash MX2004, I will get wierd results when using dataglue to bind the result set to the list box.
|
| only works locally | 23 Nov 2005 18:01 GMT | 1 |
I'm in a state of emergency..as always. I've gotten flash remoting to work fine locally using flash 8 and CFMX7. here's the odd part. testing the application using this url works fine http://localhost:8500/wt/wt.html
|
| How does flash remoting work | 21 Nov 2005 18:16 GMT | 2 |
I'm new to Flash Remoting and I would like to know if someone could explain to me how it works. Does it use xml or soap natively, can it connect directly to a database? I currently use xml to connect to my asp.net application and I haven't had any problems except when we publish ...
|
| Flash 8 With Javascript Problem | 19 Nov 2005 21:34 GMT | 1 |
I have a problem , if i want to popup an window with javascript (compiled to Flash 8) my popup doens't work ? can somebody help my with it ? ********************************************************************************
|
| AS 1.0 components in Flash 8 | 19 Nov 2005 17:06 GMT | 2 |
I have created several Flash applications that use Flash remoting, actionscript 1.0. The applications were originally created using Flash MX, and when I upgraded to MX 2004, I was able to install the 1.0 components for that version of Flash. I've upgraded to Flash 8, and I only ...
|
| amfphp 1.0 milestone 3 and flash 8 problem | 16 Nov 2005 16:35 GMT | 3 |
i have a problem using amfphp 1.0 milestone 3 with flash 8. This is the code that i've insert in the first frame of my movie: import mx.remoting.*; import mx.rpc.*;
|
| Secure Remoting . . . . | 12 Nov 2005 07:16 GMT | 3 |
So I want to have users login using flash, which will be sent to a ColdFusion login routine - thing is, I don't want to send user/password info in the clear. How do I get flash remoting to SSH or hash or the like?
|
| Rich Media Ads on a Flash Site | 12 Nov 2005 01:28 GMT | 1 |
Guys, I am stumped. I have a project I am working on the client wants to be able to have ads serve to the website using tags. That part I have covered, the other part I am not getting is We have a FlashVideo Player which will play all of our FLV files, he wants to have a video ad ...
|
| Issues with returning data using remoting | 11 Nov 2005 05:29 GMT | 7 |
The remoting thing is new to me and I have no idea what I am doing wrong. When I trace the r.results, flash tells me I have a string. If I try to set it to the textarea.text property I get the error message: Type mismatch in assignment statement: found Object where String is ...
|
| Remoting on 7 | 05 Nov 2005 15:56 GMT | 2 |
I have been trying to make the remoting work on my CFMX7 box but it won´t start. If I surf to the gateway nothing happens. Is there a technote or a tutorial on how to set it upp properly? Jens
|
| Change to CFC not effective w/o CF server restart? | 04 Nov 2005 21:31 GMT | 4 |
I'm learning Flash Remoting by working with the Real Estate sample app on the CF Developer Center. Everything works fine, except that if I make a change to the CFC that accesses the database (such as changing the query, etc), it has no effect in the applicationunless I stop/start ...
|
| problem with .cfm | 03 Nov 2005 20:12 GMT | 1 |
I have a site written in coldfusion and the left navigation is in flash. I want to load a search that is a .cfm within the flash file. I tried using the loadVariablesNum and it's not working. For example I have this actionscript... loadVariablesNum("http://www.mysite ...
|
| Works Locally, Doesnt Work On Production Server | 01 Nov 2005 21:27 GMT | 1 |
I have created a FLA that connects to a aspx page and gets some data out of the database, builds a drop down menu with the data. It works great on my local machine, but doesnt work on the server, I have copied the DLL's from my local bin dir to the remote bin dir but it still
|
| Flash Remoting issues with http calls | 01 Nov 2005 21:26 GMT | 1 |
I am developing a flash remoting application for 2 different enviroments, developement (local machine) and production (server at host). When I test my application on development, it works with this address file:///C:/Inetpub/wwwroot/client_sites/client1/production/test.swf
|