adobe

Adobe Connect stuck at "connecting..." stage (windows 7)

When attempting to connect to our Adobe connect server (v7.5) I am getting stuck at "connecting..." stage. When doing the debug here is the output: Player Version: WIN 10,0,42,34 App-Server returned: code:ok, servers=rtmp://connect:1935/_rtmp://localhost:8506/,rtmpt://connect:443/_rtmp:/ /localhost:8506/ ERROR: FMS Server did not retu...

password protection of pdf files

we have a requirement to protect pdf files using a password, are there any java based open source tools which will help us in this regard? ...

Install prerequisite (Adobe Reader) from the web using InstallShield 2009

Currently my InstallShield project uses a custom prerequiste to install Adobe Reader on the target machine if it is not already installed. The prerequisite executable (Adobe Reader SetUp) is installed locally and so it is packaged into the SetUp.exe by InstallShield. Everything works as desired with the Adobe Reader setup completed pri...

Do not allow users to deselect an item after they select an item in Flex lists, tree and drop down components

I have a tree control in my Adobe Flex 3.2 application. When the swf loads the first time, there is no item selected in the tree. The user must select one and only one item to generate a report. The issue that I am having is that after the user selects an item, the user can deselect that item by holding control and clicking that item. Th...

Scrolling issue in Flex 3

In Flex 3 I have component that displays html taken from a db just by using the htmlText property of a TextArea. The component contains multiple TextAreas for different areas of content (ie header, left column, right column). This is contained inside a canvas element which has a fixed height. As the length of the content varies, my comp...

Javascript in PDFs

Thanks in advance. I am currently creating a PDF document which has fields on it which I'd like to post into an aspx page. Now this bit I have working successfully using a button with the added behaviour 'Submit Form'. I want to tweak this so before the form is submitted a confirmation message pops up, clicking no will abort the for s...

firefox .pdf file opening error.

i have asp .net website where i open a .pdf file. it opens fine on IE but refuses to open on firefox or other browsers. why is that? Error - There was an error processing a page. There was a problem reading this document (109) ...

bypass Adobe PDF Printer "SaveFileAs" prompt

i have a program that opens files, creates a PDF version by sending it to Adobe printer and saving the created PDF in a specified output folder. occassionally, when it creates the PDF, it throws a "Save PDF File As" dialog. since it does this for thousands of files, i don't think its an issue within the program. this dialog only appears ...

How to hide Print and Download buttons in Flash Paper 2.0

Does any one have any idea about how to disable or hide print and download buttons in Flash paper. We have to show and hide those buttons according to the permissions assigned to the users based on the roles assigned to them.Can you please help me out in solving this mystery ? I have embedded the below code for showing swf adobe flash p...

Testing if Adobe components are installed on the system

Hi, Does anyone know how to test if a given Adobe component (Illustrator, or Photoshop, whatever) is installed on a system (Windows7). Probably this would be a variable stored in a registry, but what exact key would this be? regards, moniuch ...

Exporting MXML using Flex

I've been having trouble exporting Adobe Flex using Adobe Air. I can't find the runnable application Air, and so when I export something to be opened in air it can't be opened. I'm on a Mac Powerbook G4 running OS 10.5.8. Help? ...

How to convert Type 3 font to Type 1 font in PDF

Hi All, I have a PDF with Type 3 font embedded. How can i convert this Type 3 font to Type 1 font? Thanks, Balaji ...

Adobe Flash CS3: DataGrid component is broken?

My datagrid component appears to be broken. When I drag one out onto the stage, its just a square. Nothing in it. Just a square... Then, when I tried to programmatically add it to the stage, using an example straight off the docs, it throws some errors: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/DataGrid.htm...

How to convert BitmapMetadata keys to corresponding XMP names?

I am writing an open-source library to extract image metadata and store as XMP serialized in an XML sidecar (ideally identically to how Adobe's apps serialize their metadata). My problem is it appears that BitmapMetadata has all of the values that I need, but the keys are mangled. Many of them are just integers, rather than their corres...

AIR: NativeWindow startMove only vertical?

Hi guys, is it possible to use the startMove Method in AS3 and limit the movement only to the y-axis? I want my window only to be dragable vertically. Thank you for your tips. ...

Connect to adobe stratus server in a flex application from inside a proxy

Hi, I am trying to develop a P2P conferencing application in flex using RTMFP. So I have to make connection to Adobe Stratus server for Id of Flash Player instance. I am a student and behind the http proxy. I have checked in NetConnection class but, didn't find anything related proxy configuration.So, How can I configure proxy settings ...

how to block http requests to some web-pages from adobe air.

Is it any way to prevent user to go to specific web-pages using Adobe AIR framework. I want this software to run at startup and not allowing user to surf some web parts. I want to use Adobe AIR beacause of its crossplatform capabilities. ...

Which Adobe product/What API for form entry

I have an embedded PDF in a Java-centric web application. I want to enable users to type data directly into the PDF, and to receive that data on the server side. What API am I looking for? LiveCycle might do this, wondering what else might fit the bill. ...

Page number display in Flex3

Hi, I am building a image gallery in flex 3. In each page I have 3 images show. I would like to allow the user to see the page number he is on at the top right corner as below 1/2/3/4/5/6>> Here page 3 is the current page and would be shown in black whereas other page numbers are in white. When we have more than 6 pages, they are not...

what get selected column value In Advanced data grid

How to get value of selected column form Advanced datagrid whose visble propery is false . ...