adobe

How to create an ANE that will natively display a Floating Window

泄露秘密 提交于 2019-12-04 12:10:43
问题 How to create a native window in Xcode and integrate it with a Mobile Flex application. The native window should act similar as the StageWebView component whereby the native content floats in a rectangular area over the rest of the Flex app. 回答1: Being a flex programmer, this was a tedious process that took me weeks to figure out. Hope this will helps some other Xcode newbies. First of all, you must have a basic understanding of Objective-C and Xcode. You should be able to create a simple

Which ECMAScript standards comply Adobe's ExtendScript implementation? (if any)

房东的猫 提交于 2019-12-04 12:06:27
问题 I'm a JavaScript developer, who has just begun to dive into Adobe's ExtendScript technology, aiming to improve productivity and workflow on many of my enterprise's daily tasks on Illustrator PDF form generation. In first instance I thought it was an implementation of some ECMAScript standards with addition of a propertary implementation of a Document Object Model, an API for accessing the file system and some other stuff. I was hoping the last version of the Creative Suite (CS6) implemented

Adobe BlazeDS 4 artifacts maven repository?

核能气质少年 提交于 2019-12-04 10:52:45
问题 Does anybody know if Adobe has a maven repository to download the latest BlazeDS artifacts from? I only can find the "older" versions of BlazeDS in the central mvn repository. The other option is to deploy the downloaded BlazeDS jar files from the Adobe website into my local repository but it would be nice when Adobe provides the artifacts via a maven repository. 回答1: No, Adobe does not have a maven repository for BlazeDS. This thread can help. You can find BlazeDS 4 in the Spring maven

How to use HMAC in Lua - Lightroom plugin

♀尐吖头ヾ 提交于 2019-12-04 09:27:00
First thing I have to mention is I'm really really new to Lua and please be patient if you think my question is too dumb Here is my requirement I need to use HMAC-sha256 for Lightroom plugin development as I'm using that for security. I was trying to use this but with no luck https://code.google.com/p/lua-files/wiki/hmac These are the steps I followed Got the code of https://code.google.com/p/lua-files/source/browse/hmac.lua and saved as 'hmac.lua' file in my plugin directory Got the code from this https://code.google.com/p/lua-files/source/browse/sha2.lua and saved as 'sha2.lua' file Now in

Where is the documentation for Adobe XFL Flash interchange format?

徘徊边缘 提交于 2019-12-04 08:36:10
问题 I work at an animation studio that does several productions in Flash. Probably one of the most exciting features of the new Adobe CS4 suite is the XFL file format. At last, I have an ascii format that I can use to tighten our Flash-to-After Effects pipeline, as well as scene plan entire episodes without ever having to have Flash open. My only problem is that I can't find the official documentation on the Adobe website anywhere. I've tried searching the Adobe site itself but only came up with

Display PDF in Excel VBA UserForm

佐手、 提交于 2019-12-04 06:58:45
I am running Excel 2016, which may be relevant if the below is a compatibility issue... In short, I am trying to display a PDF, embedded in a UserForm in Excel. I have a UserForm, say UserForm1 . I have enabled the following extra references: Microsoft Visual Basic for Applications Extensibility 5.3 Adobe Acrobat Browser Control Type Library 1.0 This allows me to add the Adobe PDF Reader as an "Additional Control" The control appears as a hatched box icon (bottom left), which I'm not sure it's meant to. Then if I try to add one of these objects to UserForm1 (both programmatically and in design

Accessing mysql from Adobe flex/AIR

一世执手 提交于 2019-12-04 05:56:57
Is it possible to directly access MySql databases through an Adobe AIR/Flex application? If not, what is the next best alternative? Abdullah Jibaly 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. I'd have to disagree (though respectfully!) with Abdullah that building an ODBC client into AIR would "cause

Issue Updating DTM Pre-defined Data Element when Anonymous FUnction

安稳与你 提交于 2019-12-04 05:45:31
问题 If I have a pre-defined data element called "CS Test" as so: return (function() { var rvalue = "default custom script value from some data layer"; return rvalue; })(); I want to update the value of "CS Test" data element with a new value (e.g. "Updated Value") based on an Event Based rule. I can't get this to work? I understand from a previous post that when you explicitly call _satellite.getVar('Example'), the order of operations is instead: Look for the specified target for the type (e.g.

Get unique identifier (MAC address, UDID, etc…) in Adobe AIR for iOS

╄→尐↘猪︶ㄣ 提交于 2019-12-04 04:16:51
问题 I'm trying to get the MAC address for the network adapter of the user's device in an Adobe AIR Application for Android and iOS (iPad 2). In Android it works correctly, but in iOS it doesn't. This is the code I'm using: var vNetworkInterfaces:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces(); for each (var networkInterface:NetworkInterface in vNetworkInterfaces) { trace(networkInterface.hardwareAddress); } This works in Android, but in iOS I get this when trying to run

AxAcroPDF - Vista64 Class Not Registered Error

筅森魡賤 提交于 2019-12-04 04:08:47
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_CLASSNOTREG))." I have been advised on the Adobe Forums that the reason for the error is that they do not have a