adobe

Which method is more convenient for designing pdf data entry form ?

Hi, I would require to design data entry form in pdf which will be filled by user and they will save and send back to me via an e-mail.Which method should I go with ? I was looking into iText documentation and it looks pretty tough to design complex data entry interface. How about adobe LiveCycle ? Rishi ...

Flex custom style (skin)

Hello. How can I modify standart style of progress bar controll? ...

Connecting Flash to PHPMyAdmin Database to DISPLAY Data

Hi All, I have a website in which the content on the index page is controlled by a PHPMyAdmin database. I want a a flash "movie" at the top, that can take the data from the site, and slide-show it until a user clicks on a specific link, in which the movie will direct itself to the clicked event. The page is for a booking/promotion conce...

pdf files - add input fields with acrobat/livecycle but file is password protected

We have some government forms that we want to be able to fill from mysql database and print automatically with php script. I downloaded demo of Adobe Acrobat and LiveCycle Designer and started playing with it. Only problem is that pdf files theat we use are locked with password. More specifically - document assembly page extraction, cr...

open adobe fdf file on web server = blank document

I have an adobe fdf that contains data variables file that links to a pdf. When I open the file with windows explorer, the fdf opens the pdf file in adobe reader with data variables in their proper fields. When i try to open the fdf file in the web server, I get a blank page. Is there configuration on the server to do (mime type?) ...

Sychronous web service calls in Flex

Does adobe flex supports sychronous web service calls .... justify your answer??? ...

Adobe Air and PDF document

Can anyone direct me to a specific tutorial that will help me to create a Adobe Air application for desktop purposes that will open up a PDF document? Does the PDF document have to be located in the Air application or can it reside somewhere else. In other words, I would like the PDF document to open up so it can be read as soon as the r...

Getting Icons for File Extensions in Adobe Air

I'm working on an Adobe Air Desktop App ATM. My question is how to get the icon for a given file extension, but without actually loading up a file of such type. I had the idea to just create a blank file for the extension and then delete it once i have the bitmap for its icon, but that seemed like too much trouble and kinda inefficient...

How to generate certificates and provisioning files for iPhone development in Windows

I would like to do some iPhone development from my Windows box using the Adobe iPhone packager. I get how to do pretty much everything except creating / obtaining the certificates and provisioning files needed to complete the packaging process. What is the easiest and quickest way to get up and running? ...

Adobe AIR Client Side Session

I can't help but feel I'm missing some simple, critical piece of information. Is there some way to store application level (session) data to survive across page loads? I'm building a stand alone application that has multiple web pages, every time I load a new page with a normal link - i.e. <a href="newpage.html">Next Step</a> The EN...

How to use HTML Dom in adobe flex?

Can you use Html DOM in adobe flex to... 1) write/Auto fill in a form? 2) Read values in label? Textboxes? And use them in your program? ...

Is it possible to prevent a flex application from being resized at runtime?

From what I can gather, the resize property of a Flex application is set in the XML config file: <!--Whether the user can resize the window. Optional. Default true.--> <!--<resizable></resizable>--> However, if I set this attribute to true, is there a way to turn this off dynamically at runtime? For example, my application has two ...

How to limit CPU resources / Shockwave Flash

Can I set a maximum percentage of CPU resources a specific program or process can use? I want to use the executable name instead of its pid, because I would like certain executables to always run with constrained resources. The reason I ask for that is that I am bored of the way Shockwave Flash behaves. It is not possible that to draw a...

How to create trendline using adobe flex

I have a bubble chart where i need to draw a trendline on that showing the trend. I have Months on X axis and values (intergers or numerics) on y axis. I have gone through this link http://stackoverflow.com/questions/43224/how-do-i-calculate-a-trendline-for-a-graph , but i'm not able to understand what to use x-axis value and y- axis va...

Which Adobe products should I be concerned with in terms of web development

What Adobe products do you use or feel accomplish most of what is needed for web development. My point here is that scripting can accomplish almost everything that Flash and the Adobe family can, but then what about graphics. Illustrator, Indesign, and of course Flash... they seem to flow over into accomplishing more than just make thin...

SVG to SWF Conversion

I need to convert many .svg images into swf format. I can do this be opening the .svg in Adobe Illustrator and exporting to swf but this is very time consuming. Are there any free command line utilities out there that will convert .SVG to .SWF? I have already tried SWFMill with no success. I have also downloaded Ming but cannot compile t...

converting Adobe AIR to Flex application

Hi, We have a Adobe AIR desktop client which talks to a WAMP server. How can i convert this AIR app to a Flex app to be used in the browser. Please let me know. Thanks vish. ...

Learning Flex 4: Advice

So, the company I'm working at uses Flex and Java for their product. Currently, I'm just an XML editor, but I would like to get my hands dirty with some of the technology they use as soon as possible. I was wondering if anyone who has learned Flex could possibly give me some advice on the best way to learn Flex as quickly as possible w...

Adobe InDesign JavaScript XML: How to add XML structure tags programmatically?

This code references the root XML node, adds a FirstXMLObject under it, then adds a few fields under FirstXMLObject: var myXMLroot = mydocument.xmlElements.item(0); // The root always exists var b = myXMLroot.xmlElements.add( "FirstXMLObject"); b.xmlElements.add( "Name", "Bob"); b.xmlElements.add( "Address", "1234 Sesame Lane"); Supp...

Embed a streaming .swf file inside another Flash or Adobe Air Application

I currently have a network camera that streams video as a .swf (and also as a motion JPEG as well...) and I want to be able to embed the stream inside of either a Flash or Air project that I'm creating myself. The only examples i've been able to find though, require the .swf to be saved as a resource of the project; clearly, this is unde...