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

Filter by week: 1 2 3 4 5

where on server do I paste "NetServices.as" file
Posted by artane at 5/28/2004 6:02:04 PM
hey guys, I'm trying to make this hello world example work and I get an error saying: An error occurred : Service threw an exception during method invocation: null I'm curious, where on my site do I need to paste the "NetServices.as" file? The first line in my actionScript is: #includ...more >>


Flash remoting MX and Weblogic
Posted by jeng83 at 5/28/2004 9:42:58 AM
Hi, i'am new to flash remoting MX. Now, i'm working with flash MX pro 2004 and BEA weblogic server. Can anybody tell me where i can find tutorial and article or examples about using remoting component and weblogic server? Thank you!!!! ...more >>

Local aplication that updates when connected
Posted by Rossco G at 5/28/2004 1:20:29 AM
I'm trying to build a stand alone application that is used as a sales tool on a laptop, this sales tool is managed via on online .NET application. ie. product name, model, images etc. When the salesperson is online i want the application to go and retrieve the latest data and cache it on t...more >>

How to pass ASObject back to .Net Assembly?
Posted by mrism at 5/27/2004 10:09:46 AM
Hi Guys, Can any one help me out how can I pass back an ASObject back to .Net assembly method and then read the values from it in the assembly method to process it further ?? Thanks ...more >>

Debugging with Remoting
Posted by Vidal at 5/26/2004 3:24:14 PM
When I select Control/Test Movie everything works fine except for some script unrelated to my Flash Remoting calls. So, I selected Control/Debug Movie, I can't debug the script that's unrelated to the remoting calls, because the data I'm loading into the movie no longer loads. Is this a bug ...more >>

install flash remote mx 2004 Proon mac problem
Posted by visual-wow at 5/25/2004 9:19:06 PM
I can not install the component. It was a folder on download. After playing with root and such on mac it finally turned into an icon application. But never the less it tries to launch and intall flash remote and cannot. Any solutions? thanks ...more >>

Flash MX Remoting Components
Posted by bonifacas at 5/25/2004 5:51:49 AM
Flash MX Remoting Components Do i have to pay for remoting components for Flash MX if i have Flash MX license? ...more >>

setDataProvider and list component question
Posted by hAndyMan03 at 5/25/2004 4:16:32 AM
I'm using a list component (flash mx 2004 pro) to display all the members i my Access Database. I order to to that i have a coldFusion Mx component (cfc) which returns firstName, lastName and ID. I use the following code to populate the list component (and that works fine): myList.setDataP...more >>



In Progress returned from remoting recordset
Posted by Vidal at 5/24/2004 4:28:09 PM
Hello, I'm using Remoting to return a recordset. The first 10 records are returned, but after that "In Progress" is returned. Here's the code I'm using: function getCustomers_Result( result ) { result.setDeliveryMode("fetchall"); var intLength:Number = result.length; ...more >>

Remoting with ActionScriptV2
Posted by Gundja at 5/24/2004 2:11:35 PM
Hi, I am trying to do Remoting with actionscript V2. i've got a class which is the entry point of the application like that : class Application { static var globalGateway:NetConnection public static function getGateway():NetConnection { if(this.globalGateway==null) { ...more >>

Server Requirements !
Posted by ajknight at 5/24/2004 10:57:36 AM
Does flash remoting require any particular components to be installed on the server. ??? I am still a little niave when it comes to flash remoting, so i am wondering are the flash remoting libraries hosted on the server or within the flash player itself. Help appreciated!!! ...more >>

localhost should be replaced
Posted by Vidal at 5/20/2004 7:29:51 PM
Flash Remoting is supposed to automatically replace localhost with the host of whatever server calls the application. This is according to the following note in the topic on NetServices.setDefaultGatewayURL in the Flash Remoting docs. Note: If you specify localhost as the host in the setDef...more >>

new to remoting, simple question
Posted by artane at 5/19/2004 5:06:11 PM
hey guys, I just got flash remoting mx and I want to perform a simple operation. OnLoad, I want my flash movie to reference a table in my SQL server database. If the "approved" field is "true" I want my flash movie to goToAndPlay Frame 2 else I want it to goToAndPlay Frame3. How would ...more >>

Button Inside Data Grid
Posted by vivahavana at 5/19/2004 1:58:01 PM
Got 2 questions here. 1. How do I insert button inside data grid? 2. How do I reference the button (inside data grid) with hyperlink so that whenever users click on it, an URL is opened. Sample ouput of Data Grid. Code Category A1 Notebook <button> --> hyperlink as "http:/localhost/...more >>

Get data from .NET - Pass back to .NET
Posted by MaartenBel at 5/18/2004 1:33:52 PM
This is - very basically - what I want: A .NET webform calls a FlashMX2004 application, which gets some datatables from the .NET classes. This already works, so no problem here. The Flash contains a button, which passes some data back to .NET (no problem either). But how can I do this ...more >>

delayed response on SOAP web service call
Posted by Rooster60602 at 5/17/2004 4:54:22 PM
I'm using FR to call two web services for weather and time in several regions. When testing the services at xMethods or the developers' sites, I get a response immediately. When accessing thru FR, it's taking 10 seconds to get time and 45 seconds for weather...Any ideas on what would cause t...more >>

ListBox - DataGlue Problem
Posted by CyrilAnthony at 5/16/2004 8:22:45 PM
Hi All, I am using the calendar component to populate a listbox with a list of available times from the database using DataGlue. I then try to select one of these times from the list box to populate another list box with a list of other choices drawn from the database. I tried to use the t...more >>

HELP - connecting flash to coldfusion using a gat
Posted by helpppp at 5/14/2004 12:42:28 PM
i am using the book, "complete flash remoting mx" by joey lott and i can't do the "create an e-commerce website" in the back! i've typed in all the code and it's all correct, but the connection between flash and coldfusion does not work. i have connected coldfusion to sql and that works fin...more >>

Instant Messaging via Flash?
Posted by Jon Juriga at 5/13/2004 11:39:02 AM
Hi all. Dont quite know if this is the group to post this to... but I need to develop an IM app for my clients dating site. Is Flash, and the Flash Comm. Server the thing to use for this? Any help would be great!!!!!!!!!!!!!!!!!! Thanks in advance -- Regards, Jon Juriga ...more >>

AMF vs XML file size
Posted by itdotcom at 5/12/2004 8:27:17 PM
I have been led to believe that use of the AMF format would result in smaller file sizes being transferred from server to client than XML. However, in my 'real world' testing, I have found quite the opposite to be true. XML=95k, AMF=302k! What am I missing? Have I done something wrong? O...more >>

addView mehtod in 2004 pro
Posted by KreeK at 5/12/2004 4:54:44 PM
Hey all, Just wondering if any one else has had a problem with the addView() method specifically getting modelChanged() to listen for recordSet updates in flash mx 2004 pro, such as the following code from the O'Reilly Remoting book: #include "RecordSet.as" var myRecordset_rs = new...more >>

NetServices.as File
Posted by lamynes03 at 5/12/2004 4:01:36 PM
I have coldfusion mx 6.1 and flash mx 2004 pro. Everything is running fine. All I did was open the example flash file "flash4.fla" from coldfusion directory and viewed the output. I get the following error. **Error** Scene=Scene 1, layer=actions, frame=1:Line 23: Error opening include ...more >>

New remoting components
Posted by silkpuppet at 5/11/2004 4:18:40 PM
It was announced on several blogs that the new (MX 2004) remoting components were in beta as of March 8, 2004. Does anyone have any information as to the current status of those components and their ETA? Also wondering if anyone has heard any talk of updating the current MX 2004 profes...more >>

I need that new data.
Posted by eschew at 5/11/2004 12:40:44 PM
Hi, Say i have a database or xml file that is updated frequently. I have a flash app that reads this data and displays it. The data is read once when the app is loaded. I need the app to display the new data when the database or xml file is updated without reloading the flash app. Wh...more >>

Remoting and list component problem
Posted by hAndyMan03 at 5/10/2004 11:26:08 PM
I'm using ColdFusion MX, Flash Mx 2004 Professional and Access for a project where we're building an online showcase... I have a list component which displays all persons registered in the database and now I want Flash to recognise which person the user clicks on (I need to pass that data ...more >>

LOADER WHILE YOU WAIT RESULT RESPONSE
Posted by Adrian Cadena at 5/10/2004 9:23:25 PM
Hello, Does any one know hot to put a VISUAL loader until you recieve the RESULT from remoting Service?. Please let me know. Adrian. ...more >>

JMS and Flash
Posted by mhan810 at 5/10/2004 8:13:12 PM
Hi all, I've been trying to figure out how to implement JMS asynchronous communication with Flash and it appears that is not possible. What I want to do: 1) Register for messages on a topic 2) Receive messages from the topic via a JMS MessageListener The only way I can see in Flash is to p...more >>

remotingMX + .Net + webservice + return undefined
Posted by jakesvj at 5/7/2004 1:51:08 PM
when i interrogate soap-based webservices built in .Net via flash remoting, it returns undefined. the flash log file throws: "Error","07/05/2004 11:29:13","Unserializable object: Person",""; however, if i interrogate the same webservices via WebServices API, it returns the expected object....more >>

Data Binding in first frame only?
Posted by weeble at 5/7/2004 1:18:53 PM
I'm trying to develop a basic database manager using Remoting/CF/ODBC (access). And have a basic application working fine on a small, flat file db, allowing me to ADD, EDIT, DELETE records. I've used textArea instances bound to the dataset to view and enter the field data However I now wa...more >>

Is it possible to check a connection is active?
Posted by Lucent Oculi at 5/7/2004 8:53:35 AM
Hi All, All the tutorials for flash remoting put the Net connection code in a "run once" section at the beginning of the movie. This works fine for me but in the event of the connection being lost how would you reconnect? Does the connection re establish itself? Can ...more >>

Not Authorized!?!?!
Posted by CF_Admin at 5/7/2004 8:39:14 AM
For the life of me I can't figure out why this default responder won't work, but it stops right after it sends the data. I get all the traces up to the 2 variables being sent... but it never gets to trace("trouble"), which didn't surprise me since it obviously wasn't running _result and retrie...more >>

naming convention to invoke service --- plz help
Posted by Buntu at 5/7/2004 6:40:18 AM
Hi all, and thanx for helping out.... I am working on flash mx, cfmx 6.0 and use iis. Now all my flash remoting (.asr) file works properly on localhost...but when i uploaded the files to my employers web server which has all the same softwares running as i do...it doesn't work. Well, the d...more >>

Need info/help on Flash Remoting install...
Posted by mjp420 at 5/6/2004 2:52:24 PM
Hi all, I've searched high and low for info on my situation but cannot find it anywhere. First, i installed a trial copy of Coldfusion MX on a development server. I have since upgraded to CFMX 6.1 via the upgrade method. From all of the documentation i've read, i assumed that Flash Remo...more >>

Variable Trouble!
Posted by CF_Admin at 5/5/2004 10:54:02 PM
I want to pass a user name variable from a Flash registration form (register.swf) to a Flash login form (login.swf), but instead of passing the variable, it passes the variable name. What am I doing wrong? Please someone help. This seems pretty basic, but try finding any information in Flash h...more >>

SharedObject -- can it store mp3's or pictures?
Posted by tan270luke at 5/5/2004 7:59:11 PM
hellow all ... I'd like to thank you in advance for taking a look at this // OBJECTIVE I have designed a site that utilizes flash remoting to connect to my database and query dynamic content (includeing text, jpgs and mp3s). I would like to be able to preload and store them in a shared obj...more >>

Flash Com, Building/Editing Components
Posted by sterlingfx at 5/5/2004 4:16:25 PM
Hey! I've just dived into Flash Communication Server MX 1.5. And I have some tasks in front of me to accomplish. I need to estimate how long/how difficult these tasks are below. I'm very comfortable with actionscript, and fairly comfortable with building components. But have not used c...more >>

Opening a CFM page from with flash
Posted by IainDFreestone2004 at 5/5/2004 11:03:47 AM
Hi, Does anyone know if it is possible to open a CFM page from within Flash and pass it a variable. i.e. I have a flash application and when I click a button I want to open a CFM page in a browser and pass it a variable so that I can use that variable in a query within that page. T...more >>

Detect "NetConnection.BadVersion" Status result?
Posted by Hunt?r at 5/4/2004 11:52:10 PM
Does anyone know if you can detect the "NetConnection.BadVersion" error? We receive this error when the server connection times out. Which is fine, that is the expected behavior. But, if you leave a flash app up when the connection times out, then it gives the end user no response to the st...more >>

going to live server is not working
Posted by wadearnold at 5/4/2004 7:08:58 PM
I have a remote server setup with a gateway. When I am developing everything works fine and the gateway works great. When I upload the website to a virtual host on the same server none of my services work at all. I have no idea how to even know what error I am getting either. domainNameWi...more >>

What is going on (Flash Components + Remoting)
Posted by Michael Hagel at 5/4/2004 12:45:11 PM
I recently redesigned an internal application for one of my companies larger clients. The app need the ability for users to register (so we could show them different views). We choose to use Flash + Remoting to power the entire app. Flash MX 2004 v2 components were used keep a consistent UI...more >>

AAAHHH!!! Movie loads before database Insert
Posted by CF_Admin at 5/3/2004 9:34:29 AM
Hi all... I really am ready to scream. I have tried everything I can think of, but no matter what I do I get one of the same 2 results. Either the movie loads faster than the data can be sent to ColdFusion, or the data gets sent, but the movie doesn't load. I have TONS of other work to do ...more >>

Creating downloadable .swf
Posted by Andrew_Field at 5/1/2004 8:33:35 PM
Hi - not sure if this is even the correct section to use, but hopefully I can be pointed in the right direction.... I'm a teacher who has created various Flash based games, quizzes and interactive activities to use with my students. I have made all of these available on the internet at my...more >>

What does this mean?
Posted by MailManUSA at 5/1/2004 4:08:54 AM
This works: http://myname.dyndns.org:8500/flashservices/gateway This does not: http://myname.dyndns.org/flashservices/gateway when I go to it straight from the browser. I've been having problems connecting to a CFC in Flash and having variables passed back from my online server ...more >>


DevelopmentNow Blog