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

transfer record set into an array problem...
Posted by teknon at 7/28/2005 1:54:24 PM
Hello, all! I'm using Flash remoting with CFML. In my FlashMX2004 app, I have successfully created a connection and a Service Object. My RESULT function creates a RecordSet Object, get's the data, loads each table row into a custom class that I made (called Building), and then puts those (Bu...more >>

Database connectivity with Flash
Posted by Athang at 7/28/2005 12:45:18 PM
Hi, Can any one please help me for database connectivity. I have to create a simple application where i need to connect the database (SQL/Access) directly from Flash MX 2004 Professional and display the fetched data on stage in simple format. If any one give me simple line of code to...more >>

flash remoting .NET & .net framework 1.1 error
Posted by danisilveiro at 7/26/2005 10:22:29 AM
hi. i have installed flash remoting .NET under the following server configuration : windows server 2003 .NET framework 1.1 Flash remoting .NET and i get the following error message when testing the ASP:NET Webservice Example of the flash remoting samples installed by flash remoting ...more >>

Connect two swf remotely???
Posted by elhami at 7/26/2005 12:00:00 AM
hi for all, how i can connect two SWFs remotely,i mean evrey swf on seprate PC in same LAN, because i want to make very simple chat "send and recive text only" :(...more >>

using FlashGateway.IO
Posted by bennny16 at 7/25/2005 12:00:00 AM
I'm trying to compile a C# dll for use with remoting having problems getting the compiler to find FlashGateway.IO to use I'm not sure if I need to set a Path up or move a file into a .net directory but if anyone knows what file has the FlashGateway.IO components and how to get the comp...more >>

AS Array to CFC
Posted by TK01 at 7/24/2005 12:00:00 AM
Hi, I'm having problems passing an associative array to a CFC function via Remoting. The service call is working fine, having trouble getting the data out the array. Here is my AS: //the array infoForm_arr["fname"] = fname_txt.text; infoForm_arr["lname"] = lname_txt.text; i...more >>

where is the flashgateway.jar?
Posted by Bi Tao at 7/23/2005 12:00:00 AM
I installed the Flash remoting for ActionScript 2.0.and I want to connect it to my Tomcat service ,I think that need put the flashgateway.jar into the lib directory ,but I can't find it. Help me thanks! ...more >>

Installing on 2003 Server
Posted by neovinu at 7/22/2005 8:03:07 AM
Hi buddies.., I am facing problem in installing Flash Remoting for Microsoft .net on Windows 2003 Server Operating system. These are the steps i followed, 1. Installed .net runtime 2. installed Flash MX Professional 2004 3 . Restarted the computer 4. Started installing Flash Remo...more >>



Unable to connect errors in flash
Posted by bennny16 at 7/20/2005 7:17:41 PM
I'm trying to get my first Flash Remoting program to run using the intro example from Jason Perry I am using Windows 2000 have IIS installed and I'm trying to get it running on the localhost I have the .net SDK installed and flash remoting but keep getting the error Error opening URL htt...more >>

Limitations of trial version
Posted by M NO[at]SPAM dster at 7/20/2005 9:53:44 AM
Hi guys, I am currently experimenting a bit with Flash Remoting Trial version, and as far as I can remember, the main limitation in it is that only 1 IP can connect to the Flash Remoting server. However, my problem is that I initially connected to the server from my local computer, jus...more >>

remoting testing please - strange behaviours
Posted by [EDGE] at 7/20/2005 12:00:00 AM
hi, i've just finished a web site with flash + remoting (amfphp) it works just fine on my 3 computers it works when the client launch the swf alone, or when when he drag'n drops it in IE. it worked when the client launched it on my test server it doesn't work when the client check it on the de...more >>

Multiple Service Calls
Posted by TK01 at 7/15/2005 12:00:00 AM
hi, i'm using Remoting 2.0 components and making service calls from within an AS class file. if I create a Service object, shouldn't I then be able to reuse its connection for multiple calls, using PendingCall to call service methods anywhere in my class file? to invoke each servi...more >>

how to return more than one value in the result?
Posted by kboddapati at 7/14/2005 12:00:00 AM
I am new to Flash Remoting.. Finally got a the Basic HelloWorldApplication to work.. Now I would like to get the remote server to return an arrayList. function serviceName_result(result) { // !!!! How do I get the flash file to read the arrayList in the result????????? } ...more >>

Displaying Multiple Records
Posted by brandon_haslip at 7/13/2005 7:57:28 PM
I have an Access database populated with upcoming events. Each record is comprised of 4 fields (EventDate, EventTime, EventTitle, EventNotes). How can I list these events chronologically on a page?...more >>

Flash Remoting with AS2
Posted by drbirkett at 7/13/2005 3:47:57 PM
Does anyone know of any Flash Remoting tutorials that use flash 7 and AS 2.0? All i've found are flash 6 and actionscript 1 on the macromedia site. Cheers...more >>

Establishing Connection
Posted by drbirkett at 7/13/2005 2:51:18 PM
Could someone please let me know why the import statements from the Flash Remoting Documentation give me a Syntax Error? I copy the statements directly from the help file. The Include statements that are in every Flash Remoting tutorials are also a dud as they cannot be found by Flash. ...more >>

Help with trace of cfreturn variable
Posted by webchaos99 at 7/12/2005 7:45:50 PM
Im trying to pass data from a cf component to my flash file and trace it, but it keeps coming up undefined. Cold Fusion Script: <cfcomponent> <cffunction name="insertUser" access="remote" returntype="query"> <cfquery name="addUser" datasource="nanoproto1"> select * from nano_u...more >>

Multiple functions on a aspx page ?
Posted by PeteB at 7/7/2005 7:24:03 PM
Hello, How can flash communicate with multiple functions on a aspx page? The only examples I have been able to find only show one function of a aspx page, is there a way to reference a particular function on a page? i.e. folder.class().function() ??? Any help is appreciated Pete ...more >>

Chat Application
Posted by irobotx at 7/6/2005 10:36:00 AM
Hi, Currently we have a Ms exchange 5.5 based chat solution. We are looking at a Completely Flash based Applciation with the following basic specs. One Speaker: one/Two Moderators: Multiple Clients: Clients get connected to the chat, Ask questions, ---> moderator, ...more >>

Store online with flash +amfphp like flexstore
Posted by noya at 7/5/2005 1:26:33 PM
What do you think about my store online developed by flash + amfphp? it's a copy of flexstore; I would like to know, if I can sell this for a distribution such as an application B to B Thx for your request Yaya http://www.le-plan-interactif.com/boutique-enligne/boutique_en_ligne.html ...more >>

Flash -> AMFPHP -> PHP -> MySQL and back
Posted by iliad2b at 7/2/2005 12:00:00 AM
how2 at http://www.how2onwebcoding.com...more >>


DevelopmentNow Blog