all groups > macromedia flash flash remoting > november 2005
RelayResponder wont' call the result function
Posted by boxdoctor at 11/28/2005 5:04:04 PM
Hi Gang. I've had this happen before and for the life of me I can't remember
why. In my .as file I have a call to the database which then returns a result
set. The CFC is returning a query result which I can see in the NetDebug
window just fine...so I know the call to the db is working. Ho... more >>
Flash Remoting MX in ColdFusion MX 7
Posted by Major Doom at 11/26/2005 5:12:43 PM
I've been trying to get Flash Remoting to work with ColdFusion MX 7 but can't
seem to (by the way, I have installed ColdFusion on my computer so I can
develop applications, and it's not the trial edition nor the Developer
Edition). I know that ColdFusion has the Flash Remoting service adapter... more >>
calling 2 or more services
Posted by bos at 11/25/2005 12:00:00 AM
Hi
Is it possible to connect to 2 service at the same time?
here's my script
function services(URLServer) {
trace("intro: " + URLServer);
import mx.remoting.*;
mx.remoting.debug.NetDebug.initialize();
if (inited == null) {
inited = true;
NetServices.setDefaultGatewayUr... more >>
Cant run php scripts on localhost via html
Posted by balister at 11/23/2005 12:54:51 PM
I recntly loaded flash 8 onto my pc and discovered shortly after that swfs
cannot receive data from php scripts when they are placed in html pages. I am
using xampp, a php, mysql, apache server on windows 2000 to act as localhost.
Before installing flash 8 there were no problems, now it is a n... more >>
Flash Remoting Result scope
Posted by cdcmicro at 11/23/2005 12:00:00 AM
Hello,
I'm new to Flash Remoting, and Flash in general, but experienced in JavaScript
and Perl. I'm supporting a Flash developer, and want to write some re-usable
code that he can use to retrieve and store some data on our Web server's
database.
On the server-side, I'm using AMF-Perl,... more >>
only works locally
Posted by draven000 at 11/22/2005 7:33:16 PM
Hi everyone,
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
but using my own ip instead of localhost seems to prev... more >>
External swf remoting loading
Posted by ICe8180 at 11/18/2005 10:43:27 AM
Hi to everybody. I bet that somebody can help me. i'd like to know how can I
load an external swf that loads a database called by remoting within another
swf remoting application. I'll explain what i'm doing: i've 3 tables in my
db,i've made my flash application with Form and i'd like to put ... more >>
How does flash remoting work
Posted by knoxx at 11/17/2005 11:05:11 PM
Hi,
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 the xm... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
bindFormatStrings - undefined
Posted by Jermany at 11/15/2005 10:30:54 AM
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.
1. The l... more >>
Flash 8 With Javascript Problem
Posted by webjokke at 11/14/2005 12:39:42 PM
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 ?
********************************************************************************
************************
i use following script on a flashbutton =>... more >>
Flash Remoting MX for .NET on Windows Server 2003 64Bit
Posted by luisarn at 11/14/2005 12:00:00 AM
Hello,
Does anybody know if the Flash Remoting MX for .NET work properly on a 64Bit machine running Windows Server 2003 64Bit?
Thanks!... more >>
Remoting and Test Movie
Posted by Rob 98765 at 11/12/2005 8:10:15 PM
I have just installed Flash 8 and my movie works when called from a browser either through the generated .html or the .swf but NOT in the test movie mode or directly from the.swf. Any thoughts?... more >>
cf scopes in flash
Posted by nif at 11/11/2005 11:03:30 AM
hi ,
i am struggling to access the application scope with remoting. i can access
the scope on the actual cfm page that calls my swf, but i can't pull that via
the cfc's into flash.
i haven't done remoting for nearly 2 years now and i remember having this
problem before but solving it ... more >>
problem with .cfm
Posted by m2fx at 11/3/2005 4:49:03 AM
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.com/search.cfm",2);
... more >>
Change to CFC not effective w/o CF server restart?
Posted by relse at 11/3/2005 1:03:56 AM
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 the CF Server... more >>
Remoting on 7
Posted by Jens Hauser at 11/2/2005 12:00:00 AM
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
... more >>
|