well, even if your swf is loaded via file://, the RemoteObject call is over the network, even if localhost, so service cap should see it, eh?
Not sure of the rest. When I've worked with CF/Flex, I made it all typed on both sides of the fence. Hey, you are in Atlanta! Come on out to http://www.affug.org next week. DK On Tue, Jul 15, 2008 at 5:51 PM, Tom McNeer <[EMAIL PROTECTED]> wrote: > To Dan: > > Thanks for the suggestion, but this is a RemoteObject request. > > Mr. K: > > To learn anything from ServiceCapture, I'll have to move a few things, which > I'll do tomorrow. Currently, the app is running on my laptop, and if there's > no network traffic, well, ServiceCapture can't capture much. > > I'll move it to a true Dev server in the morning and let you know what I > find. > > Meantime, here's Estimate.as: > > package model > { > > import mx.collections.ArrayCollection; > import model.Customer; > import model.Order; > > [Bindable] > public class Estimate > { > public var estimateID:int = 0; > public var order:Order = new Order; > public var customer:Customer = new Customer; > public var configAC:ArrayCollection = new ArrayCollection; > > public function Estimate() > { > } > > } > } > > Thanks for any suggestions. > > > -- > Thanks, > > Tom > > Tom McNeer > MediumCool > http://www.mediumcool.com > 1735 Johnson Road NE > Atlanta, GA 30306 > 404.589.0560 > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

