Oooops.  I'd best slow down a bit.

Tracy

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Winscot
Sent: Friday, April 04, 2008 9:55 PM
To: [email protected]
Subject: RE: [flexcoders] How to display a button's icon from a remote
source?

 

Tracy... Dr. McCoy of Star Trek fame said it best.

 

"Damnit Jim, I'm a -class- not an externally loaded asset." - Through
the Loader Class

 

...universal translation...

 

The Icon takes a class as an argument... not an externally loadable
asset. Dynamically loading an image (for a button) is more difficult -
but still possible. Ben Stucki has done some marvelous work in that
arena. Ping me off line if you need the hook up.

 

 Rick Winscot

 

 

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Friday, April 04, 2008 9:11 PM
To: [email protected]
Subject: RE: [flexcoders] How to display a button's icon from a remote
source?

 

Just set source="[url]"

Tracy

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of guillaumeracine
Sent: Friday, April 04, 2008 7:20 PM
To: [email protected]
Subject: [flexcoders] How to display a button's icon from a remote
source?

 

Hi,
i know we can set the icon of a button using this syntax:
<mx:Button label="myBtn"
icon="@Embed(source='assets/slideshow/1.png')"/>

but my image icon is on a remote server...
How i can set the icon of a button from a remote source?

 

Reply via email to