DFdou's Blog Life is short,Be yourself.

3011/090

iPhone-Adobe Flash和Microsoft SliverLight

先牢骚下,早上打电话给it部门说win7的系统不提供技术支持,所以我要向上内网,先得把系统换成xp,无语。。
还好开短会的时候同事说可以解决,弄了下,使用802.1X可以直接验证,唉。。
OK,下边说正题,微软推iPhone版SL是在开会时候鸽子给的信息,来源是cnbeta,我估计Adobe看到这个消息会泪流满面,跟苹果交涉了那么久,最后还是被苹果拒绝。
从短文内容来看,似乎微软只是做了视频流的转换,我估计SL的虚拟机是无法撞到iPhone里去的,除非,,,除非微软用iPhone的sdk做一个虚拟机,当然这个以微软和adobe的实力都没什么问题,最重要的问题是,这个需要苹果说"OK"。不然啥都没的谈~~
从苹果做事的一贯做法和APP STORE和Flash的巨大竞争来看,我猜是没戏~~
不然adobe官方也不会无奈的给出这么一张图:
adobe flash

2209/090

Adobe Cookbook 2.0

From http://www.insideria.com/2009/09/the-adobe-developer-connection.html
Adobe has announced that the brand new Adobe Cookbooks application is now live! This new Adobe Cookbook application replaces the existing individual cookbook applications that existed for Flex, AIR and Mobile.

The new application still supports those technologies, and adds an additional dozen or so technologies, within a new single application.

The new application has an updated design and includes addition new features:

* Additional technologies supported (BlazeDS, Catalyst, PHP, etc)

* Improved navigation and search

* Recipe requests - for developers who can't find the code sample they are looking for

* Related recipes - that appear in a side bar of all recipe pages

* Cookbook Explorer - a visual display of top cookbook recipes and contributors

* New contributor recognition features - profile pics, links to blogs, links to community profiles

If you are a contributor, you should be sure to have your Adobe.com community profiles filled out before publishing any recipes as that is where the application will pull in a lot of the author recognition features. To fill out your community profile, login here and click "View your profile."

I have contributed recipes in the past and will continue to do so. Another important thing to note is that the O'Reilly relationship with the Adobe Cookbooks has allowed for many community contributed recipes to find their way into one of the published cookbooks. My experience in writing the AIR 1.5 cookbook included the selection of many recipes from the old AIR cookbook site for the printed book. This relationship continues with the new cookbook site, so not only will you now have additional recognition online when you submit a recipe, you may also wind up in a future printed O'Reilly cookbook.

Check out the new cookbook site at http://cookbooks.adobe.com.

Tagged as: , No Comments
2407/090

Adobe Wave

似乎是刚放出来不久,官方地址:http://labs.adobe.com/technologies/wave/
介绍:

Adobe® Wave™ is an Adobe AIR® application and Adobe hosted service that work together to enable desktop notifications for web publishers, large and small. It helps publishers stay connected to your community and lets users avoid the email clutter of dozens of newsletters and social network update messages. Adobe Wave lets you reach users directly on their desktop: there is no need to make them download a custom application or build it yourself. If you have a community of people interested in hearing updates about your website, service or business, Adobe Wave is for you.
Adobe Wave allows consumers to opt-in to receive desktop notifications from their favorite websites. Unlike news feeds and content syndication, each notification carries a call-to-action: clicking directs users to a publisher-specified URL, helping to drive traffic back to your site.
Notifications can bring activity and events on your site to users even when they’re not in the browser and not thinking about you. You can specify a URL for each notification, so when a user clicks, they’re taken right where they need to go. Unlike e-mail, Adobe Wave has been architected to be a more trusted communications channel and consequently minimizes spam and phishing concerns.
Notifications can be customized with your logo, background and foreground colors, and a thumbnail image to help your brand shine through to the user.

2606/090

Adobe开发者技术日 7月16上海

adobechinadeveloper

http://www.adobechinadeveloper.com/developerday/Shanghai

尊敬的开发伙伴:
我们诚挚地邀请您参加将于2009年7月16日在上海举行的 奥多比开发者技术日 !
奥多比开发者技术日 是由奥多比公司举办的面向 Flash 平台应用及Web应用开发者的技术研讨培训活动。旨在为开发者介绍和讲解有关 Adobe Flash 平台技术及其应用开发的相关知识和开发技巧,以及 Adobe Flash 平台技术的发展趋势等。同时也为开发者搭建一个互相学习和交流的平台,在此与奥多比公司的技术专家和资深的开发者们分享各自的开发经验和创新设计理念,共同推动 RIA 技术的发展。
光临此次开发者技术日,您将在第一时间聆听最新发布的 Adobe Flash Builder 4 和 Adobe Flash Catalyst 的新功能和新特性,欣赏炫酷的应用演示,还有机会获得Adobe Flash平台应用开发工具光盘和热销的中文版开发工具书。还等什么?赶快注册吧!* 座位有限,先来先得!

1305/090

AAS3WDP-Chapter 5 Factory 工厂模式

接这上次的"AAS3WDP-Chapter 5 Template Method模板方法",现在是工厂模式。
先来AbstractGameEXP类,相比之下,在模板方法里使用了var field:IField = createField();然后在子类中实现接口很方法。

package {
	import IField;
	public class AbstractGameEXP {
		public function initialize():void {
			var field:IField = createField();
			field.drawField();
			createTeam("red");
			createTeam("blue");
			startGame();
		}
		public function createField():IField {
			throw new Error("Abstract Method!");
		}
		public function createTeam(name:String):void {
			throw new Error("Abstract Method!");
		}
		public function startGame():void {
			throw new Error("Abstract Method!");
		}
	}
}
1602/090

Adobe Flash And iPhone?

Adobe wants everyone to know that its fully-featured Flash Player, not the dinky lite version, will be available on many mobile phones . . . in 2010. So hang tight until then. The phones that will support Flash 10 include the Palm Pre, Nokia S60 models, Android phones, and Windows Mobile. Seriously, Adobe has been working on this for how long now? Maybe it is waiting for phones to come out with their own special Flash graphics processors. Conspicuously absent from this vaporware announcement is the iPhone. Apple still thinks Flash is a resource hog and likely has some other business issues with it (even though Adobe is waiving its license fee for Flash on mobile devices).
唉,关于iPhone不会支持Flash Player的说法存在已久,似乎Apple到现在依然是不希望在iPhone中植入Flash Player,我是该说遗憾呢还是说都是因为那该死的钱钱?

1510/080

Adobe 突然发布 Flash Player 10

Adobe Systems周三(也就是今天)在毫无征兆的情况下发布了Adobe Flash Player 10软件,版本号10.0.12.36,内置3D处理能力,并支持数种Flash特效.
Flash Player 10是配合Adobe Creative Suite (CS) 4发布的客户端软件,提供了对Photoshop和Illustrator创建矢量绘图的支持.

Tagged as: No Comments
1310/080

Flash曝严重安全漏洞 黑客可强启网民摄像头

10月12日消息,360安全中心今日发出网络安全警报称,一项名为“Clickjacking”的安全问题被曝出,涉及几乎所有的网络应用。其中最严重的就是“Flash强制启动视频”漏洞。利用这一漏洞,黑客可强制启动并完全控制受害网民的摄像头和麦克风,从而对网民个人隐私形成极大的威胁。
据安全专家介绍,黑客可以利用“Flash强制启动视频”漏洞,设计一个恶意网页。当网民不慎访问该网页时,就会触发这一漏洞。黑客可以在受害者毫不知情的情况下,强制启动并完全控制其摄像头和麦克风,大肆偷窥他人的个人隐私。黑客甚至还可能将通过受害者摄像头和麦克风捕捉到的视、音频资料制作成视频作品在网上进行传播。
(豆腐注:最为妥善的恶意网页设计为用Flash设计一个游戏,只要用户不停的点击游戏中的某个按钮或者MC,慢慢的,用户的摄像头就会被捕捉,而用户自然是完全不知道~)
据悉,由于Adobe Flash Player软件在互联网上应用极其广泛,而该“Flash强制启动视频”漏洞会影响到Flash软件的绝大多数版本,因而该漏洞已经成为广大网民电脑中非常严重的安全隐患。
不过截至目前,Adobe官方尚未对此漏洞推出任何安全补丁。。。估计还在制作补丁吧。
这个漏洞告诉我们,没事请拔掉摄像头,或者,没事请别对着摄像头做不该做的事,还有,别开着电脑呼呼,还把摄像头对着自己……

Tagged as: , No Comments
710/080

Adobe CS4家族

昨天下载了下Flash CS4,说是破解版,但是破解补丁完全打不上……
所以,只有30天的试用期。
Flash CS4似乎是面向程序员的……默认面板下,工具栏跑到了右侧,时间轴跟图层是在下侧,属性是在工具栏的左侧,菜单打幅度缩减。
稍微看了下,没去关心工具,AS代码的编写应该跟Flash CS3一样。
在保存的时候,只可以选择保存成CS4或者CS3格式,也就是说,不再兼容Flash8了~蛮好的。
另外直接CS4带了AIR的插件,Flash CS4可以直接新建AIR程序。
具体功能介绍点击这里
CS4的皮肤,似乎用的都是Flex的组件皮肤……
Adobe Media Encoder CS4也顺带一起更新了,输出文件增加了.F4V跟H.264格式。
呵呵,欣喜的是,CS4里带了Adobe Media Player,这东西,是AIR做的,学术上应该叫桌面媒体播放器…跟熟悉的PPS差不多。
不同的是AMP在切换菜单或者按钮事件上可以有很多Flash的效果,这就是用户交互啊……