What is PLAYERGLOBAL_HOME set to? -Alex
On 1/7/18, 7:03 AM, "Yishay Weiss" <[email protected]> wrote: >I think that might have been it but I’m now struggling to get a Royale >build working. > > > >When trying to build Basic I’m getting > > > >C:\dev\flexjs\royale-asjs\frameworks\royale-config.xml(74): col: 0 unable >to open 'C:\dev\flexjs\royale-asjs\frameworks\\11.1\playerglobal.swc'. > > > >Any pointers would be appreciated… > > > >________________________________ >From: Alex Harui <[email protected]> >Sent: Tuesday, January 2, 2018 7:05:48 PM >To: [email protected] >Subject: Re: Compiling Royale Libraries with Flash Builder (SWF) > >In Project/Properties/Flex Build Path dialog, see which SWCs are being >used. If your Royale SDK is/was a JS-Only one, you may be using the JS >SWCs during SWF compilation. > >HTH, >-Alex > >On 1/2/18, 12:42 AM, "Yishay Weiss" <[email protected]> wrote: > >>I’m getting messages such as >>1044: interface method applyImageData in interface IImage not implemented >>by class BinaryImage >> >>When I look at IImage I see >> COMPILE::JS >> function applyImageData(binaryDataAsString:String):void; >>So it looks like the FB compiler ignores the fact that It’s a JS only >>method and expected swf implementers to implement it as well. >> >> >
