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/master Commit: 95e94db54f67c3e235f0522a76c270d550d5722d Parents: ce23ddc Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 23:21:59 2014 +1000 Committer: Justin Mclean <[email protected]> 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">
