adobe

how to generate sample swf file using AS3

孤街醉人 提交于 2019-12-24 10:04:49
问题 is possible that I can create an Adobe AIR application to generate sample shape and save it as swf file? I know how to create shape, color, save it as image, but I want the output to be vector file like what flash can create, swf file format. thanks! 回答1: Try AS3SWF. AS3 to SWF You can generate and save swf files from as3 (check out the examples folder once you download the code) 来源: https://stackoverflow.com/questions/4903227/how-to-generate-sample-swf-file-using-as3

Adobe Air SQLite synchronous busy timeout / SQLite concurrent access / avoid busy loop

為{幸葍}努か 提交于 2019-12-24 06:47:12
问题 this is my first post here. I'm asking because I ran out of clues and I was unable to find anything about this specific issue. My question is: In Adobe AIR, is there a way to do a synchronous usleep() equivalent (delay execution of 200ms), alternatively is there a way to specify the SQLite busy timeout somewhere? I have an AIR application which uses the database in synchronous mode because the code cannot cope with the need of events/callbacks in SQL queries. The database sometimes is

Web Link Buttons with Variable URLs in InDesign

梦想的初衷 提交于 2019-12-24 04:53:30
问题 My work assignment of late has been developing an interactive PDF catalog of our products that my superior can distribute digitally and let potential customers browse without accessing the website. We have an Excel file that lists all the details of our products - name, description, title, image, category, etc. I have used Data Merge to create this 300 page document rather than hand-copy each product's information to a single page. Unfortunately I am now stuck - I have designed the catalog in

Import image in Acrobat using JavaScript (preferred on document-level)

你离开我真会死。 提交于 2019-12-24 03:30:53
问题 I am going to implement a dynamic legend using JavaScript in Adobe Acrobat. The document contains a lot of layers. Every layer has an own legend. The origin idea is to implement the legend so, that it contains the images in a dialog box for the visible layers. I can only hide/show the layers by setting state to false or true (this.getOCGs()[i].state = false;) on document-level. Question 1: Can I extract data from layer somehow for legend establishing? I think no, as we only have these

Adobe CQ5 regex that will reject an entire string if either of 2 different substrings are found within the string

好久不见. 提交于 2019-12-23 23:14:16
问题 Adobe CQ5 dialog editor, regex property: I am regex challenged so forgive me, but it seems a simple task and I just can't seem to find the right fit elsewhere on the internet. Every suggestion that looks right just doesn't seem to work in adobe's regex field. I want the content admin to supply a relative URL to a "thank you" page. I don't need anything super fancy, I simply want to reject the admin's input if "http" or ".com" is found anywhere within the text supplied by the admin. Examples

Adobe air mobile why does the stage flickers when starting a video a stageVideo?

。_饼干妹妹 提交于 2019-12-23 22:15:36
问题 I am trying to Play a video on a android tablet using stageVideo but any time i click play and add the video to the stage the hole app flickers and then the video is added to the stage. The video then start off being all pixelated. Then it goes away and starts playing properly with only a few jumps. I am wondering what is casing this to happen? Is there a better way to load the video. This also can happen when just using the video object in flex. The video is stored locally in the file:///mnt

Flex applications for iPhone

假装没事ソ 提交于 2019-12-23 19:16:22
问题 Is it possible to make applications for iPhone using Adobe Flex/AIR? Any tutorials, pointers? 回答1: No, I don't believe you can. Although support for Flash on the iPhone has been rumored for a while now, it continues to fail to materialize. ETA: It appears that this is now possible 回答2: As of October 5, Flash is actually supported on IPhones! Have a look at this site. Edit: A mobile version of the flex framework has been announced by Adobe for sometime next year. 回答3: The iPhone SDK says: 3.3

How do you remove the border of a Flex 4 TextArea Component (spark themed halo)

允我心安 提交于 2019-12-23 10:53:02
问题 With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect. 回答1: Try something like: borderVisible="false" 回答2: If you want to remove the border from spark TextArea's here are some ways to do so: To make all spark TextAreas have no border you can do this: s|TextArea { borderVisible : false; } You can also make a simple style and only apply them to specific spark TextAreas like so:

print pdf silently in c#

前提是你 提交于 2019-12-23 04:45:38
问题 I am trying to print pdf silently using adobe reader. I have taken the example from the following location: http://www.codeproject.com/Tips/598424/How-to-Silently-Print-PDFs-using-Adobe-Reader-and I am able to work as desired with the above example code in my localhost. But when I deploy my application on the server,I am unable to print the PDFs. In my localhost on button click event,I am creating the PDFs and saving it to one location and printing the same.While printing adobe window opens

Dynamic - Expanding Text Box in Adobe Acrobat X Pro?

本小妞迷上赌 提交于 2019-12-23 04:26:12
问题 I have some forms that I need to add expanding text boxes to. I already have Multi-Line selected. And yes the scroll-bar appears when field is full and you keep entering text. However, when you go to print, it doesn't print out the full text. I know in Adobe LiveCycle you can make dynamic forms, that bump onto the next page. I have done this, but you lose so much functionality in LiveCycle. To be dynamic you lose the ability to position objects without using tables and therefore doing designs