Archived Months
December 2004
January 2005
March 2005
November 2006
all groups > macromedia jrun flash remoting > recent posts

Re: Need help getting remoting going
Posted by jb83ag at 11/30/2006 11:36:35 PM
Thanks for looking in to this for me. I ended up learning the AS 2.0 way of doing remoting and doing it that way. Works great so far....more >>


Re: Need help getting remoting going
Posted by tzimmerman at 11/29/2006 9:07:36 PM
I tested your code using the cfartgallery sample datasource and was able to get it working. The only thing I noticed is I got data as undefined if the case for FirstName was different than the cfc with the line testText.text = "" + result.getItemAt(0).FirstName; Did you check the {cfmx...more >>

Re: Need help getting remoting going
Posted by jb83ag at 11/22/2006 12:02:50 AM
Update: I've tried a couple other things but still can't get it to work. I tried setting the gateway path to cfusion/flashservices/gateway because that is the web root and I renamed the JRun flashservice in case it was intercepting my calls. Is there anyone who knows how to get this work...more >>

Need help getting remoting going
Posted by jb83ag at 11/17/2006 10:46:07 PM
As the topic title says, I'm seeking help getting Flash 8 to communicate with CFMX7. I'm in Mac OS X and so far I've gotten everything working perfectly except remoting. I installed the Flash 8 Remoting components and verified that the remoting classes are there and that NetConnect Debugger is...more >>

Flash remoting server error help
Posted by confused2 at 7/27/2006 3:13:27 PM
:confused; I'm new to FlashRemoting and have been assigned the task of getting a project back up and running. I have a JRun server that I'm trying to connect to a EJB but I just get back the error below. Would someone out there please tell me what it actually means and how one would g...more >>

Flash on the Beach Conference - UK
Posted by John Davey at 7/4/2006 12:27:56 AM
Check out the speakers they've got: http://www.flashonthebeach.com/ ______________________________________________ John Davey Develop www.developette.com mmng@developette.com _____________________________________________...more >>

Flash Remoting "EJB server method error
Posted by tlcAdmin at 5/7/2005 12:00:00 AM
I am having a problem getting EJBs to execute a service method using Flash XM 2004 Remoting. I can run the samples from my edit OK. But if I reproduce the code myself I always get the same result. I cannot get any of my test routines to receive a response from the EJB. Also tried to ru...more >>

Re: Flash Remoting wasnt installed with JRun4
Posted by mmcclellan at 5/3/2005 12:00:00 AM
The HotFix2 download fixed my Flash Remoting Gateway problem. Thanks Ted...more >>



Re: Flash Remoting wasnt installed with JRun4
Posted by tzimmerman at 4/18/2005 12:00:00 AM
A lot has changed with FlashRemoting in CFMX 7. You might want to read through the following section in the documentation: http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=ColdFusion_Documentation&file=00001477.htm Ted Zimmerman ...more >>

Flash Remoting wasnt installed with JRun4
Posted by mmcclellan at 3/31/2005 9:24:13 PM
My company recently upgraded new server hardware and Coldfusion MX 7 software. We use JRun4 then Coldfusion MX 7 on top. It is not default setup in that the JRun and Coldfusion application servers are on a different Partition than C:\ Is this why Flash Remoting Gateway is not working correctl...more >>

JRun and JDOM
Posted by DonJuanDon at 1/18/2005 11:57:56 PM
I am using JRun 4, with flash remoting and a Java server. Within my java server I am using JDOM to read and edit some xml files. But I am having some problems... When I run the code in NetBeans (a Java enviroment) with the .jar file mounted the code runs fine. When i run the code from flas...more >>

Re: Flash remoting and java over JRun 4
Posted by DonJuanDon at 1/12/2005 6:35:31 PM
Cheers for the suggestion. I checked the file and they are set to true (both of them). Anymore ideas would be welcome.... Thanks ...more >>

Re: Flash remoting and java over JRun 4
Posted by tzimmerman at 1/12/2005 3:02:41 PM
Do you have reload and compile set to true in the jrun-web.xml file of your web application? See http://livedocs.macromedia.com/jrun/4/Getting_Started_with_JRun/intro5.htm#1119380. Ted Zimmerman...more >>

Re: Flash remoting and java over JRun 4
Posted by DonJuanDon at 1/12/2005 12:06:26 AM
Here is my code if anyone is interested !!! Oh and my java class implements Serializable. Also a point I failed to mention was that when I publish my movie, and run it repeatidly it works fine, even when I use F12 command. It uses a new java instance everytime. It has me totally ba...more >>

Flash remoting and java over JRun 4
Posted by DonJuanDon at 1/12/2005 12:03:12 AM
I am using Flash remoting, Flash mx 2004 and JRun 4 server I am having a problem with my java instances. When I test my movie in flash mx 2004 (using Ctrl enter) the test movie does not refresh the java instance it uses. For example: if I run it once, and I set a java variableto (which i...more >>

Re: Secure Flash Remoting (SSL) with IIS
Posted by almis- at 1/11/2005 11:34:59 PM
I might have gotten past that problem. Try hosting the Flash web page over HTTPS and changing codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,29,0" and pluginspage="http://www.macromedia.com/go/getflashplayer" to codebase="https://download.ma...more >>

Re: Secure Flash Remoting (SSL) with IIS
Posted by raycsoft at 1/9/2005 11:58:01 AM
I'm having a problem with flash on a Secure site and found its due to the codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,29,0' and the pluginspage='http://www.macromedia.com/go/getflashplayer' If I leave the the codebase and pluginspage parameters...more >>

Re: Secure Flash Remoting (SSL) with IIS
Posted by almis- at 1/7/2005 6:37:16 PM
Unfortunately, no. I have not found any way of accessing the Flash Remoting gateway (hosted on JRun) over HTTPS. *Please* let us know if anyone knows how to configure the gateway. Any hints are greatly appreciated. ...more >>

Re: Secure Flash Remoting (SSL) with IIS
Posted by fgwenger at 1/7/2005 5:08:50 PM
Did you ever figure this out? I am having a similar problem with a CF web service. It works fine non-SSL, but when I move it to SSL, I get an error. Thanks....more >>

Secure Flash Remoting (SSL) with IIS
Posted by almis- at 12/16/2004 1:32:25 AM
How can a Flash Remoting connection (between a Macromedia Flash movie running in client's browser and a JRun server) be encrypted using SSL/HTTPS? My company has web site running on a Windows 2003 Server computer with IIS6.0 installed. The web site serves a Macromedia Flash movie (.swf f...more >>


DevelopmentNow Blog