adobe

How do I get the fullname of a file in Adobe AIR?

*爱你&永不变心* 提交于 2019-12-13 03:47:18
问题 I'm using something like this to browse for a file in AIR. I can get the filename, but what I need is the fullname of the file. Is there a way to do that? var file:FileReference = new FileReference(); file.addEventListener(Event.SELECT, selectHandler); file.browse(); private function selectHandler(e:Event):void{ file.removeEventListener(Event.SELECT, selectHandler); var name = file.name; } 回答1: I am not sure if FileReference can give you the absolute path of the file you selected. So I

Create print-ready PDF/X (with bleedbox, trimbox, mediabox, etc) programatically?

我们两清 提交于 2019-12-13 03:45:51
问题 I was wondering if it is possible to programaticaly create a PDF file with an acceptable quality for the production press, ideally using only open-source libraries. Right now the process is like this: -create texts and images -merge them into a postscript file -use Acrobat Distiller to convert it to PDF (Acrobat distiller helps you check all the parameters of the PDF) -send the PDF to the press What I want is something like: -take all texts and pictures in this folder -encode them into the

how to call mxml application from action script

与世无争的帅哥 提交于 2019-12-13 03:45:03
问题 I've one main.mxml which has login button which looks like below - <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="#C4D4EF" layout="absolute"> <mx:HTTPService id="serverCall" method="POST" url="http://localhost:8080/LDAPService/reg" result="on_Result(event)" fault="on_Fault(event)" /> <mx:Script> <![CDATA[ private function on_Result(event:ResultEvent):void { // How to write here } ]]> </mx:Script> <mx:Panel x="414" y="145" width="355" height="200" layout="absolute"

Flash Animations Skipping, Uncalled Audio Playing

ε祈祈猫儿з 提交于 2019-12-13 03:37:47
问题 I am totally baffled at the moment. I have a Flash CS5/AS3 project, a large Flash game, that uses a LOT of animations. I've divided these up into a MovieClip on a Scene, with corresponding actionscripts and events, for the "exploring screens", and another MovieClip on a Scene for one of the challenges, and another such set for another challenge. This method allows me to put only the animations that section needs into the corresponding MovieClip, and link the events of the scene to its

How to take an action on a deleted Asset in Adobe Experience Manager?

痴心易碎 提交于 2019-12-13 03:37:13
问题 I have a system external to Adobe Experience Manager that I need to make a quick call to whenever an Asset is deleted in AEM. Not being an expert in AEM, my options feel very limited. I've attempted to create a workflow with a step that can make the appropriate call, and have hooked up a Launcher to listen for a Remove event on any "dam:Asset" type nodes from a certain path in AEM. That means I've got a Java class I've pushed into AEM that extends WorkflowProcess, and is called as part of

Is there a way to change font color of a specific word in a string, in extendscript for after effects?

天涯浪子 提交于 2019-12-13 03:12:15
问题 I can change the font color of the entire text layer successfully, but I cannot find a way to change the color of a specific word in a string. For e.g. In this string "Trying to learn extendscript for after effects", I want to change the color of "learn" only. var mySourceText = currItem.layers.byName('line04').property("ADBE Text Properties").property("ADBE Text Document"); var myTextDoc = mySourceText.value; myTextDoc.fillColor = [0.5,0.5,0]; mySourceText.setValue(myTextDoc); But this would

The 'Passive' connection '<appname>' access to protected services is denied

余生颓废 提交于 2019-12-13 02:59:52
问题 I'm developing a flex mobile iOS application using air sdk 15.app freezes when it display the webview and start communication between servers.it's works fine when I deploy the application directly to the device through the flash builder.the error occurs when I install the app creating the ipa(installed using iTunes) <Error>: HID: The 'Passive' connection '<appname>' access to protected services is denied. I have tried many things like changing ios sdk version and disabling ANE's but not

Shows LTV not enabled for LTV enabled documents, Certificate missing from hierarchy itextsharp C#

断了今生、忘了曾经 提交于 2019-12-13 02:59:34
问题 This is extended question from : Adding LTV in signature makes pdf invalid using C# I have signed a file using DSS services of global sign. But that pdf shows different behavior for different laptops and PCs. Some adobe reader even if the LTV is added, It shows LTV not enabled moreover suppose there are 3 certificates in signed doc and showing valid in my adobe but in other person's adobe reader it is only one or two certs middle certificate is missing or only last certificate in present in

Adobe Eve ASL: how to render eve file into gui window?

跟風遠走 提交于 2019-12-13 02:32:38
问题 So We have simple .eve and .adam files, compiled ASL, and all includes required for boost and adobe . We need a crossplatform function to make our layout rendered, and movable as real window on our platform (we need it for Mac OS X, Windows, Linux). How to do such thing? We have started trying to move in direction of simplifiing some tutorials we found in ASL folder ( begin ) and got some results you can see here. But our approach is not crossplatform or any way eazy to get=( So we ask for

Flash CS4, Inactive buttons

ぃ、小莉子 提交于 2019-12-13 02:24:45
问题 I have no syntax errors when I run this code. I checked the variables and the functions in the action panel and it works fine. But, when I remove the codes from the action panel, and try to run the .as file nothing happens when I click the button. Here's my code: package { import flash.display.*; import flash.events.MouseEvent; import flash.text.*; import flash.display.MovieClip; public class U1A4_Sommeil extends MovieClip { private var monMessage:TextField = new TextField; private var