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
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")]
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