Use correct path while embedding image
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/20905103 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/20905103 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/20905103 Branch: refs/heads/master Commit: 209051034e364658969905adac488861b78de6ad Parents: 67d965b Author: Om <[email protected]> Authored: Wed Jul 17 00:51:24 2013 -0700 Committer: Om <[email protected]> Committed: Wed Jul 17 00:51:24 2013 -0700 ---------------------------------------------------------------------- .../src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/20905103/installer/src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml ---------------------------------------------------------------------- diff --git a/installer/src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml b/installer/src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml index 99ee6d7..75f3429 100644 --- a/installer/src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml +++ b/installer/src/ws/tink/spark/skins/controls/InstallApacheFlexSkin.mxml @@ -84,7 +84,7 @@ limitations under the License. <!-- layer 1: background fill --> <s:BitmapImage source="@Embed('/assets/icons/bg_logo.png')" top="0" left="0" scaleMode="letterbox" /> <s:BitmapImage source="@Embed('/assets/icons/bg_logo.png')" top="25" left="0" scaleMode="letterbox" /> - <s:BitmapImage source="@Embed('assets/icons/apache_flex_logo_text.png')" scaleX=".3" scaleY=".3" smooth="true" horizontalCenter="0" top="5" /> + <s:BitmapImage source="@Embed('/assets/icons/apache_flex_logo_text.png')" scaleX=".3" scaleY=".3" smooth="true" horizontalCenter="0" top="5" /> <!-- layer 2: content + status bar --> <s:Group left="0" right="0" top="0" bottom="0" minHeight="24" minWidth="0" >
