<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" viewSourceURL="srcview/index.html">
    
    <!--
        The following code contained in this chapter's bundle consists of: 
        
            Figure 12-1
                Text entered into the TextInput control appears as the Label control’s text.
            
            Figure 12-2
                Using an ActionScript function within data binding.
                
            Figure 12-3
                Use data binding to populate a Flex List control with an ArrayCollection.
                
            Figure 12-4
                You can use data binding to customize data for display.
    -->
    
</mx:Application>