Once again - Adobe’s documentation is totally unhelpful.
For reasons that aren’t worth going into, I want to add Operation objects programmatically to a RemoteObject. The “operations” attribute (defined in AbstractService) has the following helpful information:
The Operations array is usually only set by the MXML compiler if you create a service using an MXML tag.
Fantastic. So what if you aren’t? Is it a regular numeric array of Operation objects? Or an associative array (suggested by the fact that the attribute type is Object, rather than Array), using the remote service method names?
Adobe: WTFM (properly!)



Recent Comments