FlexǶÌ×ÈÝÆ÷µÄÉú³É´ÎÐò
֮ǰһֱûÔÚÒ⸸ÈÝÆ÷ºÍ×ÓÈÝÆ÷¸÷×ÔµÄÉú³É´ÎÐò£¬ÖªµÀÔÚÏîÄ¿ÖÐÓöµ½Ò»ÖÖcase:³õʼ»¯½çÃæÊ±¸¸ÈÝÆ÷³õʼ»¯µÄÄÚÈÝÓÉ×ÓÈÝÆ÷Ïȳõʼ»¯ÔÙ´¥·¢£¬µ«ÊǸ¸ÈÝÆ÷±ØÐëÔÚ³õʼ»¯Ê±¾ÍÒѾ¼ÓÉÏÁ˶Ô×ÓÈÝÆ÷µÄ¼à¿Ø¡£Õâ¾ÍÔì³ÉÒ»¶Ôì¶Ü£¬¼ÈÏëÏÈÉú³É×ÓÈÝÆ÷ÓÖÏëÏÈÉú³É¸¸ÈÝÆ÷¡£
ÏÈ×Ô¼ºÐ´¶Î´úÂë²âÊÔÒ»ÏÂÉú³É˳Ðò£¬¸¸ÈÝÆ÷
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:guoguo="*" layout="absolute" initialize="init()" creationComplete="created()">
<mx:Script>
<!--[CDATA[
public function init():void
{
trace("parents init");
}
public function created():void
{
trace("parents created");
}
]]-->
</mx:Script>
<guoguo:children />
</mx:Application>
×ÓÈÝÆ÷
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300" initialize="init()" creationComplete="created()">
<mx:Script>
<!--[CDATA[
public function init():void
{
trace("child init");
}
public function created():void
{
trace("child created");
}
]]-->
</mx:Script>
</mx:Canvas>
debugÏÂtraceµÄ½á¹ûΪ
child init
parents init
child created
parents created
ËùÒÔËûµÄ´ÎÐòÊÇÏȳõʼ»¯×ÓÈÝÆ÷ÔÙ³õʼ»¯¸¸ÈÝÆ÷ÔÙÍê³É×ÓÈÝÆ÷ÔÙÍê³É¸¸ÈÝÆ÷£¬ËµÆðÀ´ºÜÞÖ¿Ú¡£Ã²ËÆÄܽâ¾öÎÒÒ»¿ªÊ¼µÄÎÊÌâÁË£¬ÄǾÍÊÇ·Ö¿ªÐ´initºÍcreated£¬parent initʱ¼Ó¼à¿Ø£¬child createdʱ¼ÓÔØÊý¾Ý£¬parents createdÔÙµ÷Óá£ÀíÂÛÉÏÊÇ¿ÉÒԵ쬵«ÊÇÎÒÔÚÏîÄ¿ÖеÄÇé¿öÓеãÌØÊ⣬ÒòΪҪµ÷ÓÃhttpService,ÊÇÒì²½Ö´ÐС£
ÔÙ×öÒ»¸öʵÑ飬¸¸ÈÝÆ÷Öд«²ÎÊý
<guoguo:children username="doudou" />
×ÓÈÝÆ÷ÖдúÂë¸ÄΪ
public var username:String ="xiaomaomao" ;
public function init():void
{
trace("child init" + username);
}
public function created():void
{
trace(&
Ïà¹ØÎĵµ£º
/*Copyright (c) 2006 Adobe Systems Incorporated
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, m ......
2.2 ´úÂëʵÏÖ
ÏÂÃæ¸ø³öÁËFlexBuilder¹¤³ÌµÄÒ»¸öÎļþ£¬ÉèÖÃÁËFlashµÄ²¼¾Ö¡£
view plaincopy to clipboardprint?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
......
Óõ½µÄMX±êÇ©£ºconstraintColumns¡¢ConstraintColumn¡¢constraintRows¡¢ConstraintRow
¸ø´ó¼Ò˵˵ǰÌáÇé¿ö£ºÔÚ×öMXML²¼¾Öʱ£¬ÒªÇ¶Ì׺ܶà²ã¼¶£¬ÕâÀïÃæÓкܶàÎÊÌ⣺
1¡¢Ç¶Ì×Ì«¶à²ã¼¶»áÓ°ÏìЧÂÊ£¡
2¡¢Ç¶Ì×Ì«¶à²ã¼¶£¬´úÂëµÄ¿É¶ÁÐÔ¡¢¿Éά»¤ÐԲ
3¡¢Ç¶Ì×Ì«¶à²ã¼¶ÊÇÒòΪCanvas¡¢Vbox¡¢Hbox¹¦Äܵ¥Ò»£¬²»ÄÜÂú×ãÐèÒª£¬¶ø²»ÊDZØÐ ......
ת×Ô£ºhttp://hi.baidu.com/wosinmaiken/blog/item/ee59f7a8f72604bdca130c24.html
/**ceil Ïòǰ(ÊýÖáÏòÓÒ)È¡Õû(·µ»ØÖµÎªNumber)**/
trace(Math.ceil(10.4)); //11
trace(Math ......
ÒµÄÚÖøÃû»¥ÁªÍø×Éѯ»ú¹¹iResearch°¬Èð×Éѯµ÷²éÏÔʾ, Ëæ×ÅÖîÈ翪Ðijø·¿ÀàÍøÂçÓÎÏ·, ÓÅ¿áÍøÀàÊÓÆµ·ÖÏíÍøÕ¾, ÒÔ¼°ÐÂÀ˲ƾ, »ª¶û½Ö¹ÉÊзÖÎöϵͳºÍ¸÷ÀàÓÕÈ˵ÄÍøÂç¹ã¸æµÈ¸»»¥ÁªÍøÓ¦ÓÃϵͳµÄ¼±¾çÔö¼Ó, ×÷Ϊ×î¼Ñ¸»»¥ÁªÍøÓ¦Óýâ¾ö·½°¸µÄFlex¼¼ÊõÈ˲ŽøÈëÑÏÖØÆæÈ±½×¶Î. ¾Ý¿É¿¿Êý¾Ý, Ŀǰ¹úÄÚ¸÷ÀàFlashÉè¼ÆÊ¦ºÍFle ......