diff --git a/explorer/browser/src/BrowserApplication.mxml b/explorer/browser/src/BrowserApplication.mxml
index fefe29f..ecaed0d 100644
--- a/explorer/browser/src/BrowserApplication.mxml
+++ b/explorer/browser/src/BrowserApplication.mxml
@@ -25,7 +25,7 @@
}
protected function explorer_creationCompleteHandler(event:FlexEvent):void
- {
+ {
this.explorer.authenticationSystem = new BrowserAuthenticationSystem();
this.explorer.start();
}
diff --git a/explorer/skin/src/Main.css b/explorer/skin/src/Main.css
index 6e809d7..0f76463 100644
--- a/explorer/skin/src/Main.css
+++ b/explorer/skin/src/Main.css
@@ -18,6 +18,12 @@
embedAsCFF: true;
}
@font-face
+{
+ fontFamily: "Myriad Pro Light";
+ src: url("/Users/francispotter/Library/Fonts/MyriadPro-Light.otf");
+ embedAsCFF: true;
+}
+@font-face
{
fontFamily: "Myriad Pro Semibold";
src: url("/Library/Fonts/MyriadPro-Semibold.otf");
@@ -218,6 +224,17 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/explorer/skin/src/Main.mxml b/explorer/skin/src/Main.mxml
index 8ab45e4..0ddd8ce 100644
--- a/explorer/skin/src/Main.mxml
+++ b/explorer/skin/src/Main.mxml
@@ -10,8 +10,9 @@
xmlns:flm="http://ns.adobe.com/flame/2008"
xmlns:lib2="assets.graphics.HathersageGroupLogo.*"
xmlns:components="components.*"
- xmlns:lib3="assets.graphics.DataVizView.*" width="100%" height="100%"
+ xmlns:lib3="assets.graphics.DataVizView.*"
fc:previewWidth="1024" fc:previewHeight="600"
+ width="1024" height="600"
backgroundColor="#000000" preloaderChromeColor="#000000">
@@ -39,11 +40,11 @@
-
+
-
+
diff --git a/explorer/skin/src/PrivateData.mxml b/explorer/skin/src/PrivateData.mxml
index 0a53a02..5d2d21f 100644
--- a/explorer/skin/src/PrivateData.mxml
+++ b/explorer/skin/src/PrivateData.mxml
@@ -2,7 +2,10 @@
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:d="http://ns.adobe.com/fxg/2008/dt"
xmlns:ai="http://ns.adobe.com/ai/2009"
- xmlns:flm="http://ns.adobe.com/flame/2008">
+ xmlns:flm="http://ns.adobe.com/flame/2008"
+ xmlns:mngo="http://ns.adobe.com/flamingo/apd"
+ xmlns:variant="http://ns.adobe.com/flame/2008/apd"
+ xmlns:ATE="http://ns.adobe.com/ate/2009">
@@ -20,6 +23,60 @@
+
+
+
+
+ The
+ H
+ ath
+ e
+ rsage
+ Group
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/explorer/skin/src/assets/images/AdobeLogo_908x1115.jpg b/explorer/skin/src/assets/images/AdobeLogo_908x1115.jpg
new file mode 100644
index 0000000..10cbd16
Binary files /dev/null and b/explorer/skin/src/assets/images/AdobeLogo_908x1115.jpg differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz001.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz001.png
new file mode 100644
index 0000000..3a28ec0
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz001.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz002.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz002.png
new file mode 100644
index 0000000..918042a
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz002.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz003.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz003.png
new file mode 100644
index 0000000..68059b9
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz003.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz004.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz004.png
new file mode 100644
index 0000000..68059b9
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz004.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz006.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz006.png
new file mode 100644
index 0000000..a224408
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz006.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz007.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz007.png
new file mode 100644
index 0000000..d62cdf3
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz007.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz008.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz008.png
new file mode 100644
index 0000000..1f60d25
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz008.png differ
diff --git a/explorer/skin/src/assets/images/FirefoxScreenSnapz009.png b/explorer/skin/src/assets/images/FirefoxScreenSnapz009.png
new file mode 100644
index 0000000..5feeb3a
Binary files /dev/null and b/explorer/skin/src/assets/images/FirefoxScreenSnapz009.png differ
diff --git a/explorer/skin/src/components/AboutButton.mxml b/explorer/skin/src/components/AboutButton.mxml
new file mode 100644
index 0000000..6cc97ff
--- /dev/null
+++ b/explorer/skin/src/components/AboutButton.mxml
@@ -0,0 +1,31 @@
+
+
+ [HostComponent("spark.components.Button")]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/explorer/skin/src/components/MainSkin.mxml b/explorer/skin/src/components/MainSkin.mxml
index 4385c1c..9a8f59a 100644
--- a/explorer/skin/src/components/MainSkin.mxml
+++ b/explorer/skin/src/components/MainSkin.mxml
@@ -7,8 +7,12 @@
xmlns:skinnablecomponents="skinnablecomponents.*"
xmlns:lib="assets.graphics.setiQuestExplorerLogo.*"
xmlns:graphics="assets.graphics.*"
- fc:manageBounds="false" width="1024" height="600"
- >
+ xmlns:ATE="http://ns.adobe.com/ate/2009"
+ xmlns:ai="http://ns.adobe.com/ai/2009"
+ xmlns:flm="http://ns.adobe.com/flame/2008"
+ xmlns:lib2="assets.graphics.HathersageGroupLogo2011.*"
+ xmlns:lib3="assets.graphics.SETIInstituteLogo.*"
+ width="1024" height="600" fc:manageBounds="false">
@@ -183,7 +199,7 @@
-
+
@@ -192,9 +208,10 @@
source="@Embed('/assets/images/SpiralGalaxyNGC2841.jpg')"/>
-
@@ -314,19 +330,11 @@
Discovered by Francis PotterFebruary 11, 2011Marked by 279 citizen scientists
-
@@ -446,6 +455,418 @@
skinClass="components.LoginButton_Google"/>
+
+
+
+
+
+
+
+
+
+
+
+ TheHathersageGroup
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -455,42 +876,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-