Making custom RemoteObject
I'm having a terrible time making a custom RemoteObject component. When I try to make one (in FlashBuilder) it won't let me select "RemoteObject" to be "Based on:".
Right now what I have is >100 RemoteObject instances which need a remoteTimeout value. Rather than putting over 100 of these in each instance and then doing it again when I want to make another change to all of them, I'd prefer to turn all of them into MyRemoteObject and then just change that class. How can I do that?
|