Flex ´´½¨Ò»¸ö×Ô¶¨Òå·ç¸ñµÄHRule»òVRule
FlexÖÐÈçºÎͨ¹ýstrokeWidth, strokeColorºÍshadowColorÑùʽ£¬´´½¨Ò»¸ö×Ô¶¨Òå·ç¸ñµÄHRule»òVRule
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="vertical"
verticalAlign="middle"
backgroundColor="white">
<mx:ApplicationControlBar dock="true">
<mx:Form>
<mx:FormItem label="stokeWidth:">
<mx:HSlider id="strokeWidthSlider"
minimum="0"
maximum="20"
value="2"
liveDragging="true"
snapInterval="1"
tickInterval="1"
dataTipPrecision="0"/>
</mx:FormItem>
<mx:FormItem label="strokeColor:">
<mx:ColorPicker id="strokeColorColorPicker"
selectedColor="red"/>
</mx:FormItem>
<mx:FormItem label="shadowColor:">
<mx:ColorPicker id="shadowColorColorPicker"
selectedColor="blue"/>
</mx:FormItem>
</mx:Form>
</mx:ApplicationControlBar>
<mx:HRule id="hrule"
strokeWidth="{strokeWidthSlider.value}"
strokeColor="{strokeColorColorPicker.selectedColor}"
shadowColor="{shadowColorColorPicker.selectedColor}"
width="100%"/>
</mx:Application>
Ïà¹ØÎĵµ£º
¡¾±àÒë²ÎÊý¡¿
-default-background-color int
-default-frame-rate int
-default-size width height
ÉèÖÃSWFµÄ±³¾°É«£¬Ö¡ÆµÓë¿í¸ß£¬Õâ¸öÒ²¿ÉÒÔͨ¹ýÔª±êÇ©ÉèÖã¬ÖîÈç
[SWF(width="720",height="560",backgroundColor="#000000")]
-default-script-limits
-max-recursion-depth
-max-execution-time
¶¨ÒåÓ¦Óýű¾³ÌÐ ......
flexºÍspring+hibernateÕûºÏÍê³Éºóweb.XML³öÏÖÈçÏ´íÎó
The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,reso ......
1¡¢XMLSocket¶ÔÏó¼ò½é
ÔÚ¸ÅÊöÀÒѾÌáµ½¹ýÁËFlashÀïµÄXMLSocket¶ÔÏó£¬ËüÊÇʵÏÖFalshºÍ·þÎñÆ÷Socket¼ä
ͨÐŵĺËÐÄ¡£ËüÔÊÐí°üº¬FlashÓ¦ÓõÄä¯ÀÀÆ÷Óë·þÎñ¶Ë½¨Á¢socketÁ¬½Ó£¬Ö®ºóFlashÓ¦ÓÃÓë·þÎñ¶Ë¾Í¿ÉÒÔÏ໥·¢ËÍXMLÊý¾Ý£¬¶øÇÒÔÚÒ»¸ö
socketÁ¬½Ó½¨Á¢Ö®ºó£¬ÔÚ¸ÃÁ¬½ÓÉÏ´«Ë͵ÄÊý¾ÝÁ¿ÊÇûÓÐÏÞÖÆµÄ£¬Ö±µ½socketÁ¬½Ó¹Ø±Õ¡£XMLSoc ......
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"
viewSourceURL="srcview/index.html" backgroundColor="0x000000" layout="absolute">
<mx:Script>
&nb ......