You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/11 03:29:31 UTC

[2/8] git commit: [flex-utilities] [refs/heads/develop] - fix broken image

fix broken 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/46e3d9b1
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/46e3d9b1
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/46e3d9b1

Branch: refs/heads/develop
Commit: 46e3d9b1e03a3b7732569ec362cf1572c0325353
Parents: 066d5a3
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 11 11:23:20 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 11 11:23:20 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/46e3d9b1/TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml b/TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml
index 6597fcc..d139d1b 100644
--- a/TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/spark/controls/ImageExample.mxml
@@ -63,7 +63,7 @@
 				<s:VerticalLayout paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5"/>
 			</s:layout>
 			<s:Label color="0x323232" text="Sample of image loaded at run-time." />
-			<mx:Image id="loadedImage" source="images/backpack.jpg" creationComplete="smoothImage(event);"/>
+			<mx:Image id="loadedImage" source="assets/ApacheFlexLogo.png" creationComplete="smoothImage(event);"/>
 		</s:BorderContainer>
 	</s:Panel>