存档

文章标签 ‘Flash Player 10’

Flash Player升级至10.0.45.2

2010年2月21日 评论已被关闭
分类: Flash 标签: ,

在线安装Adobe Flash Player version 10.0.12.36

2008年10月16日 评论已被关闭

Adobe Flash Player version 10.0.12.36

http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=DXLUJ

Adobe Flash Player 10最主要的新特性有:

  • 支持3D效果、
  • 自定义滤镜和效果、
  • 支持高级文字、
  • 动态音效生成、
  • 绘图API接口、
  • 硬件加速、
  • 矢量数据类型、
  • 动态流、
  • Speex音频编解码器、
  • 文件上传下载API接口
  • ……
分类: 生活杂谈 标签:

下载Flash Player 10

2008年10月9日 评论已被关闭

(译)在Flex Builder 3中编译Flash Player 10

2008年5月22日 评论已被关闭

在Flex Builder 3中编译Flash Player 10图文教程,喜欢尝鲜的朋友可以试试啦(-_-||年纪大了,不太喜欢尝鲜了)

原文:http://blog.everythingflex.com/2008/05/20/using-flash-player-10-within-flex-builder/

这是一步一步设置Flex Buillder 3来编译新的Flash Player 10 beta 的教程,同样你也可以见识到新的Flash Player 10的API的。

步骤1: 访问http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 下载下图画红圈中的(最新的),本例中使用的是3.0.1.1739

step1

步骤2: 解压下载下来的,把它复制到你的Flex Builder 安装目录下的sdks目录下

step2

步骤3: 现在打开Flex Builder的preferences窗口,展开菜单flex-> Installed Flex SDKs,点击Add按纽

step3

步骤4: 浏览到第二步中你刚刚添加的新的SDK目录,然后给你一个唯一的名称,点击OK

step4

步骤5: 现在你可以设置这个新的SDK为你的默认的SDK,然后点OK

step5

步骤6: 建立一个新的Flex Project

step6

步骤7: 工程类型为 Web Application

step7

步骤8: 右键点击工程,选择Properties(属性)。找到Flex Compiler,确保你使用了新的 3.0.1.1739作为默认的SDK,如果你没在在第5步的时候设置它为默认的话,你可以选择Use a specific SDK并从中选择3.0.1.1739。同样,改变flash player 的版本要求为 10.0.0

step8

Step 9: 切换到Flex Build Path,展开3.0.1.1739库,然后移除playerglobal.sdk

step9

步骤10: 点击Add SWC

step10

Step 11: 浏览到我们新添加的SDK的目录,找到frameworks/libs/player/10/playerglobal.swc ,然后点击OK

step11

Step 12: 展开新的playerglobal.swc,然后双击Link Type ,把它改为External

step12

step13

Step 13: 为了避免每次运行都提示要安装新的player,打开工程里的index.template.html ,修改当前变量为一个比较旧的player,如下面两个图中所示

step14

step15

最后, 打开你的工程的主文件,尝试建立一个Flash Player 10类的新对像,你可以看到 code insight

final

附:Flash Player 10例子

视频教学:Dynamic Sound

2008年5月21日 评论已被关闭

Flash Player 10 Beta: Dynamic Sound – Learn how to dynamically create sounds using the new features in Astro.

视频地址:http://gotoandlearn.com/player.php?id=75

分类: 生活杂谈 标签:

FlashDevelop’s SVN支持Flash Player 10

2008年5月21日 评论已被关闭

原文:http://www.flashdevelop.org/community/viewtopic.php?t=3039

- download FlashDevelop 3 SVN build from rev. 2297 (updated 17/05/08)
- or build FD from the source
New features:
- new target version in project properties
- minor version in advanced compiler options
- supports the updated SWC format for FP10
- typed code completion for Vector types!

Install Flash Player 10:
- Webbrowser plugin:
http://labs.adobe.com/technologies/flashplayer10/
It is recommended to only install the player on one browser, preferably Internet Explorer (ActiveX) – because it can be used to play SWFs directly in FlashDevelop embedded player.
- Standalone content debugger (“External player”):
http://opensource.adobe.com/svn/opensource/flex/sdk/branches/3.0.x/in/player/10/win/

Configure the Flex SDK nightly build:
- download the latest nightly build of Flex SDK
- edit {Flex SDK}\frameworks\flex-config.xml and replace:

Code:

<path-element>libs/player/9/playerglobal.swc</path-element>

<path-element>libs/player/9</path-element>

by

Code:

<path-element>libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element>

<path-element>libs/player/{targetPlayerMajorVersion}</path-element>

It is recommended to set this SDK as a “Custom SDK” in your FD project’s properties.

Configuring a FD project:
- set an AS3 project target version to Flash Player 10
- set the project’s Custom SDK (read above)
- add path\to\flexsdk\frameworks\libs\player\10\playerglobal.swc in the project’s External Libraries (project compiler options).

Sample FlashDevelop project:
Here’s a sample project which showcases the new typed Vector and perspective drawing:
- Download the sample Flash Player 10 project (generated SWF included)
(to build it you will have to change the Project’s Custom SDK and SWC path in the External Libraries)

Flash Player 10

2007年10月2日 评论已被关闭

最近Adobe的动作很多啊,,,更新真TM快的,旧的还没有学会新的又来了

Flash Player 10 代号 Astro.
1,多国语言文本布局功
2,3D 旋转支持,通过X,Y,Z轴来控制影片

另外:

Adobe AIR beta2 发布

Flex 3 beta 2

Flash Lite 3.0 公布,手机播放 Flash 视频

分类: 生活杂谈 标签: