Still no luck. I'm trying to go very slow and use a dumbed down version of the example. I'm getting
* Could not find file for class: mx.messaging.channels.AMFChannel : Error: File not found: mx.messaging.channels.AMFChannel* SDK is pointed at /C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs/ I see the AMFChannel.as in /royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\messaging\channels/ but the compiler isn't finding it..... Here's the code: <j:Application xmlns:f="http://ns.adobe.com/mxml/2009" xmlns:b="library://ns.apache.org/royale/basic" xmlns:j="library://ns.apache.org/royale/jewel" xmlns:h="library://ns.apache.org/royale/html" xmlns:accessories="org.apache.royale.html.accessories.*" xmlns:local="*" initialize="appInit()" > <b:ApplicationDataBinding /> <b:ContainerDataBinding /> <b:ClassAliasBead /> <f:Script> </f:Script> <f:Declarations> <b:SimpleRemoteObject id="service" destination="SecureColdFusion" source="basemap.CFC.MIS_Lists" fault="onFault(event)" /> </f:Declarations> I can't figure out what to set to make it compile. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
