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

Filter by week: 1 2 3 4 5

Hashtable in Actionscript?
Posted by rafism at 10/27/2004 6:32:10 PM
Hi All, I am using Flash Remoting with Java, with my application server running on Tomcat. My Java application returns a Hashtable for a certain method, which internally is a Hashtable of Hashtables (containing many key-value pairs of values). I need to acess this from Actionscript in Flas...more >>


dateFormat
Posted by justin.culp at 10/27/2004 3:55:09 PM
Does anyone know how to format a date from a SQL query? I have a webservice that simply gets the results of a query in a CFC throws it in a dataSet and then my dataGrid displays the data. One of the fields that is returned is a date field. In the SQL table the date reads 10/15/2004 but when...more >>

Custom Object remoting
Posted by joe rage at 10/26/2004 6:00:06 PM
I am trying to pass custom object between Flash and my java application server using Flash Remoting. I was not able to make it work. I was wondering if someone had successfully done that and if so could provide how to do it. Thanks a lot, Joe ...more >>

Remoting to run on Macintosh.
Posted by rafism at 10/26/2004 4:11:46 PM
Hi All, I am relatively new to Flash Remoting. I went through the concepts and found it to be very attractive. However, I want the Flash Remoting to be run on Macintosh (My Java App-server, the Tomcat server will be running on Macinstosh). I checked the Flash Remoting for J2EE, and fo...more >>

Displaying images from database
Posted by lilla_m at 10/26/2004 1:09:06 PM
Does Flash Remoting have functions for displaying images (.gif, .jpg) saved as binary/blobs in a database, for example MSSQL 7? And if so, where can I get more information about it? (I don't have Flash MX 2004 installed at the moment, I'm just doing some research for an upcoming project). ...more >>

Remoting webservices not working
Posted by nmg196 at 10/25/2004 4:58:21 PM
Hi, I'm trying to test my installation of the Flash Remoting server components by using the installed example at: http://localhost/flashremoting/samples/webservice/ But when I click the "Verify Credit Card" button, I get the following error message: "File or assembly name ExampleWeb...more >>

SEND AND RETURN ARRAY TO CF FROM FLASH
Posted by neg at 10/24/2004 3:24:32 PM
Hello, Can anyone tell me how I can send two arrays from FLASH to CFMX, assign values to them using CFMX (values from a query) and return them back to FLASH. In other words, if I specify: <cfparam name="FLASH.flash01_Array" type="array"> <cfparam name="FLASH.flash02_Array" type="array...more >>

When is component fully loaded?
Posted by Keith Dodd at 10/21/2004 9:41:14 PM
Have remoting working fine; but, where I have a Grid component on another frame in the timeline, I can't get the data to load--looks as if the component isn't actually loaded before I'm sending the data. The Grid along with a non-component text box is in a clip that has the linkage set to expo...more >>



Does anyboy Know where i could find...
Posted by _venger at 10/21/2004 6:51:05 PM
I want to get started in flash remoting applications using J2EE . Someone can tell me where i could find some examples to begin mey training?...more >>

Text Area Component
Posted by bluestix at 10/21/2004 5:46:25 PM
I am using 3 text field components and a combobox in a form. The information changes in them based on the selected index of a datagrid. This works fine until I set the values of the text areas equal to a variable and pass them to a remoting call. After I do that the text in the fields won...more >>

Sessions and Authentication in .NET
Posted by nmg196 at 10/21/2004 1:45:55 PM
Hi, If I have a flash remoting application, which accesses .NET web services, how do you control authentication? Do I have to write my own authentication back end, or is there some way to tie it in with .NET Forms Authentication? Also, is there any way to let the Flash app 'see' the sess...more >>

datagrid pausing until rollover
Posted by jacobaa at 10/20/2004 2:09:52 PM
Using remoting to access my data, I am populating the datagrid with values. In one column of the datagrid I have a comboBox in each row that when changed will change the values in the rest of that row in the datagrid. The values are changing and accesssing the correct information - however - t...more >>

My AMFPHP Flash app wont work
Posted by JoeBazz at 10/20/2004 1:33:36 AM
Well, I recently started developing a Flash front-end for my php system with the help of AMFPHP ... everything was fine until I decided to upload the files to the server ,to see if they?d work correctly there too...I then changed the setting in the gateway.php and the flash?s as code to match ...more >>

Image from a database
Posted by JoeBazz at 10/19/2004 8:33:55 PM
Hello Friends, I wonder if its possible to load a blob data from a mysql table and load the content in a loader component, well actually I loaded the blob content into a array in flash but just don?t know a way to get the loader to load the content... maybe the nature of the same doesn?t ...more >>

IP address of client
Posted by mbulat at 10/18/2004 9:31:05 PM
Does anyone know if it's possible to get the users remote ip address via flash remoting. I came across an example of this using the AMFPHP project (http://www.flash-db.com/remoting/?serviceID=12&category=Location/Geography) but can't find anything about doing this with flashremoting for .net. ...more >>

Multiple Requests using Flash Remoting
Posted by seedolla at 10/18/2004 9:57:29 AM
Hi I am having a problem calling mutiple requests with Flash Remoting. I have flash file that calls remote methods on a statful java object on the server side that communicates with a servlet on the server-side. I can't seem to get multiple requests working on that servlet through the obje...more >>

NetServices.as: File not found.
Posted by vegas NO[at]SPAM pagetraderinc.com at 10/16/2004 4:04:55 PM
NetServices.as: File not found. is missing. I have installed and re-installed the source code and the installer pack for actioscript 2.0. When I copy all the as files from First Run into the Flash directory I get a different error. Where is the connection found that translates to Flash MX whe...more >>

Multiple service calls not working
Posted by bluestix at 10/15/2004 3:44:14 PM
I can make calls from Flash to ColdFusion on my server but in the file I am working on I can only get one call to return information. If I make any additional calls to the same service or define a new service and make calls to that they dont work. They dont return a result or a fault. Noth...more >>

Updating Record Count in Datagrid during Download
Posted by mshe at 10/15/2004 2:51:44 PM
Hi all, Does anyone have an example to show me how to update the number of records in a datagrid while I am downloading data? For example if I have 200 records, I wish to show a realtime update of how many records have been downloaded to the client machine. Thanks. ...more >>

enable flashgateway after running the updater?
Posted by WorkRequest at 10/13/2004 8:19:26 PM
After I run the CF MX Updater, my Flash appplication is stopped working. Then I found this instruction(below) from the website to enable it. Access from Macromedia Flash to web services using the Flash Gateway is disabled by default in Updater 3. To enable access from Macromedia Flash to we...more >>

Update String won't Work
Posted by Silvertype at 10/13/2004 4:36:55 PM
Hi guys, I have a problem with updating my database in flash remoting mx. Whenever i try to update the table using a new value, the error below is thrown: Operation must use an updateable query Below's my code for updating the table called "poll.mdb". It is written in asp.net with VB.N...more >>

Connecting with . net assemlies..
Posted by hotketu at 10/13/2004 12:39:23 PM
Hi i want to connect flash with .net assembly (.as) file and i want to use methods of that file. i am trying to connect using Flash remoting component 2004 but i am failed to get the output. can any one give me an idea about how to connect with .net assembly using Flash remoting comp...more >>

Passing Arrays from Flash to CF ???!
Posted by phil ashby at 10/13/2004 9:14:57 AM
Hi all, wonder if you can help - I can't seem to get my head around arrays in CF. I'm passing an array from Flash...netdebug output below, but I can't work out how to access the different elements (data, label) within the array once in my CF function? The MM "help" doesn't, as usual... ...more >>

RDBMSResolver does not process results_packet XML
Posted by madeiras at 10/11/2004 4:17:17 PM
Has it been fixed. REFERENCE: Topic Title: RDBMSResolver does not process results_packet XML Created On: 03/16/2004 02:42:43 PM Thanks...more >>

Using Remoting AS2.0 with V2 UI Components
Posted by CFFLDave at 10/11/2004 3:53:01 PM
No offense, but is using V2 Remoting AS2.0 with V2 UI components, a covert military operation? I can find no articles with examples. I need to learn how to query, databind, and subsequently update a database. This should not be rocket science. Microsoft support (believe me I do not...more >>

Is Flash Remoting Included With CFMX?
Posted by happy_christy at 10/8/2004 6:56:00 PM
I'm a little confused. Is Flash Remoting included with CFMX? Or must I purchase it separately?...more >>

Tomcat 5 server and Flash Remoting
Posted by Stephen San Deigo at 10/8/2004 4:17:36 PM
Help, I am trying to get Flash Remoting working on our Tomcat 5 server. I can get the examples running only when the url is set to localhost. If I change it to the correct url it no longer functions. I read that you need the frconfig.txt file in order for it to work anywhere else beside...more >>

Connected to gateway, makes call but no return
Posted by mattarm at 10/8/2004 12:58:10 AM
I have a very strange problem happening when I migrate an application from an stageing server to the clients server. I have migrated the files and can run the application from the authoring environment using the CFC's on the clients server - all works fine. Once I try to use the files on t...more >>

How to pass a structure to a CFC???
Posted by SteveSt at 10/7/2004 9:46:38 PM
I have a cfc that requires a structure to be passed in: <cffunction name="getContracts" output="true" returnType="struct" access="remote"> <cfargument name="structContracts" type="struct" required="yes"> <cfset var tReturnValue = structNew() <cfset tReturnValue.bSuccess = true> <...more >>

Flash can't call ColdFusion Component using CF Ma
Posted by DARAB at 10/7/2004 2:12:21 AM
I need to connect to a ColdFusion Component from Flash (2004). Every thing is working fine if I use the <web folder>dot<ColdFusion Component Name> syntax. When I use a ColdFusion mapping locally or remotely, nothing happens. When I use the mapping locally and run the Netconnection Debugger...more >>

Using J2EE Back End - What is DataGrid Expecting?
Posted by TiredOne at 10/6/2004 9:15:32 PM
I have MX 2004 and have loaded the remoting for AS2. I am trying to retrieve an ArrayList into a DataGrid. Flash gets to the java server and successfully executes the retrieval, but when the ArrayList comes back into the remoting connector, it is an array of empty objects (as seen in debugger)...more >>

remoting not working in mx 2004
Posted by folerf at 10/6/2004 2:48:37 PM
I have been working with remoting in mx, but when i try the same exact code in mx2004 it won't work. did anyone have any similar experiences? any suggestions how to get it to work? thanks...more >>

AS 2.0 Classes not installed?
Posted by Silverline at 10/6/2004 11:29:12 AM
Hello, I am using Flash Remoting to connect to a dotnet assembly, but I think the AS 2.0 classes are not being installed on my computer, even though the AS 2.0 classes installer completes successfully. After installing the classes directory contains a folder called "remoting", but that fol...more >>

How is Flash Remoting installed
Posted by hasanali00 at 10/6/2004 9:12:40 AM
Hi I tried to look for this answer on the website, but could not find one. My question is: if I buy Flash Remoting. where is it installed. Is it installed on a web server, or on a local machine. If it is installed on a web server, would I have a problem installing it on a shared hostin...more >>

JUST GET ME CONNECTED
Posted by stebennettsjb at 10/5/2004 3:02:40 PM
Hi, i've been making a website using cfcs flash remoting (on mx 2004) it works great on my home computer using coldfusion developers edition... Now i want to put it up on site... i have coldfusion web space and put all files up as they where on my computer, nothing... i emailed my hosting ...more >>

Returning ASObject in Flash/.NET remoting
Posted by KVdS at 10/5/2004 12:11:18 PM
I've written a small test-class in C#: using System; using System.IO; using System.Collections; using FlashGateway.IO; namespace FlashRemoting.FlashTest { public class TestClass { public TestClass() { } public ASObject GetAnObj() { ASObject aso = new ASOb...more >>

openAMF
Posted by neosamz at 10/5/2004 8:30:38 AM
I am a beginner in Java and Flash. Could anyone give me a "hello world" sample using openAMF from java project into flash presentation? This sample will help me to start and I'm really appreciate for the help. Please send it to samuel@britesoftcorp.com. Thank you. ...more >>

CFC Trouble
Posted by Course Vector at 10/5/2004 4:05:12 AM
I created a CFC that lists directories and jpgs. I can target it using a normal coldfusion file and it works fine. The CFC is located at the root in a folder named "remoting" .cfm code: <cfoutput> <cfinvoke component="remoting.getDir" method="getList" directory="" returnVariable="me...more >>

pass arguments using remoting component
Posted by ultimateCF at 10/5/2004 12:31:46 AM
Is it possible to do the following, and if so how? Using the remoting component pass a variable as an argument to my cfc....more >>

Flash Remoting with very large databases?
Posted by Saywell at 10/4/2004 8:42:34 PM
I am very interested in utilising Flash remoting, to redevelop my company?s system. I would like users to access and administer our databases using flash as a front end, as I see enormous potential for it to be a complete all encompassing office solution. I have very little idea of the...more >>

java pagedResultSet problem
Posted by killjoy_tr at 10/4/2004 11:10:42 AM
Hello, I've been trying to make use of PagedResultSet created in a servlet the way below; Connection connection = getConnection("oracle_map"); Statement statement = connection.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE, ...more >>

Can Flash remote access CFM SESSION?
Posted by Jeremy Tan at 10/3/2004 11:34:57 AM
Hi everyone, I am new to Flash. I am thinking to convert a HTML ColdFusion Application to Flash version, In the HTML Version, I am keeping most of the user login details in SESSION, how can I do this in flash if want to re-use the existing code. ...more >>

google search and flash SWFs
Posted by animathor at 10/1/2004 4:06:10 AM
Hello, We have a flash enhanced site, completely built with flash, with lots of text content embedded in the flash swfs. But, we want to make sure that google can index our content! google can't search swfs properly. There are issues with timelines and levels trying to link to a s...more >>


DevelopmentNow Blog