adobe

How YouTube recognize copyrighted music tracks ?

What tecnology Youtube use to recognize the copyrighted music tracks ? ...

Adobe Livecycle XML/Schema issue

After creating a pdf form in Livecycle Designer and having that form as an input to the process, it seems that it generates additional XML, usually duplicating the entire form schema multiple times with blank data. If I extract some sample test data using acrobat, the XML does not duplicate, it only happens when the form is submitted to...

Illustrator or Fireworks to create iOS graphics?

Hey, I'm doing some iOS applications and now I need to integrate graphics and icons into them. What should I use to create them, Adobe FireWorks or Adobe Illustrator? ...

Web Graphics newbie - Adobe Fireworks, Photoshop, or Illustrator?

All, My partner is dipping her toes into the world of web design. The goal is for her to be good specifically at web graphics and CSS/HTML. We’re not sure what the best way forward is with learning how to create high quality web graphics (icons and other web page art). There is Adobe Photoshop which is probably more relevant for media/p...

Looking for a sample/example for Adobe Air (flex) app to generate a word document.

Like the title said, I'm looking to generate a word doc (or something word can read formatted) from an Adobe Air application. My second alternative would be to generate an HTML doc and format it like the word document but it would be more convenient to use a word processor. I eventually will tie this to a database (probably php). Any ...

Flash Pro or Flash Builder to make graphical web widgets with sockets?

I've contacted Adobe sales and tech support, and realized that I need to talk to someone who actually develops with these tools. I want to develop some simple graphical widgets with the ability to reload themselves via an xml-socket a couple of times a second. Which Adobe tool should I buy-- Flash Builder, or Flash Pro? ...

Does Adobe Air apps work in iphone and ipad ?

Does Adobe Air apps work in iphone and ipad ? ...

Flex SDK or Adobe Flash?

I looking to get into Flash game development (coming from XNA), but I'm not so sure I'm willing to dish out for the pricey Adobe Flash software. I've noticed there is the free "Flex" SDK. What's the difference? Would I be able to develop a flash game using the free Flex SDK and submit it to a game portal in the same way I would if I de...

Adobe Salesforce problem changing Id to Name

Hi I am having a problem converting for example the AccountId field in Contacts to the Account Name from the Account Object. I have tried the following query: select Name, Account.Name from Contact But when I look at the Console when I debug the application I see that this has been converted to select Salutation, FirstName, ...

HTTP request from Adobe InDesign script?

I add a button in Adobe InDesign with an action to perform request xml from restful webservice, but I couldn't find any objects like XMLHttpRequest or ActiveXObject. I don't know there is any object in sdk that lets me do that job? ...

adobe flex captureImage encode to flv

Hi, I am developing a adobe flex application which needs to be recorded. I would like to know if there is a way to encode the frames which I capture using captureImage to video format(FLV) to send to server. I know I can use captureImage api to capture the image but it will be very inefficient(huge bandwidth) if I have to send 4-5 f...

Do pre-loaders actually help in Flash?

I have noticed the use of "pre-loaders" on many sites that heavily use Flash. This is supposed to make the user feel as if the site is loading while the app is downloads and initializes. I have a few questions about this practice. Does this really help? From what I can see, there seems to be a fair amount of graphics in the pre-lo...

Adobe Air - use a flash swf to tunnel to a proxy?

I want to create an Air app (HTML and JS) that has the ability to use user entered proxy settings. While I know that by default Air will use the OS's proxy settings, I was wondering it if was possible to include a small swf that got it's settings from Air, and then created a "tunnel" to a proxy to pass the request on to. Are there exam...

Image flickering in Adobe Flex

In Flex4, I use an Image control. After every 10 seconds, i am changing the image programatically using Timer. But when the image changes, flickering occurs. Is there any method to prevent this? Thanks in Advance ...

Loop in Adobe Flex

Hi guys, I'm new to Flex programming.. and I need to do some iteration. How do I perform loops in Flex? And does Flex has "switch case"? Thanks guys ...

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 applications (distiller, acrobat, etc.), which renders most open-source libraries unable to parse those files. PDF's generated by open-source librari...

Adobe Creative Suite Web Products

Can anyone explain me how software discount sites can sell for example Adobe products at such a high reduction in cost than what you would have to pay if you went straight to Adobe for their products. Is there something wrong with the items sold by the online discount sites? JM ...

Online reader for Adobe Content Server protected books

hi, We are building a web application - library for selling drm protected books in epub and pdf formats. THere should be a feature to read books online without possibility to print them. Does anyone know a component / application (possibly flash) that could be used for online reading, than can interact with drm protected content and als...

How can I make my AS3/Air code better?

Hello everyone this is my little Frankenstein code, don't make fun of it, it works! So you would pass in the table name and a data as an Associative array which are objects. I'm pretty sure this is not good code as I was and still am learning ActionScript. So what can I change or how would you guys make it better? public function save(t...

Adobe Flex/Actionscript event handling order

As simply as possible, I am trying to find out if events are guaranteed to be handled in the order they are dispatched. Let's say I have the following, simple code: private function handler1(e:Event):void { .. processing ..} private function handler2(e:Event):void { .. processing ..} private function handler3(e:Event):void { .. process...