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 > march 2005

Filter by week: 1 2 3 4 5

Flash Form Application and remoting
Posted by mattw at 3/30/2005 5:35:56 AM
I am creating an intranet app with the Flash Form Application template that will use remoting heavily. What is the best way to do the import statements? I've tried to put them in an ApplicationClass.as file and link the application screen to this class. I've also tried to put them in an on(l...more >>


Flah Payer for web site
Posted by mars corp at 3/27/2005 3:18:47 AM
I want to add Flash Player to website. Can anyone help?...more >>

DataGrid not selectable when populated from Result
Posted by Rooster60602 at 3/24/2005 12:00:00 AM
I'm invoking a remote call that returns a result set of custom objects. The results display fine in the datagrid, but it isn't selectable. DataGrid is selectable when populated from a local array of objects [e.g. myDP = new Array({name:'Chris', price:'Priceless'}, {name:'Nigel', price:'Cheap...more >>

The class 'mx.remoting.Service' could not be loaded.
Posted by carlsz at 3/22/2005 10:39:24 PM
Anyone have any idea why I would be seeing the following error when creating my own mx.screens.Form subclass? The class 'mx.remoting.Service' could not be loaded. My class appears as follows: import mx.remoting.Service; class com.streamray.util.FCSLoad { public function ini...more >>

Flash and aspx file in different folders
Posted by yiannisezn at 3/19/2005 1:30:04 PM
Can I have the flash file in http://localhost/flashtalk/flash_source and the aspx file in http://localhost/flashtalk/Default.aspx ? How am I going to make the connection with the file? I now use the following commands in frame1, I have a button that sends two strings to the FlashRemotingSer...more >>

Installing AMFPHP
Posted by jhutchdublin at 3/18/2005 8:32:09 AM
When trying to install AMFPHP, I can't get it to work for some reason. I have installed it using the following file, which I got from the AMFPHP site tutorial. <?php include ('../flashservices/app/Gateway.php'); $gateway = new Gateway (); $gateway ->setBaseCl...more >>

Writing all records in DataGrid
Posted by Call Me Mad at 3/16/2005 11:58:39 PM
Is it possible to write all records in a datagrid to a database without using a for / next loop? It seem a little combersome having to code this to step through each record, writing them one at a time until the end is reached. What is the point in having a multiselect Datagrid anyway? ...more >>

Best Remoting and CF Web Host?
Posted by atomlbca at 3/15/2005 11:45:21 PM
I was looking to get a new web host for my company, and was looking to see if you all had any luck with yoru own hosting company. I was specifically loking for hosting with CF and Remoting capabilities. I am aware of Media Temple and 2Advanced.net. Has anyone used these services? Good luck?...more >>



getawayUrl
Posted by AntGreene at 3/14/2005 11:46:07 PM
I have just uploaded the application I made to the hosting company?s server. Before uploading it, I had tested it locally and it worked perfectly. What has confused me is that it runs awkwardly in the server. The lists below are the problems I have been facing since the first time I upload...more >>

CFDOCUMENT IVA FLASH
Posted by stebennettsjb at 3/14/2005 12:35:32 PM
Hi im trying to create a simple pdf creator in flash mx 2004 with cf 7... i have a cfc containing the following: <cfcomponent> <!--- Create PDF ---> <cffunction name="createPDF" access="remote" returntype="string"> <cfargument name="input" type="string"> <cfdocument format="flashp...more >>

_Result not called inside a class
Posted by shadysamir at 3/9/2005 3:41:28 PM
I am using .NET remoting inside a class, my code is like that: import mx.remoting.* class myclass{ function myClass(){ //no initializtion, call from symbol } public function init() { gatewayConnection = NetServices.createG...more >>

CFM Var to CFC
Posted by Circulus at 3/9/2005 4:07:38 AM
I can make this shorter than my earlier post: Does anyone know how to pass a variable from a regular CFM template to a CFC component to create a dynamic query? Any help is greatly appreciated. Thanks ...more >>

Reusing Flash Remoting 2.0 in several .swf
Posted by J.Sal at 3/8/2005 8:58:34 AM
I am making an application using flash mx 2004 and remoting 2.0 that uses several different .swf files (about 30 files, each one with about 8 kb without remoting). This architecture is important since these swf movies are only loaded when needed, and are reused in another projects. I need ...more >>

Flash Remoting with Flash MX 2004
Posted by Janyer at 3/8/2005 5:07:08 AM
I am running a windows XP machine with Flash MX 2004 and ColdFusion MX 7 Developer Edition. I am very familar with CFML and want to use Flash as my client side instead of HTML. I am also very familar with Flash MX 2004. I don't know what I am doing wrong but I have followed very simple ...more >>

RemotingConnector
Posted by blue_llyr at 3/6/2005 8:16:44 PM
Hi, I have the Flash MX 2004 Professional and installed "flashremoting_comp_as20-win-en.exe" but i can?t find anywhere in my computer the RemotingConnector.as. I tried to do this "import mx.data.components.RemotingConnector;" and the flash can't find the class. Can anyone help me with this? ...more >>

Components and Remoting Responder
Posted by SmileyBlue at 3/6/2005 11:02:47 AM
hello everyone, i have a problem that i tried to solve it in many ways but still no luck, i use a Button component ,and on ( click) it calls a function that will connect to the Remoting service. the problem is that the connection works fine, and on the NetDebugger there is a connection and...more >>

where is undefined coming from
Posted by sixlead at 3/4/2005 5:55:34 PM
flash MX 2004 pro pulling data via cfc. when the data hits my default responder it populates a list box with the approiate data however appended to the last field in every row is the word undefined. I can't figure out what is undefined or where it is coming from since all the data shows up. ...more >>

Binding between <unknown>.. and <unknown>.text.: The endpoint of the binding does not exist
Posted by thedanster at 3/3/2005 7:24:05 PM
I had some data bound components that I deleted from the stage along with the dataProviders One was a webservice connectore the other and xml connector. I deleted the connectors and the items they were bound to. Now I have this in my output box when I generate the swf. How can I get rid of ...more >>

Installation of flash remote components failed
Posted by ryuuhk at 3/3/2005 9:53:41 AM
Hi all, I've downloaded and installed the trial version of Flash MX Professional successfully. While I tried to install the flash remote components (FlashRemotingCmpntsInstall.exe), an error "This application requires Macromedia Flash MX. This install will exit." was prompted. I tried sev...more >>

Can Remoting be used to create a chat room?
Posted by MCR at 3/2/2005 12:58:59 PM
can remoting be used to create a chat room style application? Specifically I want a programme (probably a Director one) to call remoting and transmit some commands to as eries of around 20 computers. Is this possible and straightforward or shoudl I be looking at something else to do this? ...more >>


DevelopmentNow Blog