Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-06 Thread Thomas Rühl
for the documentation . Anyway , it's a bit nasy only one resource type at a time can be used. Regards. - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 5, 2006 2:09:43 PM Subject: Re: [flexcoders] [Flex2] Binding an image using

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 10:11, Thomas Rühl wrote: is there a way to dynamically bind/load an image? Maybe using the @Ebmed meta? I have a TileList that uses the Repeater component to display its elements as Buttons. No, the embedding is carried out at compile time. -- Tom Chiverton

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Thomas Rühl
great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is the proper way to do it? cheers, thomas Thomas Rühl Design, Programming Concepts akitogo OHG Hanauer Landstrasse 188 60314

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 11:28, Thomas Rühl wrote: great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is the proper way to do it? You could loop over the list and set the source property of Image. Of course, the images need to be

Re: [flexcoders] [Flex2] Binding an image using @Embed...

2006-10-05 Thread dordea cosmin
flexcoders@yahoogroups.comSent: Thursday, October 5, 2006 2:09:43 PMSubject: Re: [flexcoders] [Flex2] Binding an image using @Embed...On Thursday 05 October 2006 11:28, Thomas Rühl wrote: great. at runtime, i have the path to lots and lots of images. for that, i need to load them dynamically. so what is

[flexcoders] [Flex2] Binding an image using @Embed...

2006-10-04 Thread Thomas Rühl
Hi folks, is there a way to dynamically bind/load an image? Maybe using the @Ebmed meta? I have a TileList that uses the Repeater component to display its elements as Buttons. Those items are based on an Array of Objects, each containing a label, some additional data and the path to an image