You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/02 00:44:28 UTC

[royale-asjs] 25/29: no embedding support right now

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit f249359021a73fec600faa0be2ad0821c8dc7c52
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Aug 1 16:09:15 2018 -0700

    no embedding support right now
---
 examples/mxroyale/tourdeflexmodules/src/Welcome.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mxroyale/tourdeflexmodules/src/Welcome.mxml b/examples/mxroyale/tourdeflexmodules/src/Welcome.mxml
index 6c6c607..2a89ba0 100644
--- a/examples/mxroyale/tourdeflexmodules/src/Welcome.mxml
+++ b/examples/mxroyale/tourdeflexmodules/src/Welcome.mxml
@@ -26,7 +26,7 @@
 			  paddingBottom="10" paddingTop="10" paddingLeft="10" paddingRight="10"
 			  height="100%" width="100%">
 		<s:HGroup>
-			<s:Image source="@Embed('/apache/assets/ApacheFlexLogo.png')" width="50" height="50" />
+			<s:Image source="apache/assets/ApacheFlexLogo.png" width="50" height="50" />
 			<s:VGroup height="100%" verticalAlign="middle">
 				<s:Label text="Apache Tour De Flex" fontSize="20" fontWeight="bold" />
 			</s:VGroup>