adobe

C# AcroPDF always print on first printer

I got a weird problem. I have a program that (does many things but also) show pdf via axAcroPDF control. In the control, I hide the toolbar because I dont want the user to have access to them, so I made a Print button (the only feature I want them to have access). Now, I went throu the hell to find how to change the default printer beca...

Stream Video Into Android App Using After Effects

I am trying to stream videos from a URL into my app. I have been saving it as an mp4 and cannot get it to work. I was able to hear sound but couldn't see any video. I am trying to do it using Adobe After Effects CS4 and Adobe Media Encoder. I was hoping someone could tell me what settings I need to use in After Effects to allow me to...

Sanity check: Is the Adobe ActionScript 3.0 Facebook library deprecated?

Unless I am doing something completely wrong, it seems the "official" AS3 Facebook Library from Adobe seems to be out of date. It seems to only return about 3/5 of a user's data, with Status Updates being the most notably missing piece. The last commit appears to be at least 8 months ago. The library also appears to be using the older RE...

.dcr director file decompiler?

Do you know if it exists a decompiler o similar for Adobe Director .drc files? ...

Trying to understand Adobe AIR and full screen mode

This adobe's page says that: In Flash Player, full-screen mode can only be initiated through ActionScript in response to a mouse click (including right-click) or keypress. AIR content running in the application security sandbox does not require that full-screen mode be entered in response to a user gesture. I thought ...

Flex Text to Speech Program

I am developing a Adobe Flex Application which speeches some given text inside a text box. Here am supposed to use an inbuilt function or something else, because I dont want to give an outside link to convert the text to speech since Internet connection will not be available. Sample program written in Air are also applicable Can any one ...

AIR modal screen

`Hai, I am developing an AIR application where i need to display a Modal Window. The screen should fill the entire desktop including the Task Bar. If the user wants to exit the screen, he need to press Windows+D option or activate Task Manager. Can any one post some sample code over here? Thanks in Advance!!! ...

Script (or some other means) to convert RGB to CMYK in PDF?

Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK? If so, could somebody please point out some of the steps involved, or where to find more information on this? ...

Adobe Flex - MouseDown Event On Label Values

Hello everyone, I just would like to know how can I dynamically change a label's values while on mousedown. I basically have a mousedown event and I also have two labels in my application. What I would like to happen is to get the current x and y position of my mouse pointer as I move my mouse through the screen and changing the values ...

what is the best strategy to build file transfer application?

Hi all, I'm working on a UDP File(large) transfer application. Client end is Adobe Flash builder and also in VC++ and Server end is C++. I'm sending my file in packets and resending the missing packets.Finally it is taking the time what ever TCP. I'm using winsock2 at server end but not complete functions.Is there any better protocols o...

Adobe Air encryption of mp3 file with as3crypto only encrypts the first few bytes

I am using the as3crypto library to encrypt mp3 files in an Adobe Air application. The code below runs without error but I realized that only the first few bytes of the mp3 file are getting encrypted but not the whole file. I have no idea what’s the problem. Could someone please be so kind and have a look at my code below? import com.h...

Weird character shown in windows uninstall diaglog while the air application is still running.

Is there somebody who can tell me how to set a proper error message when the user want to uninstall the air application while it is running. Now the windows uninstall screen show some weird characters. See image http://img197.imageshack.us/i/weirdcharactersairunins.png ...

Working example of NetStream.videoSampleAccess?

I'm currently building a browser-based application using Stratus. So far everything is working fine and I understand how it all works. The problem is when I try to manipulate the pixel data of the incoming remote video stream using BitmapData.draw(). What happens is that I get a sandbox security error, which is understandable. To solve...

Flash Testing for Android Phones

Okay, I'm and unemployed student and i want to make a game for one of adobe's mobile game contest for android phones and flash 10.1 Well, although i have cs4, i dont have cs5, and dont have the money to upgrade or buy a test phone. So i was wondering is there still anyway to emulate testing on the android platform with flash 10.1 game...

twitter regular expressions

I need 3 different regular expressions one that finds at the beginning of the string a 'D' and a space then a name, so 'D patrickgates hello there' would return 'D patrickgates', or if all possible would return just 'patrickgates' one that will find the @ sign and a name together anywhere in the string so '@patrickgates hello, world' w...

Manipulate iFrame content in Adobe AIr

Is it possible in Adobe Air to manipulate a website loaded into an iFrame? Like say I want to automate filling out a repetitive form that I need to fill out on a regular basis with data that I have stored into a database. I want it to fill out the fields that I know the selectors of and make it click the submit button. Possible? If n...

Open type shortcut (ctrl+shift+t) does not work in Flash Builder standalone/plugin

Hi all, I've recently started developing flash and have been getting accustomed to the weirdness of flash builder. Fortunately, I've had exposure to eclipse for java development, so I'm at least familiar with things like the project, preference structure and shortcuts. One issue that I've run into for both the standalone and plugin cl...

flash doesn't load when hosted on windows 2008 server, I have to righ click -> play to run it

I have a website on IIS7, when hosted in windows 7 the flash was loading ok, but when I put him on win 2008 server they don't load fully, I just shows a gray square (without the loading), and to make it work I have to right click and click play anybody knows how to fix this ? ...

I can't type symbols such as @ and $ into my flash textbox

I have an input text field for email address that is not allowing me to type anything but letters, numbers, spaces, and * I need to be able to type @ as this is an email address input field... Is there a setting I can change to allow for this? ...

Compiling with mxmlc vs Flash

I have some ActionScript code that I got from some website. I've tried to compile the code and it seems to have compiled with no errors. However, it doesn't work as expected and I am wondering how I can debug this? It seems that the website uses Flash to compile it because there's a .fla file located as well. Does anyone have any idea?...