flexÌØÐ§
ÕâÀïÃæÓÐÐí¶àÌØÐ§ºÜ¿á£¬Ï£Íû¶Ô´ó¼ÒÓаïÖú¡£ 1.Ðýת Ч¹û£ºhttp://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/ ´úÂ룺http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip
2.»²¼°´Å¥ http://dougmccune.com/blog/2007/06/01/new-component-canvasbutton-added-to-flexlib/
3.ÓãÑÛ¹¤¾ßÌõ Ч¹û£ºhttp://dev.getoutsmart.com/labs/dock/ ´úÂ룺http://dev.getoutsmart.com/labs/dock/dockdemo.zip
4.´°¿Ú http://www.returnundefined.com/flexmdi/explorer/ http://window.diaztorres.com/bin-release/test_window.html
5.Çл»Ð§¹û http://blogs.digitalprimates.net/codeSlinger/samples/carousel/CarouselTest.html
6.ͼƬչʾ Ч¹û£ºhttp://flex.diaztorres.com/samples/aladinotest/aladino_test.html ´úÂ룺http://www.madeinflex.com/img/entries/2008/01/aladino.zip
7.×Ô¶¨ÒåÔØÈë½ø¶ÈÌõ http://blog.diaztorres.com/2007/05/mipreloader/mipreloaderdemo.html
8.Flex Macµ¯³ö´°¿Ú http://blog.xsive.co.nz/archives/244
9.¹û¶³ÌØÐ§µ¯³ö´°¿Ú http://blog.sban.com.cn/2008/04/01/jelly-effect-alert-window.html
10.Alertµ¯³öЧ¹û http://www.cnblogs.com/taobataoma/archive/2008/01/13/1037082.html
11.×Ô¶¨ÒåToolTip ͼƬ£ºhttp://everythingflex.com/flex2/ImageToolTip/Index.html ÊÓÆµ£ºhttp://labs.flexcoders.nl/samples/ToolTip/video/002/ µ¯ÐÔ£ºhttp://labs.flexcoders.nl/samples/ToolTip/spring/001/
12. http://flanture.blogspot.com/2008/05/simple-flex-effects-example.html
13.¹û¶³Ð§¹û£º http://blog.sban.com.cn/2008/04/01/jelly-effect-alert-window.html
14.BOOK£º http://www.quietlyscheming.com/blog/components/flexbook/
1:¾Û¹âµÆÐ§¹û£º ʵÀý£ºhttp://www.rphelan.com/flex/SpotlightDemo/SpotlightDemo.html ambientColor - color to apply to all pixels of the image angle - angle at which the spotlight is projected (in degrees) azimuth - angle between the image plane and the spotlight (in degrees) coneAngle - angle of the spotlight's "opening" (in degrees) distance - distance from the spotlight to the center point intensity - intensity of the spotlight position - x, y, z position of the spotlight spot
Ïà¹ØÎĵµ£º
ÓÐÒ»¶Îʱ¼äûÓнӴ¥flex £¬Óе㲻Ôõ»áÓÃflex¡£»¹ºÃ×î½üŪÁËһϷÖÒ³µÄ¶«Î÷£¬¶Ôxml½øÐзÖÒ³»¹ÊÇͦ¹ÜÓ᣽èÓÃ֮ǰ·â×°ºÃµÄÀà¾ÓÈ»½â¾öºÜ¾Ã֮ǰµÄÎÊÌâ¡£¶ÔDataGrid µÄ×é¼þ·ÖÒ³£¬¿ÉÒÔͨ¹ý¶ÔXML½øÐÐһЩ´¦Àí£¬¿´ÆðÀ´ÕæµÄ·ÖÒ³ÁË¡£Êµ¼ÊÉÏÖ»ÊÇÒ»ÖÖ´í¾õ¡£
Ê×ÏÈÏÈ×¼±¸Ò»¸öÊý¾ÝÔ´XML¡£´ó¸ÅÒÔÒ»¸öÔ±¹¤×÷ÐÕÃû ÄêÁäºÍÐ ......
flexǶÈëµ½html£º
ÓÃswfobject,ÏÂÔØµÄ.jsµØÖ·£ºhttp://www.adobe.com/devnet/activecontent/articles/devletter.html
ÔÚÄãµÄ HTML Ò³ÃæÍ·²¿<head>ÇøÇ¶ÈëÕâ¸ö½Å±¾Îļþ£º<script type="text/javascript" src="swfobject.js"></script>
ÔÚÄãµÄ HTML ÖÐдһ¸öÓÃÀ´·Å Flash µÄÈÝÆ÷£¬±ÈÈç<div> ......
<![CDATA[
FlexÖеļüÅÌʼþ
ÒªÔÚFlexÖÐÏìÓ¦¼üÅÌÊäÈ룬ֻÐè×¢²ákeyDownʼþ¼´¿É¡£
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" keyDown="OnKeyDown(event)">
<mx:Script>
......
<?xml version="1.0"?>
<!-- charts/StandardEffectTriggers.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
creationComplete="init()">
<mx:Script>
<!--[CDATA[
import mx.collections.ArrayCollection;
import mx ......
<?xml version="1.0"?>
<!-- charts/BasicSeriesSlideEffect.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<!--[CDATA[
import mx.collections.ArrayCollection;
[Bindable]
public var expenses1:ArrayCollectio ......