Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 13:39
Show Gist options
  • Save jbuda/5196158 to your computer and use it in GitHub Desktop.
Save jbuda/5196158 to your computer and use it in GitHub Desktop.
progerssbar.mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:view="com.progressbar.views.*" xmlns:maps="com.progressbar.maps.*">
<maps:MainEventMap />
<view:ProgressBar />
</mx:Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment