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 > january 2004

Filter by week: 1 2 3 4 5

using MVC methodology with forms and remoting
Posted by cwinston at 1/31/2004 8:24:51 PM
hi, I am trying to develop an application in which I am attempting to implement MVC programming with Forms, but I have yet to be able to get it to work the right way with FLash remoting. I created a custom class for my data model which should be able to handle all the data manipulation for ...more >>

Gateway class constructor, EVERYTIME!
Posted by bjc160 at 1/31/2004 1:40:13 AM
Is there a way to keep the .net gateway controller from constructing my class everytime there is a method call? I am constructing a large XML doc in the constructor, and building it everytime a session calls for a small part is killing my server! Let me know if you need code, I can't find anything...more >>

Service Call using a Dynamic Method name
Posted by MacroProd at 1/28/2004 9:48:49 PM
Hello; I have a service set up, and I want to be able to call a method on my service using a variable that has been typed into a text field... so let's say that the following line produces a result from the server: _parent.flashService.getData("tcas", "SELECT RVT_DESC FROM ACU_RVT", "0", "ALL"...more >>

Accessing results of webServiceConnector with script?
Posted by cdrabik at 1/28/2004 5:46:17 PM
Hello. I am using a webServiceCOnnector component to run a web service behind the scenes to retrieve infoirmation from Cold Fusion. What I would like to do is use the results of this call in script, but when I try to read from the webServiceConnector.results I get undefined. However, if I bind th...more >>

FIRST TIME (CF + FLASH MX) PROBLEMS!
Posted by wade1 at 1/28/2004 5:35:29 PM
Hello I would imagine that my problem is very simple but I am very new with this time of intergration. I cannot seem to make my test app run at all. localy everything is fine and I get the proper response. //I pass the gateway in the cfm by gatewayUrl=http://#cgi.http_host#/flashservices/...more >>

_result query
Posted by phil ashby at 1/28/2004 2:44:52 PM
Hi, I'm using Flash Remoting and everything is great...except... I'm receiving the data back from the CF component in the _result handler, and giving it a name e.g. getremotedata.cff_getdirreports({var_nt:+_root.NTname}); function cff_getdirreports_result(dirreps) { trace(d...more >>

Remoting Problems
Posted by wade1 at 1/28/2004 2:18:22 PM
Hello I would image that my problem is very simple but I am very new with this time of intergration. I cannot seem to make my test app run at all. localy everything is fine and I get the proper response. //I pass the gateway in the cfm by gatewayUrl=http://#cgi.http_host#/flashservices/ga...more >>

Remoting Access Error
Posted by lc_kman at 1/27/2004 8:54:30 PM
Hello, I have the problem that my flash movie won't work from a remote location. If I am on the computer that hosts the server and use: http://localhost/Blah -It runs fine If I'm on the SAME COMPUTER, but type in the web address for that same server: http://111.222.33.444/Blah -It ...more >>



one netconnection for multiple movies...
Posted by targetplanet at 1/27/2004 5:12:14 PM
if I am loading swfs into a main movie, can I just create a netconnection in the main movie, and use it for call in the loaded swfs? I haven't tried this yet, but I just was wondering if anyone knows about this.. ...more >>

datagrid and default responder error -- please help
Posted by Niemo at 1/26/2004 9:14:39 PM
I'm trying to populate a data grid from the click handler of a button. My code looks like this: callHistory_pb.populateGrid = function() { contractService.getCallHistory(historyResponder,contracts_lb.getSelectedItem().label); } historyResponder.onResult(history_rs) { callLog_dg.alt...more >>

problem in working with flash remoting on MAC OSX
Posted by abhuj at 1/23/2004 3:27:37 PM
hi friends, i am in very big problem, can any one help me out......... problem is, i have develope one application with intefgration of java , flash mx and remoting, so my problem is when i am testing the application on the Mac i have installed the flash remoting components fo...more >>

Problem if Flash RemotingMX
Posted by MarceloDias at 1/23/2004 2:14:30 PM
HI I am with this problem in the RemotingMX. I use the Windows 2000 Server-sp3. Somebody can help me? escription: "Flash Remoting MX threw an exception during method invocation: Request denied. Macromedia Flash Remoting MX is operating as a developer edition. To upgrade Macromedia Flash...more >>

Flash remoting & CF
Posted by DWrookie at 1/23/2004 1:02:36 PM
I'm new to Flash Remoting & CF. If I understand correctly, you have to use CF with FR in order to connect and retrieve data from a Database on a server. I'm interested in FR but, I'm just small time and find the cost of FR and CF to be way too high. Are there any alternatives for Flash Web Appl...more >>

how to send user's input in CF page to flash movie?
Posted by xh_yue at 1/22/2004 5:41:44 PM
Hi, guys, In my coldfusion page i ask user to enter their id and check Access DB to verify its existance, then I want to pass that id in my flash movie and display it. How can i do it? Here's my CFC file: <cfcomponent> <cffunction name="sendID" access="remote"> <cfreturn <h>1500</h>> ...more >>

Include "NetServices.as" not found
Posted by WorkRequest at 1/20/2004 8:11:26 PM
I am using Flash MX Professional 2004. I got the following error when I test my Flash. I didn't install Flash Remote, I think it is already included in the Flash MX Pro 2004, isn't it? **Error** Screen=application, layer=Layer 1, frame=1:Line 1: Error opening include file NetServices.as: File no...more >>

What this code meaning?
Posted by Yashnoo at 1/20/2004 7:00:18 PM
Hi everyone: I want to run an example of dataGrid with Flash remoting.I use Tomcat (jsp server). The Remote doc says: "13. Inside the parenthesis, type ?http://localhost:8100/flashservices/gateway? for the location of the Flash Remoting servlet that handles all remote requests. Use the port n...more >>

remoting and active directory
Posted by Anton_FA at 1/20/2004 1:17:56 AM
Hi there I was wondering if anyone had used Flash remoting to display and query the Active Directory? if so, does anyone have any examples? thanks ...more >>

Problem debugging a flash remoting program
Posted by arjunurs at 1/16/2004 8:46:33 PM
Hi, The flash remoting application does not display any output and it doesn't show any error either. I have a apache server with php and mysql running on a windows 2000 machine. I have checked the configuration of each of these and they seem to be working fine. Flash Source /*** Section 1 *...more >>

Can Flash remoting respond to server events?
Posted by zip_2 at 1/16/2004 7:26:09 PM
In the documentation I see that Flash Remoting MX can call web services or other services on the server. But can it respond to server-side events? Can the server call all listening Flash applications to perform some action? This could be a group chat application, or updating a data set that chang...more >>

Put a CF struct into a Flash Datagrid
Posted by fragnrock at 1/16/2004 4:03:36 PM
I have some problems putting the content of a coldfusion structure into a datagrid component. If I use this AS code, Nothing appears : function freestruct_Result(result){ //mydrid is my datagrid component mygrid.dataProvider = result; } My cfc component looks like this : <cf...more >>

Problem with remoting
Posted by fragnrock at 1/15/2004 5:14:29 PM
I've got a problem with remoting. I'm using flashMX pro 2004 and coldFusion's CFC. It's work great under FlashMX environment but it does'nt work when I publish my flash on my web server. Source of my flash // Include the required classes for Flash Remoting #include "NetServices.as" // Set...more >>

Passing array from CF to Flash
Posted by lshake at 1/15/2004 4:07:06 PM
This is my first attempt at flash remoting. I can't seem to find a simple answer anywhere for this. It may be that the answers are there, but just over my head. I want my Flash application to pass a variable to a CF page, which then runs a query using that variable, then passes the results back...more >>

What needed?
Posted by fragnrock at 1/15/2004 9:38:19 AM
Hi, I have coldfusionMX Pro server installed on my server. I want to make some flash remoting pages (FlashMX and Coldfusion). I'd like to know what product I have to install on my server to do flash remoting. Thanks ...more >>

Flash remoting only works for localhost on PetMarket application on ASP.NE
Posted by scarpenter at 1/15/2004 1:25:42 AM
Hi, I have installed the Macromedia PetMarket application on the ASP.Net platform, and I have gotten it to work using localhost in the url: http:/localhost/petmarket I have a licensed copy of Flash Remoting, and tried to access the petmarket application using the actual IP address, instead of l...more >>

Netconnection Debugger is missing from mx2004
Posted by rabble at 1/13/2004 2:12:25 PM
I don't seem to be able to find the netconnection debugger in Flash mx professional 2004, although i have no problem finding it in flash mx. anyone know where it is? i purchased an upgrade. does it use something else? robert butz butzr@mail.nih.gov ...more >>

Flash Remoting The Deffinative Guide .NET assemblies
Posted by peterR_H at 1/12/2004 4:42:25 PM
Hi all, bit of a remoting /.NET question here. using System; using FlashGateway.IO; namespace com.oreilly.frdg { public class BookAssembly { public ASObject GetBook() { ASObject aso = new ASObject(); aso.ASType = "Book"; aso.Add("title", "FRDG"); aso.Add("author", "Tom Mu...more >>

Help: Adding SOAP Headers!!
Posted by MartinRandall at 1/12/2004 9:37:53 AM
I'm trying to write ActionScript that will use a webservice and add a soap header to the function calls. I've tried addHeader() as described in the Help section, but when I monitor the SOAP requests from my webservice, there is no header added. Does anyone have any examples of addHeader actually ...more >>

Can't "create()"...
Posted by KarstenTS at 1/11/2004 1:22:45 PM
Hey, everybody! I got a strange problem... I can establish a connection to my EJB, and I can call methods from that, but I can't call the create() - Method. That's something I don't understand. Why is that? A Servlet I built to check for being correct works fine and the WeatherSample works fine...more >>

The legal status of AMFPHP
Posted by Pavils Jurjans at 1/9/2004 12:24:18 PM
Hello, Prior to pursuing some PHP project, I'd need to know the official status of AMFPHP in the eyes of MacroMedia - is it sort of "illegal", since it is developed by hacking into the undocumented AMF format, or is it "Okay" to use and there are no kind of bitterness feelings about it from MM...more >>

Problems with Remoting in a Flash Form Based Application
Posted by Flich at 1/7/2004 8:00:25 PM
Has anyone experienced any trouble in using the new Remoting Components with Flash MX 2004 Pro in a form based application. When I go to compile the application it throws over 100 errors??? If I build the same application using the timeline, it compiles correctly?? Is there some special way...more >>

"Hello World" with Flash-CFC
Posted by akerkur at 1/7/2004 5:04:02 PM
Hi all, I am trying to get a "hello world" working from CFC to Flash. Here is my code : ========== CFC CODE [helloWorld.cfc under /Components] <cfcomponent> <cffunction name="sayHello" access="remote" returntype="any"> <cfset FLASH.result="Hello World!"> <cfreturn FLASH.result> </...more >>

Do you want to run flash under LINUX???
Posted by atiol NO[at]SPAM iol.pt at 1/7/2004 3:06:50 AM
Hello all! Are you a flash developer and/or flash designer? Do you want to use flash under your Linux OS?? If so, please say it out loud! :) Reply to this message. Maybe if you all say YES to this, Macromedia could think about developing Flash for Linux. What do you think?? Say wha...more >>

flash server control interacting with .net web controls on the same page?
Posted by sokon at 1/6/2004 1:30:16 PM
I've got a problem with the fact that on one hand you've got a html page with an swf file and on the other hand there's the aspx-file which provides the code for the swf. What if i want to use the swf file on the same page with some asp.net web controls? How is it possible to interact between the...more >>

Need Remoting to pull in SQL data?
Posted by c1natra at 1/6/2004 1:27:45 AM
Hi - Quick and easy question. Do I have to drop the $1000 to get Flash Remoting if I want to pull in data from my SQL Server. I'm running Coldfusion 5 on a windows server, and I'd like to make some SWFs that pull in the same data my CF pages are. Thanks for your time...bb ...more >>

amfphp IIS installation problems - noobie
Posted by bleepbloop at 1/5/2004 3:38:45 PM
HI I am trying to setup my (home) window xp machine for flash remoting. I am running IIS in xp pro and I have succesully got php installed and running correctly, and I have opted for mysql as a database server and that seems to be running fine. However I know that I have to install the amfphp ...more >>

Switching to 2004 has done some strange things
Posted by sjf at 1/5/2004 3:35:59 PM
First the app I was testing moving from MX to 2004 was a finished peice that works. I was making some editions and decided to try 2004. I am very pleased I backed everything up. The production process was totally smooth, connected, sent and retreived with no problems. I made my changes and moved ...more >>

Reading a DataSet from a .NET Webservice
Posted by MartinRandall at 1/5/2004 3:17:28 PM
Hi, I'm trying to read a .Net dataset from a webservice in Flash 2004 MX Pro. I've set up a test web service using the code below... [WebMethod] public DataSet GetDataSet() { DataSet ds = new DataSet("MySet"); DataTable dt = new DataTable("AgeTable"); ds.Tables.Add( dt ); dt.Column...more >>

Flash Remoting Help - Will pay.
Posted by parallel2 at 1/4/2004 3:32:45 AM
A newbie question, but, nonetheless, I am in the process of publishing a swf, via flash mx2004 professional. I am calling a cfc via remoting... it works locally, it doesn't work when i publish to the server. My mapping is correct. I am able to call the cfc from coldfusion successfully, but whe...more >>

Flash remoting with PHP
Posted by Olaf at 1/2/2004 2:46:29 PM
Hallo, What is the best choice for Flash remoting using PHP and Mysql? I have tested AMFPHP, and it looks OK. But what is the reason that the last news are from august this year? Do they stop the development? And what is with PHP-object, anyone with good points about this project? Thanks ...more >>

Method of extracting pictures
Posted by gripper01007 NO[at]SPAM yahoo.com at 1/1/2004 5:39:17 AM
Is there a way of extracting the pics from an on-line flash presentation, and how is it done ? I'm wondering because ther are some really nice pics taken, but there are some excellent ones as well, and those would be nice to have....more >>


DevelopmentNow Blog