Skip to content

Instantly share code, notes, and snippets.

@Palleas
Created March 2, 2010 20:37
Show Gist options
  • Save Palleas/319911 to your computer and use it in GitHub Desktop.
Save Palleas/319911 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<picturefinder:Facade xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
xmlns:picturefinder="com.noeinteractive.picturefinder.*"
xmlns:view="com.noeinteractive.picturefinder.view.*">
<fx:Declarations>
<picturefinder:PictureFinderContext contextView="{this}" />
</fx:Declarations>
<picturefinder:states>
<s:State name="default" />
<s:State name="search" />
</picturefinder:states>
<view:StartingScreen includeIn="default" />
<view:SearchScreen includeIn="search" />
</picturefinder:Facade>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment