Re: AW: FlexJS Image.source

2016-08-08 Thread Alex Harui
On 8/8/16, 10:39 AM, "Christofer Dutz" wrote: >Can't we implement the url as well as the binary image using css? > >For examle a url source: > > >For example a binary source: >src="data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvC >chPGolfO0o/XBs/fNwfjZ0frl3/zy7w

Re: AW: FlexJS Image.source

2016-08-08 Thread Peter Ent
Building on Alex's response, or Š .pngImage { src: "image/star.png"; IBeadView: ClassReference("org.apache.flex.html.beads.PNGImageViewBead"); } .blobImage { src: "data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGo lfO0

AW: FlexJS Image.source

2016-08-08 Thread Christofer Dutz
Can't we implement the url as well as the binary image using css? For examle a url source: For example a binary source: Both are named source and a UrlSource would be identical to the url and a BinarySource would be the base64 encoded presentation. I can't see how there should be problems wi

AW: FlexJS Image.source

2016-08-08 Thread Christofer Dutz
How about a "source" property accepting source objects having UrlSource and BinarySource implementations? Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Harbs Datum: 08.08.16 12:55 (GMT+01:00) An: dev Betreff: FlexJS Image.source I’m im