Has anyone got a sample or something to get me started on how to get AIR to
point to a remote server?  I have a feeling it has something to do with
"="MySite.source.functions">" but not sure where to go from there?
 
 
            <mx:RemoteObject showBusyCursor="false" id="dataManager"
destination="ColdFusion" source="MySite.source.functions">
                        <mx:method name="GetData"
result="GetData_result(event)" fault="GetData_fault(event)"/>
                        <mx:method name="SendData"
result="GetData_result(event)"  fault="GetData_fault(event)"/>
            </mx:RemoteObject>
 
Thanks

Michael Azar
Programmer / Web Design

 <http://www.microsupportservices.com/> Micro Support Services, Inc.
(334) 793-3107  
 



-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the 
subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

<<image001.gif>>

<<image002.gif>>

Reply via email to