flexµÄCanvas¿ÉÒÔºÍHTMLµÄDIVÒ»Ñù×ö¿é×´µÄÍø¸ñ²¼¾Ö
Óõ½µÄMX±êÇ©£ºconstraintColumns¡¢ConstraintColumn¡¢constraintRows¡¢ConstraintRow
¸ø´ó¼Ò˵˵ǰÌáÇé¿ö£ºÔÚ×öMXML²¼¾Öʱ£¬ÒªÇ¶Ì׺ܶà²ã¼¶£¬ÕâÀïÃæÓкܶàÎÊÌ⣺
1¡¢Ç¶Ì×Ì«¶à²ã¼¶»áÓ°ÏìЧÂÊ£¡
2¡¢Ç¶Ì×Ì«¶à²ã¼¶£¬´úÂëµÄ¿É¶ÁÐÔ¡¢¿Éά»¤ÐԲ
3¡¢Ç¶Ì×Ì«¶à²ã¼¶ÊÇÒòΪCanvas¡¢Vbox¡¢Hbox¹¦Äܵ¥Ò»£¬²»ÄÜÂú×ãÐèÒª£¬¶ø²»ÊDZØÐëÒªÕâÑù×ö¡£
ºÃ°É£¬À´¿´Ò»¸öMXML´úÂëʾÀý£º
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
<mx:constraintColumns>
<mx:ConstraintColumn id="column1" width="250"/>
<mx:ConstraintColumn id="column2" width="100%"/>
</mx:constraintColumns>
<mx:constraintRows>
<mx:ConstraintRow id="row1" height="25"/>
<mx:ConstraintRow id="row2" height="25"/>
<mx:ConstraintRow id="row3" height="100%"/>
<mx:ConstraintRow id="row4" height="35"/>
</mx:constraintRows>
<mx:Button id="topMenuCvs" label="topMenuCvs" width="100%"
top="row1:0" bottom="row1:0"/>
<mx:Button id="topButtonCvs" label="topButtonCvs" width="100%"
top="row2:0" bottom="row2:0"/>
<mx:Button id="leftNavCvs" label="leftNavCvs" height="100%"
top="row3:0" bottom="row3:0" left="column1:0" right="column1:0"/>
<mx:Button id="leftMainCvs" label="leftMainCvs" height="100%"
top="row3:0" bottom="row3:0" left="column2:0" right="column2:0"/>
<mx:Button id="footCvs" label="footCvs" width="100%"
top="row4:0" bottom="row4:0"/>
</mx:Application>
Ч¹ûͼ£º
Ïà¹ØÎĵµ£º
flex Ò³ÃæÌø×ª
·½·¨Ò»£ºÊ¹ÓÃnavigateToURL
var url:String = "http://localhost/flex/test.jsp";
var request:URLRequest = new URLRequest(url);
navigateToURL(request,"_self");
·½·¨¶þ£ºÒýÓÃflashÖÐµÄ import flash.external.ExternalInterface Õâ¸ö½Ó¿Ú
ËûÄÜÌṩÏñjsÖÐwindow.location.href·½·¨Ò»Ñù·½±ã
Extern ......
ÏÂÔØµØÖ·£ºhttp://download.csdn.net/source/2381400
´ËΪÓʼþ·¢ËÍ¿ª·¢×é¼þ£¬ÄÚÓи÷Ö÷Á÷³ÌÐòÓïÑÔ´úÂëʾÀý£¬²¢¸½Éú³ÉµÄexe£¬Ê¾ÀýÉú³ÉµÄexeÒà¿Éµ¥¶À×÷Ϊ¶ÀÁ¢³ÌÐòʹÓá£
Ö§³Ö ´¿Îı¾£¬HTML£¬³¬Á´½Ó£¬¸½¼þ
ÄãÊDz»ÊÇһֱΪÁËVC·¢ËÍÓʼþ·¢³î°¡£¬ÓÐÁËËü£¬°×²ËÈ«ÄÜÓʼþ·¢ËÍ×é¼þ£¬Äã¾Í¿ÉÒÔÇáËɵÄÏñµ÷ÓÃwindows apiÄÇÑùÀ´ÊµÏÖ»òVC· ......
Ê×ÏÈ£¬ÉêÃ÷±¾ÎÄÊÇ×ªÔØ
http://blog.csdn.net/ivanmarkliu/archive/2009/07/08/4327570.aspx
£¬´ó¼Ò¿ÉÒÔ·ÃÎʸÃÁ´½Ó£¬Ò²¿ÉÒÔÖ±½ÓÔĶÁ±¾ÎĺóÐø²¿·ÖÒÔÁ˽â
flex
ʼþ¡£½ÓÏÂÀ´¼òµ¥Ì¸ÏÂΪºÎÒª×ªÔØ´ËÎļ°±¾È˶ԴËÎĵÄһЩ²¹³ä¡£
¿ÉÒÔÕâÑù˵ ......
×îÔçʹÓõÄFrontpageºÍºóÀ´¾³£Ê¹ÓõÄDreamweaver£¬ÏÖÔÚÒѾºÜÉÙʹÓÃÁË£¬¶øAdobeÒ²ÒѾÊÕ¹ºÁËmacromedia¡£ÓÐÊÇÓÐÐèÒª±à¼Ò»Ð©¼òµ¥µÄHTMLÎļþ£¬»¹ÊÇһЩÃâ·ÑµÄÇáÁ¿¼¶µÄ±à¼Æ÷¡£
ÏÂÃæÊÇÎÒÕÒµ½µÄһЩ£¬¸øÐèÒªµÄÅóÓÑÃÇ£º
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/
http://www.skycn.com/sort/s ......