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/18 15:22:14 UTC

git commit: [flex-utilities] [refs/heads/develop] - fix issue with source file in swf loader example

Repository: flex-utilities
Updated Branches:
  refs/heads/develop ce23ddcd4 -> 95e94db54


fix issue with source file in swf loader example


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/95e94db5
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/95e94db5
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/95e94db5

Branch: refs/heads/develop
Commit: 95e94db54f67c3e235f0522a76c270d550d5722d
Parents: ce23ddc
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 18 23:21:59 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 18 23:21:59 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/95e94db5/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index fdc2eaf..e5f590b 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -57,7 +57,7 @@
 				</node>
 				<node label="Loader Controls">
 					<node label="Image" app="mx/controls/SimpleImage" />
-					<node label="SWFLoader" app="mx/controls/SimpleLoader" src="controls/Local.mxml" />
+					<node label="SWFLoader" app="mx/controls/SimpleLoader" src="mx/controls/Local.mxml" />
 					<node label="VideoDisplay" app="mx/controls/VideoDisplayExample" />
 				</node>
 				<node label="Menu Controls">