首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

stickyman/ 


共29个网摘 [ 1 ]   |  访问stickyman的个人空间

学习编程语言的一种境界 - 全文检索博客

stickyman收录,使用标签:ActionScript, Adobe, Bruce, Eckel,时间:2008-6-7 20:12:16 | 相关网摘我也收藏

记得高中的时候,第一次接触Basic语言,当时脑中并没有什么“语言”的概念,步入大学之后,逐渐熟悉了FoxBase,Pascal,C,C ,Java,Perl……,对编程语言的认知逐步的清晰,不过充其量依旧停留在一知半解的水平,直到编写出自己的基盘,实现了自己的List,Vector,Map,Array……感觉数据结构与编程语言的认知才稍微达到融合的状态。


作为一个Flash平台开发/设计者应该拥有的10本书 - 全文检索博客

stickyman收录,使用标签:ActionScript, Book, Flash, Flex,时间:2008-5-31 0:29:32 | 相关网摘我也收藏

Chad罗列了10本Flash平台开发/设计者应该要有的书,虽然都是英文书而且每一本书的价格折算成RMB的话也都不菲,不过好处就是都可以很方便的在亚马逊之类的站点上买到。记录一下,说不定什么时候我也会去买几本来充当“小说”看……


36款新鲜出炉的很酷的Flex/AS3组件,开发包和工具 - 全文检索博客

stickyman收录,使用标签:ActionScript, AS3, Flex,时间:2008-5-30 23:43:42 | 相关网摘我也收藏

在Ntt.cc上曾经发过一篇30 useful as3 open source projects和the list of AS2/AS3 Physics Engine(open source non-open source)列举过一些Flex,ActionScript 3相关的项目。时间的车轮总是滚滚向前……,各种各样的新的Flex/AS3开源项目,优秀的开发包,工具不断地涌现。Sean Moore Bio罗列了一份新的列表,列举了一些很不错的Flex/AS3组件,开发包和工具。很有意思的是这位仁兄居然配了一张蘑菇云的图片,大概是期待这种爆炸性的效果吧。


Linux下ActionScript 3的调试(Debug)方法 - 全文检索博客

stickyman收录,使用标签:ActionScript, Debug, Flash, Linux, SDK,时间:2008-5-27 23:31:07 | 相关网摘我也收藏

在前面的Linux上用ActionScript 3(Adobe FLEX 3.0 SDK)开发Adobe Flash应用(英文版本)中,我们尝试着在Linux的环境下,利用Adobe Flex 3.0 SDK成功的搭建好了开发环境并且让我们的“hello actionscript 3″ 得以运行了。相对于Windows下的程序员来说,Linux程序员的调试(Debug)显得就要复杂一些。而像仅仅利用Adobe Flex 3.0 SDK的用户来说,就显得更加麻烦一些了。不过麻烦并不表示功能上它就比较弱,相反的当你习惯了Linux的gdb(Flex 3.0 SDK的fdb)之后,你会发现原来在Linux下你可以按照你的思维来调试程序,而不是像Windows下那样,你的思维需要跟着调试的结果走。不那么废话了,还是让我们赶紧尝试着Linux下的Debug之旅吧。


Using Debugger And Print To Debug Your ActionScript Under Linux - Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, debugger, flex, Linux, SDK,时间:2008-5-25 21:02:07 | 相关网摘我也收藏

In previous article Using Actionscript 3 to develop Adobe Flash Content On Linux(Chinese Version), we have tried to use Adobe Flex 3.0 SDK developed “hello actionscript 3″ under Linux successfully. Compared with Windows programmer, the debug for Linux programmer is more complex. Especially for these user only use the Adobe Flex 3.0 SDK, it is more difficult. But it doesn’t mean the weak function. On the contrary when you get used to Linux gdb (Flex 3.0 SDK fdg), you will find that it could following your own thinking to debugging program under Linux. Which different from the windows, you need to following the result of debugging program. Then, less nonsense. Let’s begin our travel of Debug under Linux immediately.


Using Actionscript 3 to develop Adobe Flash Content On Linux - Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, Flash, flex, VMware,时间:2008-5-19 0:09:50 | 相关网摘我也收藏

Because I installed Linux in my VMware and one of the feature of Adobe Flash is cross-platform, I tried to create the application which using Adobe FLEX 3.0 SDK to develop flex/flash under Linux. In fact it’s just a “hello actionscript 3″ instead “Hello,world!” known for every earthman. This article is not to introduce the skill of ActionScript 3, but how to use free Adobe FLEX 3.0 SDK development environment to build your flex/flash application under Linux. What you do is just following these steps, then you will see your Flash running under your Linux(Firefox). (Here is the Chinese Version of this tutorial posted on my Chinese blog)


How To Discriminate Between JavaScript Object and ActionScript Object In AIR - Ntt.cc

stickyman收录,使用标签:ActionScript, AIR, ECMAScript, JavaScript, Object,时间:2008-5-18 1:18:59 | 相关网摘我也收藏

JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262 (ECMAScript) standard. ActionScript implements the arguments object, which supports the callee and length properties, just like JavaScript. ActionScript also implements the Array, Boolean, Date, Math, Number, Object, and String classes familiar to JavaScript programmers.Adobe AIR allows ActionScript and JavaScript base object can be convert each other.But sometimes we still need to know which is javascript objct and which is actionscript object.The following code shows how to detect Javascript objct and ActionScript.


Linux上用ActionScript 3(Adobe FLEX 3.0 SDK)开发Adobe Flash应用 - 全文检索博客

stickyman收录,使用标签:ActionScript, Adobe, Flash, JDK, Linux, SDK, VMware,时间:2008-5-17 12:15:30 | 相关网摘我也收藏

由于我的电脑的VMware中装有Linux系统,而Adobe Flash的一个特点就是它的跨平台性,所以尝试了一下在Linux下利用Adobe FLEX 3.0 SDK开发Flash的“应用”–说是应用,其实只是一个地球人都知道的“Hello,world!”,只不过我改成了“hello actionscript 3”。所以本文主要想说明的不是ActionScript 3的开发技巧,而是如何在Linux下利用免费的SDK构架开发环境。你只要按照下面的步骤操作,那么最终你就可以在自己的Linux平台下看到自己的Flash运行了。


Flex中利用URLLoader和URLVariables类导入文件的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, Flex, URLLoader, URLRequest, URLVariables,时间:2008-5-14 20:16:05 | 相关网摘我也收藏

Peter在写这个例子的时候说“Not sure if this is helpful to anybody”,其他人不敢说,不过这个例子刚好是我所需要的–我在做的一个解析ActionScript文件的项目中需要用到这个功能。例子中演示了如何利用URLLoader和URLVariables类,从一个扩展文件中读入一定格式的内容(name/value),根据读入的内容随即显示在DataGrid控件中。


AlivePDF,一个ActionScript 3写的开源PDF开发包 - 全文检索博客

stickyman收录,使用标签:ActionScript, Adobe, AlivePDF, pdf,时间:2008-5-10 22:54:36 | 相关网摘我也收藏

AlivePDF是一个ActionScript 3写的开源PDF开发包,基于FPDF编写的。利用AlivePDF,你可以在客户端直接生成PDF文件,该开发包使用MIT License,对商业用户可谓相当友好。


The Fastest Way To Draw Pixels In ActionScript 3 | FlexMan

stickyman收录,使用标签:ActionScript, bitmap, Flex, pixel, setPixels,时间:2008-5-9 23:33:19 | 相关网摘我也收藏

ActionScript 3 can display a dynamically generated bitmap, in which the RGB values of each pixel are computed by code.It can be help us to render 3D scenes, process video and images, and create other effects.In order to draw a dynamically animated bitmap, it may be necessary to write to every pixel in the BitmapData each frame.We can call setPixel once for every pixel or build an appropriatedly sized ByteArray to do it.But which is the fastest?


FLARE–将Flash的SWF反编译取出ActionScript的免费工具 - 全文检索博客

stickyman收录,使用标签:ActionScript, Flare, Flash, SWF, 反编译, 源代码,时间:2008-5-4 0:14:45 | 相关网摘我也收藏

总是会有人做这样的事情,不管是Java还是.Net,解析类的语言总是很容易的被反编译,Flash的SWF当然也不例外。darknet放出的Flare让人们可以在Dos/Windows,Mac OS,Linux x86,Linux x86 64-bit,Solaris x86这些平台下,都可以将Flash的SWF反编译取出ActionScript。


ActionScript 3中描画像素的最快的方法 - 全文检索博客

stickyman收录,使用标签:ActionScript, bigmap, BitmapData, DisplayObject, RGB, 像素,时间:2008-5-1 21:33:41 | 相关网摘我也收藏

ActionScript 3可以显示一幅通过代码计算得出RGB值而动态生成的bigmap图像。利用这种特性,演绎3D元素,制作影像和图片以及其他的效果都显得比较容易。为了在显示器屏幕中描画像素,就需要创建一个Bitmap和BitmapData类的实例,BitmapData表示一组像素,而Bitmap则是用来描画这些像素的一个DisplayObject对象。为了动态的描画出逼真的bitmap图像,就需要在各个框架中写入所有的像素。而实现这一点,至少有两种方法:


ActionScript3.0中利用forEach循环遍历一个数组(Array)对象并且修改其中的项目 | 全文检索博客

stickyman收录,使用标签:ActionScript, Array, Flex, forEach,时间:2008-4-22 19:44:30 | 相关网摘我也收藏

接下来的例子演示了如何遍历一个Array 对象并且利用Array类中的forEach事件修改其中的项目。

让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):


Create your interesting Air desktop application using ActionScript |Ntt.cc

stickyman收录,使用标签:ActionScript, Adobe, AIR, Desktop, Application, Linux,时间:2008-4-13 0:14:04 | 相关网摘我也收藏

If you are tired of dull desktop and want to have relaxation in busing worktime, why not you try the following example? It is a Air desktop application with ActionScrip, A ladybird crawling chaos everywhere. If you have interesting, reference the following example you could built a cool Air desktop application by yourself.


30 useful as3 open source projects - Ntt.cc

stickyman收录,使用标签:ActionScript, AS3, open, source,时间:2008-4-9 23:06:22 | 相关网摘我也收藏

Isn’t driving you crazy when you realize amazing effect about ActionScript 3 what you want. Don’t you spend much time to do it? Why don’t you reference following open source projects before you begin? Maybe there are something what you need.


Flex中将颜色格式化为字符串的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, dataTipFormatFunction, Flex, substr, toString,时间:2008-4-1 22:02:41 | 相关网摘我也收藏

接下来的例子演示了利用一个Slider来选取一个方框中0�000000 (black)和0xFFFFFF (white)之间的背景颜色数据,并且将格式化好的数据显示在slider的tooltip中。


Flex中利用PopUpManager类创建自定义pop-up窗口的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, centerPopUp, Flex, PopUpManager, removePopUp,时间:2008-3-21 22:13:52 | 相关网摘我也收藏

如果你只是需要得到一个简单的yes/no的确认结果那Alert是一个不错的选择,但是如果需要取得用户名字或者其他信息呢?JavaScript有一个prompt(),而Flex则有一个非常强壮的PopUpManager类。


Flex中如何得到一个字符的Unicode编码字符码(Unicode character code)的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, character, charCodeAt, code, DataGrid, Flex, TextInput, UNICODE, 字符, 字符码,时间:2008-3-20 12:21:01 | 相关网摘我也收藏

你是否曾经为了取得一个字符的Unicode编码字符码而耗费几分钟(或许是几个小时)来查找?下面是我最近学到的一点小技巧,ActionScript 3.0(包括ActionScript 2.0)的String类中,有一个很不错的函数–charCodeAt(),它可以通过指定某字符串中所要取得字符码字符位置,来得到该字符的Unicode字符码。说的比较简单,那就让我们来看代码吧。


Flex中利用ExternalInterface API从HTML模板(HTML templates)中调用ActionScript函数的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, addCallback, API, ExternalInterface, Flex, HTML, templates, 模板,时间:2008-3-12 19:30:10 | 相关网摘我也收藏

在前面的Flex中利用ExternalInterface的API调用JavaScript函数的例子中,我们了解到了Flex应用中,如何利用静态事件ExternalInterface.call()调用JavaScript函数。

接下来的例子展示了Flex应用中如何利用静态ExternalInterface.addCallback()事件和JavaScript中的比特(bit),调用ActionScript函数。


Flex中利用ExternalInterface的API调用JavaScript函数的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, API, ExternalInterface, Flex, JavaScript,时间:2008-3-10 22:02:02 | 相关网摘我也收藏

下面的例子展示了如何在Flex中利用ExternalInterface类和static的ExternalInterface.call()函数调用JavaScript函数。


Flex中利用SimpleXMLDecoder类将XML转化为对象(objects) - 全文检索博客

stickyman收录,使用标签:ActionScript, decodeXML, Flex, SimpleXMLDecoder, XML, XMLDocument, 对象,时间:2008-3-6 0:06:07 | 相关网摘我也收藏

和前面的Flex中利用HTTPService MXML标签(tag)将XML转化为对象(objects)比较相似,下面的例子演示了如何利用SimpleXMLDecoder类中的decodeXML()事件,将XMLDocument对象转化为ActionScript的对象。


Flex中利用HTTPService MXML标签(tag)将XML转化为对象(objects) - 全文检索博客

stickyman收录,使用标签:ActionScript, Flex, HTTPService, MXML, object, XML, 对象,时间:2008-3-5 22:20:04 | 相关网摘我也收藏

下面的例子展示了如何利用HTTPService MXML标签(tag),通过简单的设置resultFormat属性为“object”,在读取XML文件的同时,将其转化为ActionScript对象。


Sample Source Code For MD5(ActionScript) - Ntt.cc

stickyman收录,使用标签:ActionScript, Flash, MD5,时间:2008-2-24 16:08:33 | 相关网摘我也收藏

MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of data.


ActionScript MySQL Driver:asSQL,access database from Flex - Ntt.cc

stickyman收录,使用标签:ActionScript, asSQL, database, Driver, flex, HTTPService, MySQL, WebService,时间:2008-2-1 23:33:42 | 相关网摘我也收藏

As we all know,we can not use that datasource to connect to a database with flex,and Flex does not connect to DB directly.There is better data integration with FlexBuilder 3 but we also can not connect to a database directly and load/push data,it’s in the form of wizards to help developers write server code side to talk to databases.Then from Flex how does flex appication access data from a database?


building your google search Application with Actionscript and php script - Ntt.cc

stickyman收录,使用标签:ActionScript, Application, Flash, MX, google, php, SOAP,时间:2008-1-25 0:55:31 | 相关网摘我也收藏

If you are a visual programmer working in environments like Visual Basic, Delphi, REAL basic, or PowerBuilder, you may hesitate to take advantage of the benefits of Flash


The cotton candy effect of loading with ActionScript - Ntt.cc

stickyman收录,使用标签:ActionScript, effect, frame, loading, progress,时间:2008-1-23 22:42:46 | 相关网摘我也收藏

A very cool effect on movies,films and application caused by the aging of the actual reels.Copy below codes to the first frame,the dynamic progress status of loading will be displayed,when loading completly the application will be run automatically.


Actionscript 3 class zip library–FZip - Ntt.cc

stickyman收录,使用标签:ActionScript, flex, FZip, library, OSI, zip,时间:2008-1-19 15:13:20 | 相关网摘我也收藏

FZip is a cute little Actionscript 3 class library,that enables you to load standard ZIP archives and extract contained files while the archive is still loading,modifying,and creating standard ZIP archives. It parses ZIP archives progressively, allowing access to contained files while the archive is loading


Wrapper Wordpress Theme - Ntt.cc

stickyman收录,使用标签:ActionScript, JSON, Motionandcolor, Theme, Wordpress, Wrapper,时间:2008-1-16 0:07:07 | 相关网摘我也收藏

Wrapper is a cross-browser compliant HTML/CSS rendering engine written in ActionScript that sits on top of your standards compliant HTML page. Wrappers strives to answer the most common problems web designers face without forcing them to learn too many new things. Most web sites can be created in HTML or CSS, then when you need to extend Wrapper’s capabilities you can either use JSON to call functions within ActionScript or you can load compiled plug-ins.



共29个网摘 [ 1 ] 

stickyman/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved