adobe

下载了最新版本flash player,还是不能安装,还是提示版本低(转)

十年热恋 提交于 2019-12-06 02:08:54
当我们使用Internet Explorer 9(IE9)浏览器访问含有大量Flash元素的网页时,可能会发现iexplorer.exe进程占用了大量的CPU资源,多开几个这样的页面就会严重影响到系统的性能。 遇到这种问题时,大部分人第一时间想到的就是当前使用的Adobe Flash Player控件的版本存在问题,所以就想卸载该控件之后,安装其他版本的Flash控件来看看效果。 但是当我们像卸载其他程序一样在“程序和功能”中卸载了Adobe Flash Player之后,想要重新安装Adobe Flash Player时,却遇到了错误提示“正尝试安装的Adobe Flash Player不是最新版本”,如图所示: 无奈之下,只得尝试重新下载并安装最新的Adobe Flash Player了。但是我们发现,即使通过Adobe官方网站下载的Adobe Flash Player在安装时依然会出现同样的提示,这已经是最新的版本了。 原来,此类问题是由于删除Adobe Flash Player时,受到其他程序的干扰,导致相关的注册表信息没有被一并清除,这样系统就会认为已经安装了最新版本的Adobe Flash Player,自然无法安装其他的版本了。 要想解决这个问题,我们可以根据下面的方法,在注册表中删除存在问题的键值。 请在开始菜单的搜索框中输入regedit并点击回车打开注册表编辑器

Adobe Acrobat Pro XI - Adding Javascript to a PDF

 ̄綄美尐妖づ 提交于 2019-12-06 01:50:06
问题 This may seem like a really novice question, but I have been tearing my hair out all day on this. I am running the trial version of Adobe Acrobat Professional XI I am looking to add simple JavaScript to a PDF file. The aim is to have a PDF file, that when opened, pops up with an alert message with Yes and No options. Click Yes, and the alert goes away, leaving the PDF to be read. Click No, and the file closes. The main trouble I am having is where to write my code. I have used the JavaScript

Accessing mysql from Adobe flex/AIR

*爱你&永不变心* 提交于 2019-12-06 01:48:34
问题 Is it possible to directly access MySql databases through an Adobe AIR/Flex application? If not, what is the next best alternative? 回答1: No, although AIR does have a local (client-side) SQLite database builtin. You don't really want your client apps to have direct access to the server-side database anyways, it can really cause weird problems and open security issues up. You can expose a MySQL database with web services however. This article has a really easy way of doing it. 回答2: I'd have to

How to determine if an application is running as a mobile or desktop air applicaton?

≡放荡痞女 提交于 2019-12-06 01:43:58
How can I find out what the current application type is? i.e. whether it's running on a mobile device or as a desktop Air application? I've tried this: if(FlexGlobals.topLevelApplicatoin as WindowedApplication) //desktop However the mobile Version can't find the WindowedApplication class. How do I tell the difference? ok this works: public static function isAndroid():Boolean { return (Capabilities.version.substr(0,3) == "AND"); } public static function isIOS():Boolean { return (Capabilities.version.substr(0,3) == "IOS"); } ... //is Blackberry public static function isMobile():Boolean { return

Programmatically launching standalone Adobe flashplayer on Linux/X11

你。 提交于 2019-12-05 23:45:30
问题 The standalone flashplayer takes no arguments other than a .swf file when you launch it from the command line. I need the player to go full screen, no window borders and such. This can be accomplished by hitting ctrl+f once the program has started. I want to do this programmatically as I need it to launch into full screen without any human interaction. My guess is that I need to some how get a handle to the window and then send it an event that looks like the "ctrl+f" keystroke. If it makes

AxAcroPDF - Vista64 Class Not Registered Error

*爱你&永不变心* 提交于 2019-12-05 21:57:15
问题 We have a WinForms application written in C# that uses the AxAcroPDFLib.AxAcroPDF component to load and print a PDF file. Has been working without any problems in Windows XP. I have moved my development environment to Vista 64 bit and now the application will not run (on Vista 64) unless I remove the AxAcroPDF component. I get the following error when the application runs: "System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E

Forcing Excel to print multiple sheets as a single job

十年热恋 提交于 2019-12-05 21:29:36
In some Excel (2003) workbooks, when I attempt to print multiple sheets, Excel treats the sheets as separate print jobs. This fubars the excel automation app I've been writing since it causes Adobe PDF Printer to stop and ask the user for the second file name. It looks like it might be something to do with the assigned print area of each page though clearing (or even resetting) the print area does not make a difference. How can I force Excel to print all selected sheets as a single print job? (I'm using the virtual Adobe PDF Printer) Barring that, how can I detect, in advance of printing, when

CQ5 Remove Render-Blocking JavaScript

倾然丶 夕夏残阳落幕 提交于 2019-12-05 18:44:33
I'm working on this document to remove blocking js: Remove Blocking JS However with CQ5 we include js via: <cq:includeClientLib js="headlibs"/> How can I modify script tag like: <script async src="my.js"> So I can remove blocking JS. The cq:includeClientLib does not have any options to do this. You can try using the com.day.cq.widget.HtmlLibraryManager interface to get the path of JS file, the tag is a is a convenience wrapper of this interface. com.day.cq.widget.HtmlLibraryManager clientlibmanager = sling.getService(com.day.cq.widget.HtmlLibraryManager.class); if(clientlibmanager != null) {

Best ORM for Adobe Air / Flex

坚强是说给别人听的谎言 提交于 2019-12-05 17:13:34
I'm not sure what I'm missing here, but I can't find a reliable ORM for AIR. The ones I find are not documented well and don't seem to have a solid following. Is a solid ORM non-existant at this point? Ones I'm aware of: http://flexorm.riaforge.org/ http://code.google.com/p/airorm/ http://code.google.com/p/air-activerecord/ Florian F I Never used it but have a look at the Cairngorm Persistance Library : http://sourceforge.net/adobe/cairngorm/wiki/HowtoUsetheCairngormPersistenceLibrary/ Looks like what you're looking for : "The Persistence library eases the communication between an Adobe AIR

Landscape and portrait images for phonegap BUILD splash screen?

你。 提交于 2019-12-05 16:44:41
I wondered if it was possible to have 2 seperate images in a phonegap build app for the splash screen? One for potrait and one for landscape. At the moment, when I open the app, it displays the splash screen and if i change orientation, it pixelates :-( I've got this in the config.xml file at the moment... <gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" width="320" height="480"/> <gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" width="960" height="640"/> <gap:splash src="splash/android/hdpi.png" gap:platform="android" gap