FlexÖеÄFileReferenceÕÒ²»µ½save·½·¨
½ñÌìÍ»·¢ÆæÏ룬ÏëÊÔÒ»ÊÔFlexµÄ±£´æ¹¦ÄÜ£¬ÖªµÀFileReferenceÕâ¸öÀàÀïÃæÖ±½Ó¾ÍÓÐsave·½·¨£¬APIҲ˵µÄºÜÇå³þ£¬¿ÉÊÇFBÀïÃæËÀ»î¾ÍÊÇÕÒ²»µ½Õâ¸ö·½·¨£¬ÎÞÄÎÉÏÍøÒ»ÕҲŷ¢ÏÖÔÀ´Õâ¸ö¹¦ÄÜÊÇFlash10µÄ¹¦ÄÜ£¬¶øÎÒµÄFBµÄĬÈÏÅäÖÃÊÇFlash9£¬¾ßÌåÐ޸ķ½·¨£ºµãÏîÄ¿ÊôÐÔ->FLex Compiler->Requiment Flash Player Version¸ÄΪ10.0.0¾Í¿ÉÒÔ¿©£¡~~
Ïà¹ØÎĵµ£º
TypeError: Error #1034: 強ÖÆÐÍ変換¤Ëʧ敗¤·¤Þ¤·¤¿¡£jp.co.nec.necst.pi.ap2web::TestEvent@1645ee79 ¤ò jp.co.nec.necst.pi.ap2web.TestEvent ¤Ë変換¤Ç¤¤Þ¤»¤ó¡£
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispat ......
ÈýÄêǰ£¬ÓùýAmfPHPÓëFlash/Flex
Remoting×ö¹ý½»»¥£¬×î½ü½Ó´¥Python£¬¹«Ë¾ÏîÄ¿ÓõÄFlex×öǰ¶Ë£¬ËùÒÔ½Ó´¥ÁËPyAmf¡£PyAmf±¾ÖÊÉϸúAmfPHPÊÇÀ×ͬµÄ¡£¶¼ÊÇͨ
¹ý¶ÔAMFÐÒ飨ActionScript Message Format£©ÐÒéµÄÖ§³ÖÀ´ÊµÏÖ¶ÔFlashµÄ½»»¥¹ý³Ì¡£
Ò»¡¢Ê×ÏÈ£¬¼òµ¥µÄ½éÉÜÒ»ÏÂAMFÐÒé¸ñʽ¡£
AMFÊÇAdobe¶À¼Ò¿ª·¢³öÀ´µÄͨÐÅÐÒ飬Ëü²É ......
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal">
<mx:Panel width="392" height="300" layout="absolute">
<mx:Label x="19" y="10" text="{user}" width="171" height="20"/>
<mx ......
·¢ÏÖÁËÒ»¸öFlexÖÐTextInputµÄÒ»¸ö±È½ÏÓÐÓõÄÊôÐÔrestrict(Ô¼Êø,ÏÞ¶¨),ÏÈ¿´ÏÂÀý×Ó:
1,<mx:TextInput id="test_ti" width="160" maxChars="20" restrict="0-9" text="0"/>
ÕâÑù,Õâ¸öÊäÈë¿ò×î¶àÖ»ÄÜÊäÈë20¸ö×Ö·û,Ö»ÄÜÊäÈë0µ½9Ö®¼äµÄÊý×ÖÁË,ÄãÈç¹ûÊäÈë±ðµÄÊÇÊäÈë²»½øÈ¥µÄ
2,<mx:TextInput id="test_ti" width="1 ......
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:XML id="xmlSource">
<node label="grandFather" state="unchecked">
<node label="Father" state="un ......