|
Just guessing! Judging by who responded,
I would bet my lunch (2 cups Ramen and a Coke) this won’t work. What if instead, in the mxml, you did
this: <mx:String
id="strContextRoot">@ContextRoot()</mx:String> Then: source={ strContextRoot + ‘
/’ + object.imagePath} From: If you get this to work, please let us know! ----- Original Message ----- From: Tracy Spratt
Sent: Thursday, October
20, 2005 1:13 PM Subject: RE: [flexcoders]
Using @ContextRoot() with Loader Oops: source=[EMAIL PROTECTED]()
+ ‘ /’ + object.imagePath} From: [email protected]
[mailto: Just guessing, but try: source=[EMAIL PROTECTED]()}
+ ‘ /’ + object.imagePath} From: I am trying to figure out
a way to load an image dynamically without coding in relative paths. I tried
the following with little luck:
|
- RE: [flexcoders] Using @ContextRoot() with Loader Tracy Spratt

