Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Try to set it in mxml. I've tried:
1) titleIcon="@Embed('light.jpg')"
2) titleIcon="
{iconClass}"
where iconClass is defined in AS:
[Embed(source="light.jpg")]
[Bindable]
public var iconClass:Class;
Actual Results:
The image doesn't appear.
Workaround (if any):
Set it in AS, such as in creationComplete.