存档

2009年11月 的存档

网站终于恢复正常了

2009年11月21日 评论已被关闭

网站终于恢复正常了

分类: 生活杂谈 标签:

网站两天无法访问

2009年11月21日 评论已被关闭

从2009.11.19晚到2009.11.21晚(现在)无法访问到。

服务商答复:服务器被封了,汗~~

分类: 生活杂谈 标签:

Exploring the New Storage Volume APIs in AIR 2

2009年11月19日 评论已被关闭

Posted by Rob Christensen:http://blogs.adobe.com/air/2009/11/exploring_the_new_storage_volu.html

检测大容量存储设备

One of the new capabilities that will be available in our upcoming beta release of Adobe AIR 2 will allow developers to build applications that can detect the mounting and unmounting of mass storage devices. What is a mass storage device? Examples of such devices include USB flash drives, hard drives and certain models of MP3 players and cameras such as the popular Flip HD video cameras. Using these new API’s, developers will be possible to build new classes of applications that were not possible in AIR 1. For example, it is now possible for a developer to build an applications that automatically synchronizes data between a local hard drive (or in the cloud) and a mass storage device.

Christian Cantrell, a member of the Adobe AIR team, posted an excellent blog post with code samples where he provides example code how these new API’s will work. In addition, he also recorded a demo of an AIR 2 application he made available as open source called FileTile.

分类: AIR, Flash Platform 标签:

Adobe Air 2.0 beta

2009年11月18日 评论已被关闭

Adobe Air 2.0 beta 来了:

http://labs.adobe.com/technologies/air2/

还有 Flash Player 10.1 beta

Adobe Air 2.0 相关的资源

新增了以下功能:

  1. 支持大容量存储设备检测。
  2. 高级网络可用性监测比如sockets,UDP支持,并能监听sockets
  3. 支持本机代码集成
  4. 打开一个文件按照它的默认应用程序类别。
  5. 多点触摸和手势的支持。
  6. 新的API获取原始麦克风数据。
  7. Webkit浏览与HTML5/CSS3支持
  8. 全局的错误处理。
  9. 改进的跨平台打印
  10. 改进的安全和为企业和政府支持的标准
分类: AIR 标签: , ,

css控制表格样式

2009年11月18日 评论已被关闭

效果:image

代码:

<style type="text/css">
<!–
table{border:1;margin:0;border-collapse:collapse;}
table td{padding:0;}

–>
</style>
<table width="200" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

分类: PHP 标签: ,

Afcs又改名了

2009年11月13日 评论已被关闭

Afcs更名为Lccs(LiveCycle Collaboration Service)。

到目前为止,共经历了三次更名了,cocomo->afcs->lccs。

走出了labs真是可喜可贺…….

官网地址

点击查看大图

分类: Flash Platform 标签: , , ,

使用Adobe Flex 3开发大型多人在线游戏

2009年11月11日 评论已被关闭
分类: 生活杂谈 标签: ,

Flex 3 Effects

2009年11月11日 评论已被关闭

分类: Flex 标签: , ,

(转)Social Project from Adobe Labs

2009年11月3日 评论已被关闭

转至:http://www.7yue.com/post/389.html

Adobe Labs网站最新放出一个叫做Social的项目,其代码库尽有5.2KB大小,这个项目目的在于通过使用Flash Platform技术制作开发的应用,可以将很多社会性网络的应用内容聚合在其中,达到一个共同分享信息,聚合信息的目的。

想使用Social的库,必须先通过服务商Gigya的API认证配置,你可以到这里配置:
http://www.adobe.com/go/social_setup
在进行安装配置的时候,你需要了解如何配置Facebook,Twitter和Yahoo等网络的Auth API,教程可以参考这里:
Yahoo – Opening an External Application
Twitter – Opening an External Application
Facebook – Opening an External Application
对于Social库的使用帮助,请参见这里:
http://help.adobe.com/en_US/FPS/Social/1.0/index.html

分类: Flash 标签: , , ,