为了方便同学们,同时也为了降低服务器压力,因此花了10多小时将视频传到了优酷上。
http://v.youku.com/v_show/id_XOTUzOTI2NDA=.html
http://v.youku.com/v_show/id_XOTUzNzIwOTI=.html
不是很清楚,且声音太小。还请各位见谅
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>
function test():void{
this.showCloseButton = !showCloseButton;
this.invalidateDisplayList();
}
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.
Comments