[FALCON] linking resources to ByteArray (rather than display objects)

2014-12-30 Thread Alex Harui
OK, sounds like there are issues with embedding. It might also be helpful to have JIRA issues to track these. -Alex On 12/30/14, 7:22 AM, "Left Right" wrote: >In addition to this, when linking symbols from other SWFs, the >generated code must be incorrectly generated. The class below: > >packa

Re: Falcon linking resources to ByteArray (rather than display objects)

2014-12-30 Thread Left Right
In addition to this, when linking symbols from other SWFs, the generated code must be incorrectly generated. The class below: package com.powtoon.assets { import flash.display.Sprite; [Embed(source="../../../../assets/WistiaPlayer2.swf", symbol="com.powtoon.assets.Scrubber")]

Falcon linking resources to ByteArray (rather than display objects)

2014-12-30 Thread Left Right
I'm getting an error: TypeError: Error #2022: Class PlayerResource$ must inherit from DisplayObject to link to a symbol. for the class, which looks like this: package com.powtoon.assets { import flash.utils.ByteArray; [Embed(source="../../../../assets/hx-player.swf", mimeType="applicati