上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: 在flex项目中,应用到非显示的功能性组件,一种方法是直接定义actionScript类。另外一种方法是实现IMXMLObject接口。实现IMXMLObject接口的好处,是可以直接调用功能函数。IMXMLObject中的方法function initialized(document:Object, id:String):void,在IMXMLObject置入MXML时被直接调用,类似于触发了initialized事件。如以下示例:TempCom.aspackagecomponent{importflash.display.Shape;importmx.core.IMXMLObject;pu 阅读全文
posted @ 2011-07-22 16:17 fxair 阅读(380) 评论(0) 推荐(0) 编辑
摘要: Component Life CycleRegardless of how simple or complex you make your components, there is one constant:Your component needs to be instantiated and when it does, it needs to be able to initialize itself and create and display any assets it requires. If it is interacted with or data changes that it c 阅读全文
posted @ 2011-07-21 10:09 fxair 阅读(268) 评论(0) 推荐(0) 编辑
摘要: The architecture of the new Spark components in Flex 4 supercedes the Halo components of Flex 3. Upon learning how to leverage the architecture of Spark components, you will find the improvements to be quite substantial.Ultimately, the new component architecture with the Spark library makes building 阅读全文
posted @ 2011-07-19 15:42 fxair 阅读(295) 评论(0) 推荐(0) 编辑
摘要: The Flex documentation on the UIComponent life cycle is rather difficult to understand, and so I came up with what I felt was an easier and more logical way of describing the process. I felt this might be useful for those who are interested in creating custom visual components in Flex that extend th 阅读全文
posted @ 2011-07-19 14:52 fxair 阅读(420) 评论(0) 推荐(0) 编辑
摘要: http://www.iscriptweb.com/blog/post/64.html一些使用pv3d,away3d 引擎开发的酷网,或者他们的创意是我们需要的。Conocimiento Virtual(click the image to see the 3D gallery)* * *(click the image to see the 3D gallery)* * *Adrian WilsonDigital Media 09 Stockholm, Hyper Island(click the image to see the 3D gallery)* * *adidas l Origi 阅读全文
posted @ 2011-04-13 22:07 fxair 阅读(289) 评论(0) 推荐(0) 编辑
摘要: FAQ > FAQ Notes Introduction The Resolution of Property Names on Objects Assignment of Values Reading of Values Identifier Resolution, Execution Contexts and scope chains The Execution Context scope chains and [[scope]] Identifier Resolution Closures Automatic Garbage Collection Forming Closures 阅读全文
posted @ 2011-03-24 11:49 fxair 阅读(183) 评论(0) 推荐(0) 编辑
摘要: We prepared a list of Misc Class in pervious article8 Useful Misc ActionScript Class. There are more and more open source projects floating around all over the place, it’s real beauty for all Flex/Flash developers. Here is a new list open source ActionScript 3 MISC libraries – all of them are small 阅读全文
posted @ 2011-03-23 10:46 fxair 阅读(485) 评论(0) 推荐(0) 编辑
摘要: In this tutorial you will learn about 2 differentjQuery pluginpatterns (pattern A and pattern B) -- by the end of this tutorial, you should be able to grasp the basic behind writing custom jQuery plugins. jQuery books as well as a few online tutorials were used as references in writing this tutorial 阅读全文
posted @ 2011-03-18 18:30 fxair 阅读(446) 评论(0) 推荐(0) 编辑
摘要: In order to explain how the createDelegate function works in the last post, we have to understand JavaScript closures and Function.apply(). The apply() method is the easiest subject to tackle, so we'll start there and work up. Every function in JavaScript has a number of attached methods, includ 阅读全文
posted @ 2011-03-16 15:24 fxair 阅读(198) 评论(0) 推荐(0) 编辑
摘要: JavaScript – It's beat up, put down, shrugged off and kicked around. Cursed by the web browser's inconsistency yet blessed by a pervasive ubiquity -it's a technology many try to disregard even when its potential is something few can ignore. If you want to write an interactive application 阅读全文
posted @ 2011-03-16 15:20 fxair 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页