Adobe Systems is a software company headquartered in San Jose, California, USA. It is best known for the technology behind PDF, Photoshop, and Flash.
33
votes
12answers
16k views
PDF parsing library for Android? [closed]
I'm looking for a fast PDF library, even commercial is okay.
Problem of opensource java PDF renderers that they are based on awt/swing which is not available on Android, so this need to be adopted to ...
10
votes
1answer
6k views
Screen blinking when using a webview with flash
Edit: I made a demo apk, so you can understand what I mean: http://cl.ly/3g0s1p030j243y0p3m2F
For my application, I want a kind of "Super Power Point", or a keynote (the commercial team will present ...
2
votes
1answer
436 views
how to compile ASL (boost based Adobe C++ gui library) on windows 7?
So I am triing to compile ASL on windows 7.
I got Adobe C++ Library files, docs and examples from here to %ASL%
I have downloaded and compiled boost (in some other folder %boost%)
So now I have ...
1
vote
4answers
813 views
How to parse .pdf files in PERL?
How to parse .pdf files in PERL ?
Is perl is more efficient or should i use any other language ?
19
votes
12answers
33k views
HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR
I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried manually adding the headers to the request, as well as using the ...
20
votes
4answers
47k views
Adobe Reader Command Line Reference [closed]
Is there any official command line (switches) reference for the different versions of
Adobe (formerly Acrobat) Reader?
I didn't find anything on www.adobe.com/devnet/, ...
Especially I want to
...
5
votes
9answers
21k views
How do I display a PDF in Adobe Flex?
Looking for a way to display a PDF in Flex. I'm sure there are several ways. Looking for the easiest to maintain / integrate / most user friendly. I'm guessing it's possible to display a browser ...
6
votes
1answer
6k views
Check Adobe Reader is installed (C#)?
How can I check whether Adobe reader or acrobat is installed in the system? also how to get the version? ( In C# code )
25
votes
6answers
32k views
Can someone post a well formed crossdomain.xml sample?
I've been reading that Adobe has made crossdomain.xml stricter in flash 9-10 and I'm wondering of someone can paste me a copy of one that they know works. Having some trouble finding a recent sample ...
1
vote
6answers
528 views
Flash Obsolete, What about html5 or css3 is really that powerful?
i dont claim in any shape or form claim to be a Flash Activist, but apart from its obvious annoyances and discrepancies, any fool can see its couple of uses, that are in a big way reasonably important ...
11
votes
2answers
17k views
Displaying Flash content in a C# WinForms application
What is the best way to display Flash content in a C# WinForms application? I would like to create a user control (similar to the current PictureBox) that will be able to display images and flash ...
0
votes
3answers
172 views
Platform target x86 and Any CPU
I have small problem with simple code. This code is working properly on "x86" mode but not on "Any CPU" mode, maybe it is possible to run one class on "x86" and another class on "Any CPU" mode? Code:
...
8
votes
3answers
7k views
RTMP C# Client library
I was looking for a RTMP library in C# to generate request to a rtmp:// server. Anyone knows a free/open source library that allow me to do this?
Thanks,
8
votes
3answers
3k views
How can I automate the building of a Flex component library?
I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc ...
2
votes
2answers
4k views
Check if adobe reader is installed on client machine
Currently I am working on a web page which will tell user about certain configurations on client machine. Out of this there is also requirement of detecting if Adobe Reader is installed on client ...
10
votes
2answers
1k views
iTextSharp-generated PDFs now cause Save dialog in Adobe Reader X
I have been using iTextSharp to generate PDF documents for over a year. Unfortunately, with the release of Adobe Reader X, my PDFs now cause a "Do you want to Save?" dialog to appear when closing the ...
7
votes
1answer
391 views
How to compile ASL (boost based Adobe C++ gui library) on linux?
Intro
So we spent some days with all our team that consists of 2 individuals including me (meaning that our efforts were not as professional as yours could be) at CloudObserver triing to make it out ...
1
vote
1answer
26 views
GitHub diff for adobe flash .as files
Whenever files are changed in adobe flash cs5.5 it uses a CR (^M) as newlines. Because of this github sees the whole file as one line, and the diffs don't work. I have non-technical people working ...
0
votes
1answer
25 views
Flex: Custom composite component in ActionScript — problems with percentWidth/percentHeight
I've done tons of research and read the Adobe Live Docs till my eyes bled trying to figure this out.
I am building a composite custom component in ActionScript, and would like the sub controls to be ...
0
votes
2answers
263 views
Working with both adobe flex web and desktop application
I need to develop an application using flex. The requirement is to develop both a web app and a desktop application. I need to use a database for this application. I learned that there is a local ...
21
votes
12answers
15k views
Flex development on Linux, what's a good free environment?
I would like to develop Adobe Flex applications using Linux and a free environment. I'd prefer a free as in freedom alternative, but as in beer would work as well. ;-)
Are any of you developing Adobe ...
5
votes
1answer
2k views
Where is the documentation for Adobe XFL Flash interchange format?
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 ...
2
votes
1answer
722 views
external database with Adobe CQ5?
Is there any way to connect external data base like mysql can be connected to Adobe CQ5?
JCR(Java Content Repository) in Adobe cq5 now by default connects to H2 database...how to make it use ...
1
vote
4answers
9k views
Programmatically Printing in Adobe Reader 9 using .NET Interop
I am using VB.Net WinForms. I would like to call the Adobe Reader 9 ActiveX control to print some PDFs. I have added the ActiveX control to the VS toolbox (the dll is AcroPDF.dll, the COM name ...
5
votes
5answers
531 views
Display pdf file in WPF Application
I need to display pdf files in my WPF application.
I have found many references on how to accomplish this task here in SO but none worked for me
1) I have tried to use approach suggested here but ...
4
votes
3answers
5k views
AxAcroPDF - Vista64 Class Not Registered Error
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 ...
1
vote
3answers
348 views
Javascript error on calling flex-AS function
I am trying to call call action script function from JS but i get the following error
Error: getFlashMovie(swfobjectID).sayWhat is not a function
Can any body let me know what am i doing wrong ...
1
vote
6answers
5k views
clone flex component
Hey
I am trying to duplicate a flex component at run time.
For example if i have this
mx:Button label="btn" id="btn" click="handleClick(event)"/>
i should be able to call a function called ...
4
votes
3answers
1k views
LoadIFilter() returns -2147467259 for some PDF files
I am trying to use Adobe IFilter to search PDF files. My code is written in C# and I am using p/invoke to get an instance of IFilter:
[DllImport("query.dll", SetLastError = true, CharSet = ...
3
votes
1answer
2k views
Adobe Flash builder iOS app vs native iOS App
I recently came to know about the adobe flash builder with flex in latest release it supports to achieve the benefits of flash for iOS apps.As i am looking for a calendar based app,before taking the ...
3
votes
3answers
2k views
Invoking Adobe Reader from within my Android application
I am writing an Android application to display pdf files on the device. And I need to use the current versioncode (35498) of the Adobe Reader to display the pdf files.I have with code to display list ...
3
votes
2answers
3k views
How can I merge data into an XDP file and return a PDF (via .NET)?
My team has a template (XDP) that we've created with the Adobe LiveCycle designer.
The situation:
We are replacing an old Acrobat form
(XFDF format) with this LiveCycle
form as part of a much ...
2
votes
1answer
3k views
javascript detect adobe reader plugin for browser
If the pdf viewer plugin is not installed how to detect it and give a alert message to install pdf viewer
2
votes
2answers
988 views
Testing movie with Flash IDE fails to load file from localhost
I'm just wondering if anybody can help me with my simple but frustrating problem.
I have created an SWF that loads an XML file from http://localhost/flash/Projects/MEL/Quiz/Quiz/bin/xml/quiz.xml, but ...
8
votes
7answers
7k views
Is there some way to show HTML content inside Flash?
I want to show HTML content inside FLASH. Is there some way to do this?
I am talking about full blown HTML (with JavaScript if possible)
2
votes
1answer
71 views
Dynamically selecting a static embedded image?
Here's my current situation:
I have images embedded on a class.
package system
{
public class Embedded
{
[Embed(source="assets/srcorangeboxidle.png")]
public static const ...
2
votes
2answers
208 views
URL detection adobe air desktop widget
I'm new in Adobe Air, I need (urgente!!!) to do a widget with Adobe Air that monitors the URLs where I navigate and when I enter to a specific site the widget appears in the front of my screen and ...
1
vote
1answer
118 views
Adobe Eve ASL: how to render eve file into gui window?
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 ...
1
vote
8answers
230 views
what do you expect from flash in the near future?
The recent article of steve jobs link
made me think about the future of flash. I'm learning actionscript 3.0 in my studies but is it the right decision still to go for it? I was pretty sure that I ...
1
vote
1answer
1k views
How do I ensure a Flex dataProvider processes the data synchronously?
I am using an component, and currently have a dataProvider working that is an ArrayCollection (have a separate question about how to make this an XML file... but I digress).
Variable declaration ...
0
votes
1answer
48 views
peak Memory in AIR application in Flex 3
I developed a AIR application in which many module use and when i load and unload module in my application that time every 4 to 5 MB system memory use and then me logout memory not release.
0
votes
2answers
467 views
Going to next frames in Action Script 3.0
I am having a problem with AS 3.0
When you click on a door. You'll move to the next frame.
In the next frame i tried the same. But its not working.
This is the code:
FRAME1;
stop();
...
0
votes
1answer
800 views
How to compile ffmpeg via Alchemy gcc?
So I created ffmpeg configuration file that makes it pure C (platform independent, but only theoretically)
So my config is simple (0.6.1,0.6.3 tested):
./configure --disable-doc --disable-ffplay ...
0
votes
2answers
374 views
Programmatically determine AcroRd32.exe path and print it !
How do i find the installed adobe path on the system through .net code.
Later this path needs to be sent as a parameter to a function which prints
a pdf document...The later part is handled.
But my ...
0
votes
2answers
477 views
Pass parameter to Complete Event - Adobe Flex
I'm using an HTTP request to download a image in binary format. When the downloading is complete, I want to process it, but I also want to pass the image's ID to the complete handler function... how ...
0
votes
2answers
96 views
Compatibility with various PDF versions
As briefly discussed in this post and in a comment by the same author in this post, it seems as though as of PDF version 1.5 (circa 2003), Adobe is encoding the file format in their native ...
0
votes
2answers
884 views
Create submenu in context menu
Is it possible to create submenu in context menu (right click menu) in Adobe Flex?
Menu1 >
- Menu1.1
- Menu1.2
Menu2 >
- Menu2.1
- Menu2.2
- Menu2.3
0
votes
5answers
5k views
How do I set the dataProvider for an <s:List> component to be an XML file?
I've got the latest Beta of Adobe Flash Builder 4.
I want to use a <s:List> component, and specify the dataProvider as being an XML file.
However, after loads of research (including looking at ...
14
votes
2answers
1k views
Experiences with Adobe's “Adam and Eve” C++ GUI library?
I tried out the demo application which was pretty impressive. However building it and integrating it with my own code is hard because it's such a large project.
Has anyone successfully used it for ...
5
votes
3answers
1k views
Looking for a web pdf viewer, not the google document viewer
I would love to use google document viewer, but I am dealing with sensitive documents and google's Terms state that if you use their service the document basically becomes public domain.
Are they any ...