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

Filter by week: 1 2 3 4 5

XML Connector Help
Posted by self01 at 8/31/2004 4:13:24 PM
I am using the XMLCONNECTOR component in flash to bring in data. I can connect to the data fine with the component but I don?t know how to display the xml inside a dynamic text field. Does anyone know how to target the specific parts of the xml loaded in then display them into text fields...more >>


Passing objects to .NET...Here's how!
Posted by Rooster60602 at 8/31/2004 3:40:52 PM
After a lot of digging around, I ran across a post in Tom Muck's blog about passing generic objects from Flash to a .NET assembly. Documentation for FR/.NET states that objects can be passed "back and forth" between Flash and ..NET, and MacroMedia provides some info on getting objects from .N...more >>

NetConnection.CallProhibited Problem
Posted by kuruption20877 at 8/30/2004 9:28:31 PM
I am having a problem with my flash remoting application. The application works fine on our production server for most of our clients. However I would say with about 1/10 of our clients, none of the dynamic data is appearing, and they are getting a NetConnection.CallProhibited error. I have...more >>

NetServices.as????
Posted by chrism59 at 8/30/2004 3:38:37 PM
I am new to flash and flash remoting. I am on MX 2004 Pro. I have the following code in the first frame: #include "NetServices.as" when I compile i get this: **Error** Scene=Scene 1, layer=Actions, frame=1:Line 2: Error opening include file NetServices.as: File not found. #in...more >>

NetServices.as errors
Posted by faajohn at 8/29/2004 10:43:11 PM
When testing movies that call the NetServices.as, I get the following errors: ------------ **Error** C:\Program Files\Macromedia\Flash MX 2004\en\Configuration\Include\NetServices.as: Line 80: Expected a field name after '.' operator. NetServices.trace("NetServices", "info", 2, fu...more >>

Remoting newbie question
Posted by tim99 at 8/29/2004 10:22:26 PM
I've just gone through Flash MX Pro 2004 for Server Geeks, and thought remoting looked easy.. until I tried to do it myself. I'm using a Coldfusion MX CFC to get the data, and I know the result is coming through properly, because the Net Debugger shows the data coming through. However, my ...more >>

Java - Servlet.
Posted by Flasham at 8/27/2004 10:17:29 AM
Hi All! I have a Servlet but can't connect to them from Flash. What i mast write in first parameter of the gatewayConnection.getService function. In web.xml: --- <servlet> <servlet-name>UserRequest</servlet-name> <servlet-class>mm.UserRequest</servlet-class> </servlet> -...more >>

returning array from CF to Flash ?
Posted by dr_bozak at 8/27/2004 2:53:44 AM
hello I am trying to substiute a query output from CF into an array for a flash movie ... i think that Cf will return an array instead of a recordset ... ie I want to replace in Flash: myArray = ['1','2','3','4'] with myArray = [query results from CFC] **** the flash code ...more >>



accessing remoting connection outside of main tl.
Posted by ginx75 at 8/26/2004 7:37:30 PM
I have added my connection on the main timeline. I can also run the 'serviceObject.insertStat("7028799","1","00:00") ;' line which works from the main timeline. I need to be able to run the 'serviceObject.insertStat("7028799","1","00:00") ;' from with a screen or movie clip that has bee...more >>

Object Instance does not Persist
Posted by mrism at 8/26/2004 1:18:00 PM
Hi I am developing an application using FlashRemoting for .Net. My issue is - => I have a method in .net which initializes an object-instance. => I have another method which uses the object-instance created by first method => My flash application calls the first method and the object-in...more >>

urgent::: Projector + cross-domain.xml
Posted by Mykoo at 8/26/2004 11:18:52 AM
I'm developing a desktop standalone projector application in which: 1-the client's computer, connected to the web, is running the flash app (as a projector) 2- flash is sendingAndLoading with a php script on the server which will write some xml and send it back to flash for confirmation. ...more >>

about localhost
Posted by Mykoo at 8/26/2004 11:12:04 AM
This is probably a 'duhhhh'... silly question but if a movie's LoadVars sends and loads to http://localhost/whateverFilename.nnn does that Always refer to the server the movie happens to be served from ? ...more >>

How-to question on the frconfig.txt file in .NET
Posted by seversp at 8/26/2004 3:44:28 AM
I'm using Flash Remoting .NET on a production server and need to access the service from another production server in the same domain. Is the IP address defined in the frconfig file the address of an additional server that can access your service, or the address of the server the Remoting ser...more >>

.Net Remoting and Flash Remoting
Posted by Jason at 8/24/2004 10:49:50 PM
Hi- I'm just starting to do some research into Flash Remoting and figure out what exactly it's all about. Unfortunately, macromedia's marketing jargon isn't much help.... The simple question i'm trying to answer is this: Does Flash Remoting provide the 'gateway' to an existing .Net Remoting ...more >>

Flash Remoting Book
Posted by Xtort at 8/24/2004 7:35:48 PM
I just bought the O'Reilly Flash Remoting: The Definitive Guide. This book, however, doesn't seem to cover AS2, and the examples I am doing are not working, since the UI Components I have are not the same as the ones used in the book. Could someone suggest a book that I can use to learn Flash ...more >>

AMF/Flash Remoting Locally?
Posted by Rooster60602 at 8/24/2004 5:29:00 PM
Can anyone point me to an application that allows local access to .NET classes through AMF/Flash Remoting? I love MM Flash Remoting, but the EULA only allows it to be used in a server-client scenario. FlashORB's upcoming v1.5 looked promising, until I learned that to distribute my applic...more >>

Flash and a SQL database
Posted by snurg at 8/24/2004 1:57:43 PM
I am working on a project that is turning a HTML-based website using a SQL database into a Flash website with dynamically-driven data that is updated constantly Is this compatible? I know Flash Remoting is more current, but as I am new to database integration w/ Flash, I'm confused i...more >>

Re: AMF PHP, 2004 MX, Debugger not working
Posted by Digitalboy(China) at 8/24/2004 4:16:59 AM
hi, How to install the gateway of php. thankx...more >>

New vs. Old UI Components?
Posted by Xtort at 8/20/2004 2:01:53 PM
I am reading the Oreilly book "Programming ColdFusion MX 6.2" by Rob Brooks-Bilson. I have been programming CF for a few years, but I am new to the Remoting Model. I updated my Flash 2004, and I am having trouble following the examples in the book. My UI components don't operate in the same ma...more >>

JAAS integration
Posted by zebastien at 8/19/2004 6:50:15 PM
Hello, I have a J2EE server and am using the J2EE security of the web-container and the server declarative security. Once authentification and single-sign-on are passed, I'm launching a flash movie using flash remoting to call my session beans, I however get server security exceptions beca...more >>

Flash .Net Remoting Issues for passing..Objects
Posted by flash_player at 8/19/2004 1:30:41 PM
Hi All We are developing a web application using Flash Remoting. The backend server implementation is in C#. We would need C# objects to be passed to the Flash layer and vice versa. We understand that one way to do so is using FlashGateway.IO.ASObject. But this is more like a simple Has...more >>

DataGlue.Bindformat in a childmovie not working?
Posted by feiloiram at 8/19/2004 11:10:45 AM
Do I have to use the method : BindFormatFunction from the DataGlue-class in the same movie as wherein I pulled in the data? This is the problem I have : I have a form-based movie in which the first childscreen pulls in data from the server. I have no problem binding that data using the a...more >>

Flash Remoting Source Files
Posted by self01 at 8/18/2004 10:13:04 PM
Can someone please tell where I can download RemotingSourceCode.zip? I have searched the Macromedia site and haven't been able to locate them. ...more >>

Passing objects to .NET...Impossible???
Posted by Rooster60602 at 8/17/2004 2:48:48 PM
Documentation for FR/.NET states that objects can be passed "back and forth" between Flash and .NET ("By passing ActionScript objects BACK AND FORTH [emphasis added] between the remote service and the Flash application, you can...") I've seen some info on getting objects from .NET into Flash ...more >>

help with tutorial
Posted by draven000 at 8/16/2004 4:06:51 PM
Hi, I downloaded the sample tutorial from here. http://www.macromedia.com/devnet/mx/flash/articles/ria_databases.html However, it works fine when I run it from Flash, but when I run it from my CFMX server, it doesnt' display any data. Do I need to change anything? CFMX's ODBC is...more >>

flash remoting requirements
Posted by forums.macromedia.com at 8/16/2004 10:45:56 AM
What software does flash remoting require? I have: win2k server coldfusion mx 6.1 do I also need to purchase flash remoting? shaun ...more >>

Data not returned using Flash.Result?
Posted by pereirap at 8/14/2004 1:49:48 AM
I am writing a simple hello world app using remoting, and cold fusion in dreamweaver. I can't get the CFM page to return a simple string to Flash. The connection is established just fine (I think) - at least, the net debugger doesn't kick about it. Is there something I need to configure in...more >>

Flash remoting connector, setting params by code?
Posted by JerryD at 8/12/2004 7:16:08 PM
I am able to use the remoting connector fine with binding, however I would like to set "params" by using code. I've tried rc.params.myparameter = "parameter value" syntax but this does not seem to work. Any suggestions? Thanx ...more >>

Error when trying to connect
Posted by biggernik at 8/12/2004 6:06:56 PM
When I try to connect to our Server via flash using remoting, I get this error: Error opening URL: "https://XXX.XXX.XXX/flashservices/gateway". I know the CFC is correct and the call to the cfc and server have been checked again and again. Could there be something that I'm overlooking? I'm usi...more >>

Remoting 2.0 Tutorials
Posted by targetplanet at 8/12/2004 2:11:06 PM
Does anyone know of any good remoting 2.0 tutorials? The documentation is good, but it is lacking in the example department...more >>

_Result functions not getting called
Posted by Iain2004 at 8/11/2004 4:11:34 PM
I have been using flash remoting for a while, no real problems. Came across a bizarre thing today. On a new swf i created the remoting works fine. i.e. if i send a load of data over it to put in a database it works. but when i try and return a value to flash from it none of the Function ****_R...more >>

Install Flash Remoting .Net on Win2k3 Server
Posted by plastical at 8/9/2004 2:53:43 PM
I 've spent hours trying to find any posts about how to make work the damn -flarem.net - thing on the new windows 2003 server... The installation worked perfectly and everything seems to be in its right place, but... But when i try to open the sample page, just to see if the stuff works, it ha...more >>

Integrate: Comm. Server, Remoting, and JRun4????
Posted by j9harris at 8/8/2004 5:03:22 AM
I'm a student constructing a flash site. The site must be able to play mp3's, and render images and video. I'm using the following architecture: (1) client layer: Flash MX with Flash Remoting Components installed These applications are installed on my laptop. (2) webapp/server laye...more >>

return type struct not working
Posted by database_monkey at 8/5/2004 6:11:07 PM
I have a simple cfc that returns an object. However, when trying to display the results in flash, the results are empty. If I change the return type to boolean or query, the results are returned fine. Has anyone else had this problem? I had no problems with struct return types in remoting 1.0....more >>

Disable F3 & F5 Function keys in IE browser
Posted by vrk17 at 8/5/2004 4:33:13 PM
Hi All, I was trying to disable the F5 and F3 key in Internet Explorer whenever it loads an htm page. Somehow I worked it out with a javascript code, but this code does not work in the same page when there is a flash (swf) object in the page and the focus is on it. If the focus is out o...more >>

Configuring IIS/.NEt for Flash Remoting
Posted by JerkyRobot at 8/4/2004 8:11:58 PM
I have recently installed FlashMX2004 and Visual Studio .Net, I have Flash Remoting on our server at work, and installed the components, the compnents for ..net, the updated components for AS2.0, I then installed the .NET SDK, IIS is up and running; yet, when I try to run examples out of Tom ...more >>

Display Recordset in a Flash Application
Posted by ba_franco at 8/4/2004 7:51:00 PM
Hi ! I?m using Flash Remoting and i get a recordset from a web service Well, the result structure is: ->results: .Net DataSet (array) [optional] -[n] : data (Object) The Network Debbuger brings to me: (CatID and Desc are the record fields from my table where web service do a SQL ...more >>

Trouble with Object response
Posted by darac79 at 8/4/2004 12:20:46 PM
I'm Using MX2004 Prof, OC4j App.Server and openAMF The response of the remoting Method sends an Ressource/ASObject - but I can't access the properties of my userdefined Class Ressource in this case a simple String attribute "_name" In trace re is an Object -> re.result,re.re...more >>

any idea why?? please
Posted by uncle_3than at 8/4/2004 3:03:24 AM
simple remoting question 1. I check my cfc in localhost:8500 page, it shows me my cfc 2. I checked up localhost:8500/flashservices/gateway, it shows me a blank page, which is right 3. I put a NetDebug.as in my Fla 4. my remoting component is for 2004 then when I try to call my cfc fro...more >>

Pass selectedItem from ComboBox to RemotingConn
Posted by tvoyles at 8/3/2004 6:02:24 PM
Greetings all, I have two combo boxes whose options are populated with record sets returned from two methods within a cfc. I am using two RemotingConnector components in MX 2004 Professional to achieve this. The first provides the list of choices for combo box #1. The item that is selec...more >>

combo box with dataGlue problem
Posted by melo-mel at 8/3/2004 1:28:51 PM
Hi, Could someone please explain why i can' t do the following? DataGlue.bindFormatStrings(cboTopic, re.result, "#topic#", "#topicID#" ); cboTopic.addItem( {label:"coolStuff",data:22} ); The 2nd line won't work, if i execute the first line. I get an undefined item in the comboBox. ...more >>

newbie remoting question
Posted by uncle_3than at 8/2/2004 1:54:26 PM
Hi, here's my FLA file ActionScript: #include "NetServices.as" var myURL = "http://localhost:8500/flashservices/gateway"; var myServicePath = "frdg/HelloWorld"; myResult = new Object(); myResult.onResult = function(data){ trace("Data received from Server : " + data); ...more >>


DevelopmentNow Blog