Archived Months
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > macromedia flash flash remoting > february 2005

Filter by week: 1 2 3 4

RecordSet warning 102
Posted by Stephen San Deigo at 2/28/2005 5:42:50 PM
RecordSet warning 102: Missing some records, but there's no RecordSet id Does anyone know what this mean. I am recieving this warning from NetBug and have not been able to find an answer on how to fix this warning. Does anyone have a solution and answer to what this means. Thanks Stephen ...more >>

Passing Parameter to ColdFusion
Posted by AntGreene at 2/28/2005 1:20:54 AM
:confused; I am building my first dynamic site using FlashRemoting and ColdFusion and have the problem below: Flash ActionScript: //customerProxy is the instance name of RemotingConnector component. customerProxy.gatewayUrl="http://localhost:8500/flashservices/gateway"; customerProxy.s...more >>

DataGlue - Problem with COmboBox
Posted by Stephen San Deigo at 2/25/2005 11:05:26 PM
I am trying to populate a combo box using DataGlue and am experiencing problems. If a loop thru the result set and perform a addItem I, the data is displayed, just takes some time. I was reading in the Flash Remoting book that utilizing DataGlue will speed up the process. Unfortunately wh...more >>

retrieving data into flash from cfc
Posted by sixlead at 2/24/2005 7:36:33 PM
This is turning into a real challenge and I'm not sure why. the following snipit is from a flash document that calls a cfc document to reterieve a listing of subjectareas for students. The cfc works a proven by a cfm page that displays all returned records and fields. While the flash l...more >>

FR too fast for it's own good?
Posted by Fowie at 2/24/2005 3:58:21 PM
I'm using FR with AMFPHP (so maybe that's the only problem?) and I've run into a problem in that if I try to make two calls to the same service, one after another, I get an error instead of two result sets. The same two calls work fine if I leave about 5 frames of nothing in between so they a...more >>

newbie question
Posted by payner35 at 2/24/2005 2:49:27 PM
hey all.... im making a simple remote client which makes a call to a java class on jrun.... for the class to run, it needs a .jar (for required functionality). From going through the flash remoting examples and jrun documentation i gather that this ..jar file should be placed in the jrun s...more >>

ASP.net rand Flash Remoting
Posted by getemerson at 2/23/2005 12:23:16 PM
:) Hi, Can anyone tell me whether the flash remoting assembly for .net comes with MX studio or do I have to purchase it as a separate download/product. And slo, Im assuming that the assembly can be put in the /bin folder of my web application to actually use it? I have MX studio 2004...more >>

Problem Running ASP.NET Remoting Application
Posted by Mohamed Abdulla at 2/23/2005 4:29:00 AM
:confused; Hi, I developed a Application which comprises of Flash MX 2004 and ASP.net Application. When i running application in IE with this address http://localhost/Application/flash.html it works fine but when i am putting it on clients server with his server ip address like htt...more >>



What's faster - single or Multiple Remoting connectors
Posted by wrkoch at 2/22/2005 11:37:55 PM
I have 12 combo boxes I am populating from CFC's via Remoting. They are all from the same gateway and same CFC, just different methods. I am creating the remoting connectors dynamically in actionscript (i imported the class), one for each combobox. I have them tied together via dataprovider...more >>

Works on my comuter but not on others
Posted by DonJuanDon at 2/22/2005 10:53:13 PM
Hi, I have made a flash movie which accesses some java code using flash remoting over a JRun4 server. When I run the movie on my computer it works fine. When I publish the movie and access it from a web browser using the url "http://localhost:8100/" it works fine. But when I try to a...more >>

The Result event function stops working when inserted in a button event
Posted by SmileyBlue at 2/21/2005 2:11:20 PM
im kinda new to Remoting mx and i have a problem the function that gets the result object stops working when i enter the script into a button event.... even the 'trace' stops working. but the connection still works and the CFM page returns recordset and when i put the same script on the f...more >>

NetConnection.Call.Failed only on first session
Posted by Call Me Mad at 2/20/2005 7:38:14 AM
Ever since I upgraded ColdFusion MX 6.1 to ColdFusion MX 7.0 I get the NetConnection.Call.Failed error the first time I use a remoting call. There after the connection is error free. ...more >>

loadVariablesNum calling .cfm
Posted by eyal453 at 2/19/2005 12:14:41 AM
hey... I'm trying to do something simple here. i just want to import some text from .cfm file... both the swf and the cfm files are on the same domain and in the same folder. when i try to import text using loadVariablesNum from a .cfm file it doesnt work.. but from a .txt file it does work......more >>

Flash Remoting MX2004 AS2 classes
Posted by jtehonica at 2/17/2005 4:34:00 PM
As a follow up, I'm trying to remote with the TRIAL verison of MX2004 Professional with only the AS2.0 remoting components installed. DOES remoting work with the TRIAL version of MX2004 Professional? And do I need to install the old AS 1.0 remoting components as well? Or do I just need t...more >>

***HELP! /flashservices/gateway issues
Posted by jtehonica at 2/17/2005 3:31:54 PM
Hi All, I'm using Remoting with CFCs and I seem to be having problems connecting to the gateway. I'm using Flash MX2004 with the new remoting components for AS2. I'm viewing my swf via an IP address through the browser. In the status of the browser (and in the NetConnection Debugger) I ...more >>

fuzzi when i upload
Posted by miranda05 at 2/16/2005 3:31:46 PM
hi my movie looks fine on the stage in flash but when i upload it it looks fuzzy. I'm importing my graphics to flash from photoshop in .bmp, .gif and .pngs. ...more >>

remoting in linux under JRUN
Posted by glossen at 2/15/2005 8:55:59 PM
I developed my app on OS X and the production server is LINUX. I have coldfusion under jrun on that server. Im not sure how to get flash aquainted with the flashservices gateway? I found a gateway jar file here... /opt/coldfusionmx/lib/flashgateway.jar I use this action script to set ...more >>

remoting with SSL
Posted by justin.culp at 2/14/2005 6:23:29 PM
We recently installed an SSL on our IIS server for our intranet. All of the flash stuff built with remote connectors works, but other stuff built by actionScript fails. Cannot figure this one out. Any ideas? ...more >>

Remote Acces to an other PC ??
Posted by mauro3006 at 2/13/2005 5:52:08 PM
Hi there, is it possible to get Remote Acsess to an other PC with a Flash Component? I'd like to make a small "Remote Access-Tool" so that i can help friends with their PC Problems. Therfore i need Access to their Desktop and their Mouse so i can make changes. Similar to the "Remote Help...more >>

linux install of remoting not finding license key
Posted by wadearnold at 2/12/2005 10:52:56 PM
I have an installation of flash remoting for java installed on a linux machine. In my WEB-INF/lib directory I have the flashgateway.jar and frconfig.txt and the frconfig.txt has the license number that I used and installation and given to me from macromedia. When trying to make a connection t...more >>

SWF Register data in a data base by means of PHP
Posted by Anuack at 2/10/2005 9:49:20 PM
Considered forum I go with the purpose of asking for to you an example to them SWF that allows to register data in a data base by means of PHP. If somebody by chance has an example that works, i thank for it that i sent me to my email. Greetings from Colombia".Please ...more >>

Weird Error on Netservices include
Posted by phil ashby at 2/7/2005 1:12:12 PM
OK, have an app that was built using AS1 in MX that uses the standard db connect blurb (below) // Include the Required NetService class files #include "NetDebug.as" #include "NetServices.as" // connect to the Flash Remoting service provider if (isGatewayOpen == null) { // do t...more >>

RemotingConnector : how to access to the result
Posted by carstenw at 2/6/2005 7:09:09 PM
Hello, how can I access directly the result of an RemotingConnector ? With the NetConnection Debugger I get the results visible but how can I e.g. read the value of "zahl" to calculate something with it in AS ? Result (object #2) ......mRecordsAvailable: 1 ......serverInfo: (undefined)...more >>

FLMX: file not found "NetDebug.as"
Posted by markuuussss at 2/6/2005 10:51:08 AM
My Prob. is, i've download the newstore by http://www.flash-db.com/Tutorials/newstore/ the shop was perfect running, but i've must my system new, and now i have forgotten something. I have install the remoting component, but i get the erroro file not found: NetDebug.as and services.as. Ca...more >>

Flash Spell Checker
Posted by maliko50 at 2/6/2005 2:09:37 AM
Can anyone recommend a 3rd party spell checker to add to a flash movie application? I need users to be able to have their text spell-checked from a textarea. I was thinking of using google's spell checking web service but I'm not sure. I would like to hear if anyone has tried to implement this...more >>

question about cursor component
Posted by martin47 at 2/4/2005 4:00:18 PM
Greetings. Im trying to achieve something with the cursor component, but Im not sure how to proceed. Is in a classroom aplication. I want to make visible only the theacher?s cursor. Can I do that? everybody sees only his cursor moving? And, is a way that the theacher could activate ...more >>

getting data into movieclip flash remoting
Posted by madhava_ram at 2/3/2005 7:13:12 PM
Hello every one, Iam trying out flash remoting. I am able to pass the data to java from flash and get the data back to flash. It works fine when the fields are on the stage. If the fields are in a movieclip it is not working. can body suggest me a solution. Please help me. Thanks in ad...more >>

reading an swf from another app
Posted by chappidi at 2/2/2005 3:22:46 PM
I need to access the textfield values in an swf movie inserted as an activex control in one applicaiton from my application. i.e., we have to get the values being updated in the movie from a diff application. ...more >>

Possible Use of Remoting
Posted by tyndyll at 2/2/2005 2:21:37 PM
Hi all. I am currently in the process of designing a web application and would appreciate any advice you guys and gals can offer. One element of our application involves the upload of data files to our servers. Trivial you may think, but some of the files may be greater than 200Mb in size....more >>

Can I pass an ID to the simpleconnector component
Posted by martin47 at 2/1/2005 7:36:47 PM
Greetings. I want to know if it is possible to pass a nickname to the connect component from the movie flash. Im getting a number ID from a data base before using the connector, and that should be the id to use by this component, instead of letting the user type one. Is it possible to pass...more >>


DevelopmentNow Blog