adobe

Flash and Android - common future?

Hello, Thus far, all the Android applications I've worked on, are multimedia-oriented. In this context, support for Flash in Android is very intriguing topic for me (and many others, I believe). Do you think that HTC Hero's Flash in the browser is strong enough indication that, at one point in the future, Android will support the Adobe...

Javascript Split Array and assign values to variables from NZBMatrix API

Not sure if any of you guys/girls out there that uses the NZBMatrix website API.. In short what I'm trying to do is build an Adobe Air Application, using JavaScript, AJAX to connect to the API with a search query, this is all good. When i receive the "request.responseText" back from the API with the 5 results (can only be 5) I'm havi...

finding the IP address inAdobe AIR

how to know the P address of the system in which the AIR application is currently running? or how to restrict the usage of AIR application for a particular country? ...

C# screenshot program cannot "see" Adobe AIR programs

Hello, I've written a program in C# to take screenshots of rectangular areas on my screen. however i don't seem to be able to capture the information from Adobe AIR applications. Instead, the applications beneath are what i end up with. the meat of the action revolves around System.Drawing.Graphics.CopyFromScreen - passing in what am...

xmlHttpRequest and returned url

With help of xmlHttpRequest I make a server query. After that the server is redirecting to another page (e.g. "http://site.com/index.html;var=123") The question is - how can I get full url(side.com/index.html;var...)? The code is executed with Adobe Air. thanks ...

Resources for learning Flex using just the open source compiler, not the IDE

I'm interested in learning just enough Flash/Flex to do things that I can't do from HTML and JavaScript alone - play sound files and video, use multiple file upload things, perform cross-domain Ajax requests using the crossdomain.xml file etc. As such, I don't really want to learn (or pay for) the Flex IDE. I'm not much of an IDE guy in ...

How to change the state in Adobe Flex, using ActionScript?

Hello, I`m really new to Flex and ActionScript so please be patient with me. I want to implement this script: tinyurl.com/yafqrqb ...that is doing this "magic" : tinyurl.com/y9qg32r ...but I want to tweak it a little on InfoWindowTabbedComponent. To be more precisely I`m trying to insert links in that tabs, and when you click one the ...

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 machine or not. I am using ASP.NET/C#. I have looked the following url for the answer "http://stackoverflow.com/questions/969027/check-adobe-r...

Adobe acrobat plugin devlopment book recommendations

Am looking for some books that talk about about developing C++ plugins for Adobe Acrob at on Windows Particularly interested in trying to figure out concepts behind low level stuff like Cos Objects and PDF format etc Also java script development in Adobe any good book recommendations out there ( yes yes yes I tried google and amazon an...

In Flex, how do wrap Lists into columns?

How do you make a List control wrap around to a second column (or multiple columns)? Thanks, let me know if there is a solution for this with the List control or some other Flex control. For example, if you have one list with 42 items in it, but I want to cap the height of a list to 20 items; then instead of having one list with 42 item...

Flex GroupingCollection: Loop through the children

I am using a GroupingCollection to bind my advanceddatagrid. I have used groupingcollection to group the data by date. Now I need to select the data in the datagrid through the code. Does anyone have any idea as to how to do this? I need to loop through the adg's dataprovider and select the item that matches the criteria for the selecti...

Live cycle make a form so that it can't be changed by the end user

I created a form in LiveCycle and I want to make it so a user can edit and save the form with adobe reader. I have that part my concern is that if they have acrobat pro and Livecycle they can open the form in Acrobat pro hit the forms button and start to make changes to the form in live cycle. Is there a way to make it so that the end us...

Adobe Air GUI Question

Hello, I am new to Adobe Air and I have just started to learn. I am using FlexBuilder 3 to build a desktop app for Adobe Air. I am a bit confused with the GUI development. The app I am building has multiple input screens. What are the best practices for this type of app in terms of windows and input screens? Should I use the Viewstack ...

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 larger upgrade The current Acrobat form is dynamically populated with basic data and delivered to the user as a PDF (the user clicks a link and ...

create components dynamically

Hi, I have requirement in AdvancedDataGrid. In Advanced Data Datagrid with columns checkbox,textfield, textarea,button,radiobutton. and ADD Button and SUBMIT Button. When i click on ADD Button, those above all fields are need to add dynamically in next row.If i click 10 times on ADD Button, 10 rows with all above fileds need to be adde...

Flex: force display of control's errorTip (error toolTip) on validation failure

When a Validator (i.e. StringValidator, NumberValidator, etc) dispatches an invalid event due to validation failure, the errorString property of the source control (i.e. TextInput) is set to a non-empty string which creates a red border around the control and shows an toolTip (errorTip) ONLY when the mouse hovers over the control. Quest...

What are the best development tools to use in this project?

I am currently devising 3 database desktop applications for different users in a manufacturing company (one for the accounting department, sales department, production department). All applications have different functions but they should be able to access the data of the other department to reflect business transactions. What is the bes...

open project has encountered a problem

i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error "open project has encountered a problem" Problems occurred opening the selected resources.The project description file (.project) for 'dev - work' is missing. This file contains important information about the project. The project will not function p...

Download and Store Multiple Files with Adobe AIR ( Flash CS4 Dev)

How do you download multiple images from a server and store them on in the application directory in Flash IDE , Adobe AIR? Specifically, I am using AMFPHP to pull the paths out of a DB and download them to the application directory. ...

Adobe query string encoding

I am passing a parameter to and Adobe flex application and am passing a large encrypted token from html to the swf as a query string like parameter (as is thin given method) This is being encoded somehow, for example + is gettting replaced with an empty space, but it is not your basic escape, unescape url encoding. I could try to encod...