all groups > macromedia flash flash remoting > january 2004 > threads for january 8 - 14, 2004
Filter by week: 1 2 3 4 5
Netconnection Debugger is missing from mx2004
Posted by rabble at 1/13/2004 2:12:25 PM
I don't seem to be able to find the netconnection debugger in
Flash mx professional 2004, although i have no problem
finding it in flash mx.
anyone know where it is?
i purchased an upgrade. does it use something else?
robert butz
butzr@mail.nih.gov
... more >>
Flash Remoting The Deffinative Guide .NET assemblies
Posted by peterR_H at 1/12/2004 4:42:25 PM
Hi all, bit of a remoting /.NET question here.
using System;
using FlashGateway.IO;
namespace com.oreilly.frdg {
public class BookAssembly {
public ASObject GetBook() {
ASObject aso = new ASObject();
aso.ASType = "Book";
aso.Add("title", "FRDG");
aso.Add("author", "Tom Mu... more >>
Help: Adding SOAP Headers!!
Posted by MartinRandall at 1/12/2004 9:37:53 AM
I'm trying to write ActionScript that will use a webservice and add a soap header to the function calls. I've tried addHeader() as described in the Help section, but when I monitor the SOAP requests from my webservice, there is no header added.
Does anyone have any examples of addHeader actually ... more >>
Can't "create()"...
Posted by KarstenTS at 1/11/2004 1:22:45 PM
Hey, everybody!
I got a strange problem... I can establish a connection to my EJB, and I can call methods from that, but I can't call the create() - Method.
That's something I don't understand. Why is that?
A Servlet I built to check for being correct works fine and the WeatherSample works fine... more >>
The legal status of AMFPHP
Posted by Pavils Jurjans at 1/9/2004 12:24:18 PM
Hello,
Prior to pursuing some PHP project, I'd need to know the official status of
AMFPHP in the eyes of MacroMedia - is it sort of "illegal", since it is
developed by hacking into the undocumented AMF format, or is it "Okay" to
use and there are no kind of bitterness feelings about it from MM... more >>
|