Infinite dreams,Infinite power.
- LOGO design
很多业界的朋友看了都说像极了2advanced,有抄袭的嫌疑..
其实,越说像我越高兴,我就理想一个能做出2a作品的团队,中国的2a,所以才做了一模一样的LOGO,是一种激励,比抄袭更有意义的激励.
恩,会努力的,for long.
- FLASH滚动条类开源代码 - Scrollbar classes with free source
This package of scrollbar classes includes 3 different kinds of scrollbars:
Standard ScrollBar: similar as the windows scrollbar,move one line for a click;
Easing ScrollBar: to scroll the text with easing motion;
Blurring ScrollBar: to scroll the text with blurring effect.Here is the documentation and free source:
http://3infinite.com/archive/flashsource/BasicScrollBar/
Copyrights reserved by 3infinite.
-
本包提供三种不同的滚动条类,文档以及源码下载,版权保留.
可能有一些bug,需要更正或者交流请与我联系.
点此转至文档页
- FLASH快捷键
工具类
箭头工具【V】
部分选取工具【A】
线条工具【N】
套索工具【L】
钢笔工具【P】
文本工具【T】
椭圆工具【O】
矩形工具【R】
铅笔工具【Y】[…]
- 关于setMask的一个疑问
Q:在一个影片里要把pMask设为pContent的遮罩层,用pContent.setMask(”pMask”)和pContent.setMask(pMask)都是可以的,如果含有pMask的影片是被另一个影片载入的,setMask(”pMask”)就没有效果,猜测前者是这对库的操作,而后者是针对实例。
A:首先要确保pMask的MovieClip已经载入,再使用setMask语句,这个问题跟子影片载入外部影片没有关系。多次实验发现,setMask设置遮罩时是以setMask执行时刻,遮罩物的形体来设置的,这种情况也正好和官方文档描述的相同。
如果当时”pMask”的MovieClip还未载入,则遮罩体本身是透明的,也就无法产生遮罩效果。或者create一个空的MC做遮罩的时候也是无法产生效果的,至少要在里面画一个矩形。
另外,还可能遇到的一个问题是pContent这个被遮罩体,有时候得写作_root[pContent].setMask(”pMask”)才能起作用,至于为什么,现在也在迷惑中.. 但是一般这么用都没有问题,尤其是pContent本身也载入图片或者影片的情况。
- XML路径解析小工具 - PathResolver
在解决XML数据处理问题的时候找到的一个小巧实用的类,大家可以拿去试试看.
使用简便如下:[…]
- 检测客户端Flashplayer版本JS/AS方法以及疑问
JS检测函数如下
<script type=”text/javascript”> function getFlashVer(){ var f=””,n=navigator; if (n.plugins && n.plugins.length){ for (var ii=0;ii<n.plugins.length;ii++) { if (n.plugins[ii].name.indexOf(\’Shockwave Flash\’)!=-1) { f=n.plugins[ii].description.split(\’Shockwave Flash \’)[1]; break; } } } else if (window.ActiveXObject) { for (var ii=10;ii>=2;ii–) { try { var fl=eval(”new ActiveXObject(\’ShockwaveFlash.ShockwaveFlash.”+ii+”\’);”); if (fl) {f=ii + \’.0\’; break; } } catch(e) {} } } document.write(”your FlashPlayer is <b>”+f+”</b>”); } […]
- FLASH 涂鸦板相册源文件 - Flash album free source
download source:
http://3infinite.com/archive/flashsource/album.z
这个是前端页面上的图片读取和涂鸦程序,不包括数据传输部分,请使用之前阅读下载包里 readme 文件.
完全是面向过程写出来的,逻辑也有些混乱,有缺点请多多指出,有什么问题可以一起交流.
PS: 我一向认为源代码要么就不公开,要么就不要像网上有些人那样在代码里面设陷井让别人看也看不懂浪费时间..
-
This is the client application,not including the server side,please read the ‘readme.txt’ doc before using it.
It’s totally finished by procedural programming,so the logic would be somewhat confusing.If any questions,contact me with no hesitation.
- FLASH+XML相册范例源文件 - Flash+xml album demo free
国外一款功能强大的相册程序,界面和文件系统都很强大,FLASHER不可多得的学习资料.
Download it free here -http://www.sinker.cn/upimg/soft/1118/passa.rar
- PV3D,FLASH3D引擎应用实例代码 - PV3D demo with free source
Demo - http://3infinite.com/PV3D/house/houseDemo.swf
Source -http://3infinite.com/PV3D/house/houseGetSource.z
日后 FLASH 3D 一定是网站设计和 RIA 应用中的重要组成.
这里是PV3D 引擎初步操作,做了个导入模型,大家有兴趣学习研究的就拿去吧.下载包中含实例代码,DAE模型以及材质贴图提供大家参考,演示需要FLASHPLAYER9.
-
There is more and more 3D elements in many Web sites and RIA nowadays,and it’s bound to be very popular in the future.
Here is a demo of importing *.DAE model,which contains DAE model,maps and fla source in the download package,get it for free if you have some […]
- PV3D实例及源码聚合 - the aggregation of PV3D demos and source
http://actionscriptarchitect.com/lab/FireSphere/ - Generated fire texture on a sphere
http://www.osflash.org/pipermail/papervision3d_osflash.org/2007-June/007477.html - Control two independant ninjas
http://chribbe.wordpress.com/2007/06/07/mech-demo/ - Control a mech and fire missiles
http://www.pablosbrain.com/flash3d/ - Neat controllable tractor simulator[…]


Recent Comments