RE: [flexcoders] RemoteObject source= bug?

2005-05-17 Thread Matt Chotin
Yeah, RemoteObject requires the classname to be set at compile-time in the tag, no binding allowed. Thats a bug that it didnt raise a compiler error. In 2.0 were trying to allow a lot more runtime tweaking of all of our services including RemoteObject to allow things like this. Matt

Re: [flexcoders] RemoteObject source= bug?

2005-05-17 Thread Scott Barnes
Robin Hilliard asked a nice question regarding this last night, in that will this get around whitelist security? or is it stored elsewhere and acts as a filter before allowing remote calls to be made? On 5/18/05, Matt Chotin [EMAIL PROTECTED] wrote: Yeah, RemoteObject requires the