No, sorry.  In 1.5 the source value must be available at compile-time.

 

Matt

 


From: Thijs Triemstra [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 12,2005 6:23 PM
To: [EMAIL PROTECTED]
Subject: [flexcoders] RemoteObject : source property

 


Can I use a variabele for the 'source' property with RemoteObject?

The code below doesn't seem to work :(



function initApp() {
  path = "vcs/Applications/Test";
}

<mx:RemoteObject id="applicationService" source="{path}"
endpoint="http://localhost/amf.php" showBusyCursor="true">
<mx:method name="setObjectInfo" result="createdChild(event.result)"/>
            </mx:RemoteObject>





Reply via email to