Changeset 14979 for lang/actionscript
- Timestamp:
- 07/01/08 13:49:59 (5 months ago)
- Files:
-
- 1 modified
-
lang/actionscript/FPazzle/trunk/src/FPazzle.mxml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/FPazzle/trunk/src/FPazzle.mxml
r14969 r14979 4 4 <mx:HBox> 5 5 <mx:Label id="title" color="0x0063DC" fontSize="50" fontWeight="bold" selectable="true" paddingTop="20" /> 6 <mx:Label id="titleNote" text="Enjoy infinite p azzles on Flickr photos!" paddingTop="53" selectable="true" />6 <mx:Label id="titleNote" text="Enjoy infinite puzzles on Flickr photos!" paddingTop="53" selectable="true" /> 7 7 </mx:HBox> 8 8 <mx:HBox styleName="keyword" width="90%"> … … 19 19 </mx:HBox> 20 20 </mx:VBox> 21 <mx:Label id="footer" selectable="true" paddingTop="0"/> 21 22 22 23 <mx:Script> … … 66 67 67 68 bgImages = new Array(); 68 title.htmlText='FPazzl<font color="#FF0084">e<font>'; 69 title.htmlText='FPuzzl<font color="#FF0084">e<font>'; 70 var hoge:Sprite = new Sprite(); 71 trace(width, height); 72 footer.htmlText = 'Created by <a target="_blank" href="http://d.hatena.ne.jp/suztomo/"><font color="#0063DC">Suzuki Tomohiro</font></a>, powered by <a target="_blank" href="http://www.flickr.com/services/api/"><font color="#0063DC">Flickr API</font></a>'; 73 footer.y = height - 30; 74 footer.x = width/2 - 200; 75 trace(footer.y); 69 76 } 70 77
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)