2

Comments

为了方便同学们,同时也为了降低服务器压力,因此花了10多小时将视频传到了优酷上。
http://v.youku.com/v_show/id_XOTUzOTI2NDA=.html
http://v.youku.com/v_show/id_XOTUzNzIwOTI=.html
不是很清楚,且声音太小。还请各位见谅

< ,,, >
0

Comments

订阅了N神的博客,是他发布的信息。(原文

这玩意儿的确不错。

不过很可恶的是,为什么一定要用AIR的在线安装,十分不解。

再不过的是,还好在javascript中写出了地址。

http://download.macromedia.com/pub/developer/fms/fms_explorer.air

用我们可爱的迅雷吧!!!

查看Adobe官方说明:点击查看

< , >
评论关闭

Comments

俺是彻底无语了。

这样的代码有错么?

<?xml version=”1.0″ encoding=”utf-8″?>  

<mx:TitleWindow xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”absolute” width=”400″ height=”300″>

        <mx:Script>

                <![CDATA[

                        private function unshow():void{

                                showCloseButton=false;

                                trace(this.showCloseButton);

                                trace(this);

                        }

 

                        private function show():void{

                                showCloseButton=true;

                                trace(this.showCloseButton);

                                trace(this);

                        }

                ]]>

        </mx:Script>

        <mx:Button x=”38″ y=”69″ label=”Show” click=”show()”/>

        <mx:Button x=”123″ y=”69″ label=”UnShow” click=”unshow()”/>

</mx:TitleWindow>

trace出来的结果都是预期中的,可是就是不能显示那可恶的CloseButton。
早上到台灣 Adobe / macromedia 使用者俱樂部論壇 问了一下。robertdx解决了问题。
只要加上一句话就可以了。我彻底晕!!!
为什么Adobe 就不能向微软学习学习呢?好怀念做WinForm的日子!
function test():void  

{

this.showCloseButton  = !showCloseButton;

this.invalidateDisplayList();

}

< , >
0

Comments

最让人欣喜的是支持了3D,同时还有自定义滤镜、效果,高级文件排版等等新特性!!!期待着正式版本!

详情请见:http://labs.adobe.com/downloads/flashplayer10.html

Demo:http://labs.adobe.com/technologies/flashplayer10/demos/

This is a prerelease version of the Adobe® Flash® Player 10 software for Windows, Macintosh, and Linux platforms. It is being made available for developers and consumers to test their content to ensure new features function as expected, existing content plays back correctly, and there are no compatibility issues.

The Flash Player 10 beta is available in all supported languages; however, the prerelease installers are only in English and we can only accept feedback in English at this time.

Release versions of Flash Player 9 are now available from the Flash Player Download Center on Adobe.com.

  • Download ActiveX Control for Windows
  • Download Plugin for Windows (EXE, 1.76 MB)
  • Download Plugin for Macintosh (DMG.ZIP, 5.78 MB)
  • Download Plugin for Linux (TAR.GZ, 3.73 MB)
  • Download Plugin for Linux (RPM, 3.73 MB)
  • < , >
    评论关闭

    Comments

    http://www.viddler.com/explore/Raferx2/videos/13/

    < , >
    0

    Comments

    Adobe TV是一个网络版的Adobe媒体播放器,提供有关Adobe产品的专家讲解。 Adobe TV提供四个频道,分别针对摄影师,设计师,视频专业人员和开发人员。内容来自Adobe设计者、培训师,专家,名人,内容超过200部影片。

    http://tv.adobe.com

    < , >