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

Filter by week: 1 2 3 4 5

dataset.loadFromSharedObj.... does it work?
Posted by JimRG at 6/30/2004 6:30:57 PM
I have dragged a dataset onto the stage and names it dsThroughput. In the first fram I then put the following actionscript: try { dsThroughput.loadFromSharedObj("phil"); } catch(errObject:mx.data.components.datasetclasses.DataSetError) { trace("Unable to load shared object."); } accord...more >>


Problem using cfc with flash remoting on jrun
Posted by Fabio Vitali at 6/30/2004 12:28:56 AM
help, please I have successfully installed JRun 4 Updater 3 and ColdFusion MX 1.6 Enterprise Edition (both DevNet licensed) on a Windows XP Pro o.s. I have created a cfc ("simple.cfc") in a directory on the JRun server where coldfusion is deployed ("cfusion", 8300). The full path was "C:\JR...more >>

Creating sessions in Flash
Posted by amovus at 6/28/2004 8:38:33 AM
Does anyone know, how to create a session or set cookies in Flash? Or if this is possible?...more >>

Remoting AS2 components and global Error handler (System.onStatus)
Posted by mama at 6/27/2004 11:18:25 AM
Hi, A lot of things change in the Ramoting AS2.0 API. the onStatus methods of objects now return a FaultEvent but what about a global Object that listen to all the errors like System.onStatus in the previous version of Remoting ? What do we need to use instead of System.onStatus ? Than...more >>

Client.Data.Underflow - Solution!
Posted by mumpy at 6/25/2004 10:44:15 PM
When returning query objects containing fields of the TIMESTAMP datatype (SQL Server) from a CFC, flash remoting returns the following in the Net Connection Debugger: Status (object #2) .....code: "Client.Data.UnderFlow" .....description: "" .....details: "" .....level: "error" ...more >>

Im totally lost
Posted by le_smith at 6/25/2004 7:49:22 PM
Hello Good Peeps I am a beginner so sorry for the poor question. I have installed coldfusion to my computer today. And it says it already comes with support for Flash Remoting. When trying to do the examples on this site I cant get them working. Coldfusion is working fine I have c...more >>

v2 Tree Component with Flash Remomoting
Posted by rduong at 6/25/2004 4:15:25 PM
Hi, I am trying to populate the v2 Tree component with results coming from a database query. I'm trying to populate the data either through the web services or through flash remoting. Does anyone have experience generating the tree component dynamically through a query? and have some sa...more >>

v2 Tree Component with Flash Remomoting
Posted by rduong at 6/25/2004 4:15:23 PM
Hi, I am trying to populate the v2 Tree component with results coming from a database query. I'm trying to populate the data either through the web services or through flash remoting. Does anyone have experience generating the tree component dynamically through a query? and have some sa...more >>



onStatus not a method?
Posted by JerkyRobot at 6/24/2004 9:17:03 PM
I have downloaded the flash components and the trial version of FlashRemoting; yet, when I try to use the "onStatus" method, and go to compile it says that it does not recognize "onStatus". what gives? ...more >>

Posting to CF template
Posted by Mark Forsberg at 6/24/2004 6:08:28 PM
I'm using a flash interface for a login page. When I use the getURL() the cf template is spawned and things work. Of course, I don't want to pass the variables in the URL. I've tried to post the variables to the cf template, but whenever I click the button nothing happens. I've got both ...more >>

Problem with upgrading to Flash Player 7
Posted by allan_h at 6/23/2004 7:03:11 PM
I have here a test program that works when I publish for Flash Player 6, but when I change to Flash Player 7, I get "name=undefined" Instead of 'name= Fred". Any ideas? Is it case sensitivity? I have used example programs before, only to find that the capitalization of the functions has chan...more >>

mx.remoting.Service == class not loaded
Posted by JohnMathis at 6/23/2004 3:59:13 PM
I'm trying a simple remoting example. I have: import mx.remoting.Service; [...] private var _Service:Service; I get a compile error on the var line above: "...The class 'Service' could not be loaded. private var _Service:Service;" Also, I have no .as files in the ...Class...more >>

using LoadVars or Flashremoting
Posted by bossche at 6/23/2004 11:19:45 AM
What's the great big difference between loading data into flash with loadvars or with Flashremoting? Tom...more >>

can send data from CF to Flash but not vice-versa
Posted by eapostol at 6/23/2004 5:19:29 AM
Hello - (this is reposted - apologies in advance but not sure if it was submitted) I am running a dev server with CFMX Server 6.1, Flash MX 2004 and Flash Remoting components. I was testing Flash remoting by creating a simple username/password authentication app. -The form is in flash,...more >>

failed installation. help please
Posted by jmwood at 6/22/2004 11:07:35 PM
i have installed flash mx 2004, the remoting components, and remoting for .NET numerous times now and still have the same trouble. Remoting fails to work in any case. I have used tutorials and walkthroughs from this site and from the built in documentation, none of which have worked. In partic...more >>

CFMX steals AMFPHP flashservices
Posted by willet2 at 6/22/2004 4:33:50 PM
I was getting completely illogical errors while debugging a remoting app using the new components, and eventually discovered Coldfusion STILL steals remoting. This makes it impossible to work with AMFPHP when CFMX is installed; I have to send my AMFPHP Flash apps to a non-CF server to debug. ...more >>

More AS 2.0 help
Posted by Tmac at 6/22/2004 4:31:29 PM
I finally got my button to work as I add a trace function within the function call by the addEventListener submit_pb.addEventListener("click", getProdResults); and within the getProdResults function I have what I believe a remote call function getProdResults():Void { var search_pc:Pe...more >>

AMFPHP shortcommings
Posted by bossche at 6/22/2004 2:21:28 PM
What are the shortcommings for now with AMFPHP? Thx Tom...more >>

AS2.0 help
Posted by Tmac at 6/22/2004 8:48:08 AM
I'm creating a class: import mx.remoting.Service; import mx.rpc.RelayResponder; import mx.rpc.FaultEvent; import mx.rpc.ResultEvent; import mx.remoting.PendingCall; import mx.remoting.RecordSet; import mx.controls.DataGrid; import mx.controls.gridclasses.DataGridColumn; import mx.controls...more >>

Multiple Service Calls
Posted by sitestrux at 6/21/2004 7:23:45 PM
Are there any rules for multiple concurrent Service calls? I'm building an app where different objects are independently calling remoting services to populate data. (I'm using AFMPHP and Remoting MX 2004/ AS 2.0): If more than one service is called from the same frame, the following error...more >>

remoting.Net and web.config
Posted by titouille at 6/21/2004 6:41:01 PM
Hi hello !!! I'm running on WinXP home edition and can't install IIS on this OS. (I can with a special trick, but want not to install it, I use webMatrix and it's Cassini webServer.) Anyone can copy/paste the content of the web.config in the wwwRoot/flashremoting, please ?? :) Than...more >>

AMFPHP vs Flash remoting
Posted by bossche at 6/21/2004 1:26:23 PM
Hi Just want a small poll here. I want to set up a database drive website made in flash. Except for the different in languages (PHP / ASP.NET) and the cost for Flash Remoting (999 $) I want to know which one is faster in delivering data to flash, which one is easier to develop, which one...more >>

SENDING EMAILS WITH FLASH AND COLDFUSION
Posted by fefel0 at 6/20/2004 4:18:24 PM
HOLA IM PRACTICE TO SEND SOME EMAILS TROW COLDFUSION AND FLASH BUT IT NOT SEND TO MY RECIPIENT IM MY FLASH FORM I HAVE SOME INPUT FIELS THAT I LOAD IN A VARIABLE CALL CFDATA AND SEND IT TO A CFM FILE CALL SENDFEEDBACK..CFM BUT IT NOT WORK I HAVE SET THE STMP WITH MY MAIL.COMPANY.NET ...more >>

LoadVars.send()...please help! Gotta B a way!
Posted by Sharkmenace at 6/19/2004 4:00:29 AM
Wow, the posts in this forum looks reeal skimpy. I've finally gotten to the .send() method to work and it brings frustration to know tha macromedia has still not built a solid programming model. >>taking deep breaths<< I'm new to remoting & PHP and my server doesn't allow sockets :( WTF...more >>

.Net remoting with AS2 remoting components and classes
Posted by titouille at 6/18/2004 2:41:30 PM
Hi hello everybody !! First, sorry for my poor english, this isn't my mother tongue :) Ok... I want to use the new FlashRemoting AS2 components and classes with .Net assembly... So I create a very simple assembly, with just one method who return a "hello world" string. I add FlashGatewa...more >>

publish flash site using remoting
Posted by shacke at 6/17/2004 9:03:10 AM
Error opening URL "http://localhost/flashremoting/gateway.aspx" I receive this error when I publish the file from the flash. The browser shows no error for this URL. I have the flash remoting, the flash remoting component and the IIS 5.1 installed. Please advice ...more >>

CF error when parsing update packet
Posted by derobinson at 6/16/2004 3:39:57 PM
I have a Flash application that is passing an Update Packet back to a CFC. I keep getting the following "SERVER.PROCESSING" error in the NetConnection Debugger: "Service threw an exception during method invocation: Document root element is missing." I'm ouputting the packet into a text...more >>

From Remoting AS1 to Remoting AS2
Posted by initObject at 6/16/2004 7:15:38 AM
hi, i try to make my remoting app work with the new remoting API AS2.0, i try to call a remote web service with Flash Remoting, it was working with the netServices object like this : #include "NetServices.as" var myURL = "http://fs27/flashremoting/gateway.aspx"; var myServicePath...more >>

How to check net connection?
Posted by Jeremy Tan at 6/16/2004 1:17:08 AM
Can someone teach me how to make the flash check for a internet connection before communicate with the server?...more >>

System.security.loadPolicyFile issues
Posted by varmac NO[at]SPAM tmlp.com at 6/15/2004 7:19:00 PM
Hi idf I add the code as suggested in the article @ http://www.macromedia.com/devnet/mx/flash/articles/fplayer_security.html System.security.loadPolicyFile("http://www.mysite.com/flash/myPolicy.xml"); loadVariablesNum("http://www.mysite.com/flash/vars/myVars.txt",5); it returns a ...more >>

prob changing data in datagrid result
Posted by dave66 at 6/15/2004 5:47:48 PM
I'm new to flash remoting and I'm trying to load the result set from a CFC query into a datagrid (Flash MX 2004 Pro, using DataGrid UI component). So far, I've been successful in doing this with one BIG problem. When I attempt to modify the values in the datagrid, the datagrid reverts back ...more >>

gateway url not defined in flash 7
Posted by allan_h at 6/15/2004 5:06:19 AM
I have a connection to a Coldfusion function working fine using Flash MX. When I save as Flash MX 2004 (so I can use the components in MX 2004), the player comes up with this error: NetServices warning 4: createGatewayConnection - gateway url is undefined Here's the code for the connecti...more >>

An interactive "sketch pad" - can this be done?
Posted by David at 6/14/2004 8:54:15 AM
I'd like to know if it's possible for Flash & Flash Remoting to save a SWF movie file to a database? The idea is for a simple sketch pad or note pad, and after a person draws on the sketch pad the "drawing" is saved as a SWF movie file (uploaded to a server directory, date/time/file info sa...more >>

Setting Return Variable
Posted by digitalDen at 6/12/2004 1:59:01 AM
Am a bit "new" to actionscript & flash. I am trying to set a shared object from my "flash remoting" return variable - but have not had any luck. The return variable is returning and populating a combo box just fine (as an example). My attempt at passing the return variable to an object and th...more >>

Please help with coldfusion component...PLEASE.
Posted by Beezy at 6/11/2004 8:11:21 PM
I'm trying to populate 2 text fields in Flash MX using a coldfusion component caled "productData.cfc" I can populate one textfield using returning the result, but not with returning the query? I'm so frustrated.... I've been trying to figure this out for 2 days. I've been following the M...more >>

Flash Remoting with SSAS question
Posted by Erzek at 6/11/2004 3:18:04 PM
Hi, I'm new with Flash Remoting and would like to learn FR with Server Side Actionscript (SSAS), my question is what do I need to get started to use Flash Remoting with SSAS? do I need a cold fusion server? or something to run SSAS? Flash Remoting .NET will work with SSAS or I need to get ...more >>

MX 2004 Remoting Connector released
Posted by silkpuppet at 6/10/2004 9:40:33 PM
I've been impatiently checking the updates, DevNet, and Flash Remoting pages on Macromedia's website every day for the last month and a half waiting for the new RemotingConnector component. Well... it's finally here. Here's the URL: http://www.macromedia.com/software/flashremoting/downloads/...more >>

Flash Remoting with Java
Posted by Flasham at 6/10/2004 10:02:00 AM
Hellow All! How can i connect to java function? What i do: 0. I don't use JRun. 1. In my web.xml: <servlet> <servlet-name>FlashGatewayServlet</servlet-name> <display-name>Flash Remoting MX Servlet</display-name> <description>Servlet-based plugin to Flash Remoting</description...more >>

Remoting problem loading multiple swfs
Posted by Dechirico0 at 6/5/2004 11:01:59 PM
I have created 3 flash files: main.swf, one.swf, and two.swf. Both one and two connect to different cfc's using flash remoting. When accessing the swf's directly they both work fine. Main.swf is the container and I load one.swf and two.swf as separate pages into main.swf using the loader comp...more >>

Remoting Security
Posted by maliko50 at 6/5/2004 2:53:08 AM
I'm developing an ecommerce flash client that handles sensitive data that needs to be secure. I'm not too experienced with flash remoting and I'm wondering what needs to be done for security. I know communication between flash clients and application server is not encrypted and I think flash...more >>

Example to share?
Posted by mannix31 at 6/3/2004 9:42:33 PM
I am really struggling to use flash remoting with a dbase and the charting components. Does anyone have an example that they can share in which you use remoting via a cfc to query a dbase and then populate one of the charts with the results (dynamically). I have looked through many of the vari...more >>

Passing data question mark
Posted by GeezerButler at 6/2/2004 4:51:15 PM
Here's the problem, this actionscript won't pass names to the URL string getURL(_root.UnitStr+"/detail.asp?unitStr="+names); but when i take out the questionmark getURL(_root.UnitStr+"/detail.asp_unitStr="+names); there's no problem passing the variable. I'd be really grateful i...more >>

Flash Remoting MX Components (2004 Pro Full - Mac)
Posted by T.J. Frevert at 6/1/2004 8:52:50 PM
The installer quits %80 of the way through. Full version install of MX Pro 2004. Panther 10.3.4 although 10.3.3 didn't work either. I repaired permissions and reinstalled Dreamweaver and Flash. Still quits unexpectedly at the same spot. I downloaded it straight from http://www.macromedia.com...more >>

ActionScript 2.0 class scripts may only define class or interface constructs.
Posted by japshere NO[at]SPAM hotmail.com at 6/1/2004 8:03:37 AM
I have the following class with the name "Service.as". #include "NetServices.as" class Service { var GATEWAY_URL:String = "http://localhost:7001/flashservices/gateway"; var gatewayConnection:NetConnection; var client; function Service(argClient) { //establish the remote co...more >>


DevelopmentNow Blog