一个巴掌一个故事-果果和砖砖
从前有两个小孩,一个叫果果,一个叫砖砖。 果果因为RP问题,从小被野狗咬过一口,所以脸上缺一块肉。 砖砖从小就多才多艺,由于根基很稳,所以对得起“砖砖”的名号。 果果和砖砖小时候一起上学,一起长大。 时光飞逝,果果和砖砖都长大了。 果果因为RP问题,尽管身体长大了,缺的那块肉还是豁在那里。 在偶然的机会下,砖砖邂逅了一个叫MM的才女。
从前有两个小孩,一个叫果果,一个叫砖砖。 果果因为RP问题,从小被野狗咬过一口,所以脸上缺一块肉。 砖砖从小就多才多艺,由于根基很稳,所以对得起“砖砖”的名号。 果果和砖砖小时候一起上学,一起长大。 时光飞逝,果果和砖砖都长大了。 果果因为RP问题,尽管身体长大了,缺的那块肉还是豁在那里。 在偶然的机会下,砖砖邂逅了一个叫MM的才女。
本文转自http://theflashblog.com/?p=1888 [Adobe would like me to make it clear that the opinions below are not the official views of the company and are entirely my own.] By now you have surely heard about the new iPhone 4.0 SDK language that appears to make creating applications in any non-Apple-approved languages a violation of terms. Obviously Adobe is looking into this wording carefully so I will not comment any further until there is an official conclusion. [Sentence regarding Apple’s intentions redacted at request from Adobe]. This has nothing to do whatsoever with bringing the Flash player to Apple’s devices. That is a separate discussion entirely. What they are saying is that they won’t allow applications onto their marketplace solely because of what language was originally used to create them. This is a frightening move that has no rational defense other than wanting tyrannical control over developers and more importantly, wanting to use developers as pawns in their crusade against Adobe. This does not just affect Adobe but also other technologies like Unity3D.
偶然看到了Flash SEO tool,这是一个Flash网站的SEO工具,可以帮助你使Flash网站被网络蜘蛛抓到。此项目在Google code上http://code.google.com/p/flashseotool/即将提供下载。 目前的功能: 用于网络蜘蛛的HTML 菜单和子菜单 标题,meta、keywords和description 友好的URL 简单、自动从AS3代码更新 未来会加入的功能: 创建谷歌sitemap 深度链接集成支持 集成到Delicious、Twitter等 创建RSS
遇到问题: 某些情况下Chrome不认document.documentElement.scrollTop,在IE和FF中皆有值,但Chrome里为0。 解决方案: 这时使用:document.documentElement.scrollTop + document.body.scrollTop 引申参考资料: 浏览器的两种模式quirks mode 和strict mode Activat...

特别声明:以下图片均不允许任何形式的转载及修改。
收藏一个AS3库: xrope by eidiot (http://eidiot.github.com/xrope/zh.html) 这是一个用于原生AS3显示对象的简单layout库。 特点 用于原生AS3显示对象,没有Flex或任何其它依赖。 AtomLayout 使用 getBounds() 排列显示对象,不用担心注册点问题。 组合 layout 元素/组 非常容易,不需要...
转自音悦台的MV,这个MV真够强大的!有谁能一一道出这里面所有的世界名画的名字?
自从HTML5的消息放出后,长江后浪推前浪,越来越多的人开始关注HTML5。去年9月至今,看过不少文章提出Flash将被HTML5替代的观点。 最近又看到一篇文章《 有了HTML5,Flash还能走多远? 》,触动了我的神经: http://blog.csdn.net/cping1982/archive/2010/02/23/5321010.aspx 感谢作者鹏凌三千分享宝贵想法,本文有理有据。在看到本文之后,我想补充几点个人看法。 1.今非昔比,Flash不一定重蹈Applet覆辙Flash死不死和许多因素有关,没必要以Applet作对比。时代背景、用户欲求都已变化,原来的经验不再适用。 确实,Flash的缺点一直存在(前不久连号称“最强上网体验”的iPad都因flash的性能问题坚决不装Flash,导致许多网页无法完全显示),但产品好坏只是一部分胜算,运营推广、用户需求也很重要。坏的产品不一定不赚钱,好的产品也不见得赚钱,冥冥之中自有定数,得用户心者得天下。
色彩合成: 设alpha,red,green,blue都是0~255之间的数 color32 = alpha << 24 red << 16 green << 8 blue; 色彩提取: alpha = color32 >> 24; red = color32 >> 16 & 0xFF; gre...