Flash activex控件版本信息
Flash activex控件一般安装在用户系统目录下:C:\WINDOWS\system32\Macromed\Flash\
其中大版本号用数字表示,如9,10,11等,小版本号用小写字母表示,如a, b, c, d, e。如最新稳定版本为:Flash10e.ocx。
Flash activex控件的相关注册表项:
HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash\CLSID
{D27CDB6E-AE6D-11cf-96B8-444553540000}
HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.9\CLSID
{D27CDB6E-AE6D-11cf-96B8-444553540000}
HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.10\CLSID
{D27CDB6E-AE6D-11cf-96B8-444553540000}
[HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\InprocServer32]
@="C:\\WINDOWS\\system32\\Macromed\\Flash\\Flash10e.ocx"
"ThreadingModel"="Apartment"
用户在安装不同版本的Flash activex控件时的建议流程:
1. 从Adobe官网下载卸载程序。
介绍网址:
http://kb2.adobe.com/cps/141/tn_14157.html
Windows版本卸载程序:
http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe
2. 如果需要安装较旧版本,需要删除下述注册表项。
HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer\SafeVersions
3. 下载Flash activex安装程序进行安装。
适用于Windows IE的最新稳定版下载地址:
http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
Adobe实验室发布的Flash Beta版本一般会存在软件兼容问题,只建议开发人员使用。
比如最新的:Flash Player 10.1 Beta 2
http://labs.adobe.com/downloads/flashplayer10.html
Flash Player 10.1
This is a developer prerelease version of the Adobe Flash Player 10.1 software for Windows, Macintosh, Linux, and Solaris. It is being made available for developers to test their content to ensure new features function as expected, existing content plays back correctly, and there are no compatibility issues. Consumers can try the prerelease of Flash Player 10.1 to preview hardware acceleration of video on supported Windows PCs and x86-based netbooks. The Flash Player 10.1 prerelease is available in all supported languages; however, the prerelease installers are only in English and we can only accept
相关文档:
C#与Flash交互 (转自小磊在线)
C#与Flash交互
前段日子公司要求做一个C#与Flash交互的东西,用来C#与短信猫通讯将数据传到Flash上显示与操作的应用。
第一步C#添加组件
打开VS2005-工具-选择工具箱项-COM组件-选择Shockwave Flash Object-确定
添加好组件往场景上拖放,如果提示注册需求注册
c# 注册控件-在运行输 ......
方法一
1::<head></head>中加入代码:
<style>
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
</style>
2:在css文档种加入以下代码
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
若FLASH的颜色不能被CSS滤镜控制, ......
使网页所有元素变灰的代码,包括FLASH,只支持IE:
第一种方法:把下面的代码加入网页的<head>与</head>之间:
<style type="text/css">
*{filter:Gray;}
</style>
第二种方法:把下面的代码加入网站的CSS文件中:
*{filter:Gray;}
上面的代码可以使除了FLASH之外的网页所有元素变灰 ......
=============================================================
标题:与Flash操作有关的几个OEM函数
摘要:通过这些OEM函数将系统映像写入到FLASH中
备注: Windows Embedded CE 6.0
日期:2010.4.21
姓名:朱铭雷
=============================================================
通过BOOTLO ......