I want to add Flash Player to website. Can anyone help?...
more >>
I'm invoking a remote call that returns a result set of custom objects. The
results display fine in the datagrid, but it isn't selectable. DataGrid is
selectable when populated from a local array of objects [e.g. myDP = new
Array({name:'Chris', price:'Priceless'}, {name:'Nigel', price:'Cheap...
more >>
Anyone have any idea why I would be seeing the following error when creating my
own mx.screens.Form subclass?
The class 'mx.remoting.Service' could not be loaded.
My class appears as follows:
import mx.remoting.Service;
class com.streamray.util.FCSLoad {
public function ini...
more >>