You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by lizhi <sl...@qq.com> on 2016/01/19 11:05:47 UTC

how flexjs read [Embed(source=".png")]




--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/how-flexjs-read-Embed-source-png-tp51324.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: how flexjs read [Embed(source=".png")]

Posted by Josh Tynjala <jo...@gmail.com>.
If we ever want to add support for including images with [Embed] metadata,
we can base 64 encode them. Browsers know how to parse images that are
encoded this way.

- Josh
On Jan 19, 2016 7:35 AM, "Alex Harui" <ah...@adobe.com> wrote:

> FlexJS will currently ignore Embeds.  We need to actually spit out some
> sort of warning/error some day.
>
> -Alex
>
>

Re: how flexjs read [Embed(source=".png")]

Posted by Alex Harui <ah...@adobe.com>.
FlexJS will currently ignore Embeds.  We need to actually spit out some
sort of warning/error some day.

-Alex