flash 一些常用類庫工具收集

2021-09-05 20:52:03 字數 2547 閱讀 7384

在google code裡面發現一些好東西 值得去分享,可以加快開發速度和維護時間

├─

br                                            

//bulkloader(載入管理類)│└─

com│

└─stimuli│└─

loading│├─

lazyloaders│└─

loadingtype

├─com│├─

adobe                                      

//as3core lib(這個就不用說了吧)││

├─air││

│└─logging││

├─crypto││

├─errors││

├─fileformats││

│└─vcard││

├─images││

├─net││

│└─proxies││

├─protocols││

│└─dict││

│├─events││

│└─util││

├─serialization││

│└─json││

├─utils││

└─webapis││

└─events│├─

dncompute                          

//(可以在flash內部調整flash的大小)││

└─canvas│├─

dynamicflash                              

//base64類,方便地編碼解碼,支援bytearray││

└─util│├─

hexagonstar                                

//乙個air debuger,支援本地和遠端除錯││

└─util││

└─debug│└─

pixelfumes                        

//倒影類│└─

reflect

├─gs                                            

//tweenlite & tweenmax│├─

easing│├─

events│└─

utils│└─

tween

└─org

├─bytearray                        

//封裝的遠端資料互動(bytearray.org)│└─

remoting│└─

events

├─cove                                      

//ape物理引擎│└─

ape├─

flintparticles                            

//flint粒子系統│├─

actions│├─

activities│├─

counters│├─

debug│├─

displayobjects│├─

easing│├─

emitters│├─

energyeasing│├─

events│├─

initializers│├─

particles│├─

renderers│├─

utils│└─

zones

├─lzyy                                      │├─

display                                

//顯示方面的類│├─

drawing                                

//pen(從cookbook上扒下來的)│└─

util                          

//平時工作總結加收集的幾個類

└─puremvc                                  

//puremvc

└─as3

├─core

├─inte***ces

└─patterns

├─command

├─facade

├─mediator

├─observer

└─proxy

第二個queueloader-as3

可以用於處理一下外部載入檔案如xml  text css php jsp 等檔案格式

第三個 flash3d引擎:

flash  sandy引擎

*****vision3d

away3d

第四個 flash 物理引擎:

box2d

fisixengine

好暫時補償一下這些,日後會找更多的

第五個 用於緩動動畫的專案,比adobe自帶的還好

tweenmax 類

一些工具類

description 獲取當前日期前n個月之前的年 param n public static int getbeforeyear int n description 獲取當前日期前n個月之前的月 param n public static int getbeforemonth int n des...

js常用的一些工具類方法

1,獲取瀏覽器位址列引數 function geturlparam name 2,位址列上使用unicode加密解密,這樣做主要是為了防止引數丟失 加密方法 function compilestr code return escape c 解密方法 function uncompilestr cod...

一些iOS開源類庫及工具

1.json json編碼解碼 2.gtmbase64 base64編碼解碼 3.touchxml xml解析 4.sfhfkeychainutils 安全儲存使用者密碼到keychain中 5.mbprogresshud 很棒的乙個載入等待特效框架 6.asihttprequest http等相關...