Advertisement
Advertisement
| 04.16.2008 at 01:24PM PDT, ID: 23328753 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: |
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:comp="components.*"> <mx:Style source="StyleSheet.css"/> <mx:ControlBar x="0" y="0" width="100%" height="80"> </mx:ControlBar> <mx:Canvas label="Books" width="100%" height="100%"> <mx:Panel x="43" y="53" width="479" height="387" layout="absolute"> <comp:Gallery id="Gallery" width="100%" height="100%"/> </mx:Panel> <mx:Panel x="530" y="53" width="250" height="387" layout="absolute"> <comp:Titles id="Titles" width="100%" height="100%"/> </mx:Panel> </mx:Canvas> </mx:Application> |