易截截图软件、单文件、免安装、纯绿色、仅160KB

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嵌入到html和html嵌入到flex

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> ......

flex 实时内存使用率图

 <?xml version="1.0"?>
<!-- charts/MemoryGraph.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
initialize="initTimer()">
<mx:Script>
<!--[CDATA[
import flash.utils.Timer;
import flash.events.TimerEve ......

flex图表渐变效果示例

<?xml version="1.0"?>
<!-- charts/GradientFills.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<!--[CDATA[
import mx.collections.ArrayCollection;
[Bindable]
public var expenses:ArrayCollection=new Arra ......

flex图表数据动态更新效果示例

<?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 ......

集成 Flex, Spring, Hibernate 构建应用程序

一篇关于如何结合Flex, Spring, Hibernate的技术文章,能够快速上手。
适合那些熟悉Spring, Hibernate的技术者,进一步将RIA的FLEX技术结合到现有应用中。
2009 年 12 月 30 日
RIA(Rich Internet Application)—— 富
Internet 应用以其良好的客户体验得到越来越广泛的应用,银行,电信等领域已有诸多成 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号