adobe

Eclipse / Tour de Flex plugin / Problem when accessing Tour de Flex view

Hi, Eclipse world is totally new to me. I've just installed Tour de Flex plugin in my Eclipse / Flex environment (Eclipse Platform Version: 3.3.3.r33). Everything went well. Now if I try to view tour de Flex here's what I do : - Menu Windows => Other views - A popup box opens, I choose "Tour de Flex", Then it asks me : "Please locate...

How to execute a windows program from Adobe Air?

Hi can you please tell me how can i run a program from Adobe air application like for some event i want to run utorrent or word. ...

Source files installation problem in Adobe AIR

Hey guys, wonder why when I export my project to *.air and I install it on my computer. I can see the source files in the software installed directory. Should I choose something? or it's should be like this... because, why should I write softwares on adobe air if everyone can install the project and watch my codes? I programmed on ajax...

How do I get the fullname of a file in Adobe AIR?

I'm using something like this to browse for a file in AIR. I can get the filename, but what I need is the fullname of the file. Is there a way to do that? var file:FileReference = new FileReference(); file.addEventListener(Event.SELECT, selectHandler); file.browse(); private function selectHandler(e:Event):void{ file.removeEventList...

FormCalc round to nearest quarter hour

I have this time sheet that has four "In" and four "Out" columns,and calculates hours worked in a two week pay period. There is a column on the right that calculates the hours worked for the day (see script below). I need it to round to the nearest quarter hour i.e., If an employee arrives or leaves between: ":00" to ":07" minutes afte...

Where are Adobe DTDs kept?

I can't believe how difficult these are to find. You'd THINK they'd be on adobe.com... anyway. Where can I download the following Adobe namespace DTDs?: <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/"&gt; <!ENTITY ns_extend ...

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 ) ...

Adobe Flex pdf functionality

I have a task of getting the snapshot of Adobe Flex application (imagine graphs, charts and tables) and produce the PDF file of it from inside of that same Flex application. Imagine having a button that would do the screenshot and dump it into PDF file. Does anybody know the framework and/or component that would have such functionalit...

Livecycle Designer - Link text field to line of text file

Hi, I'm very new to LiveCycle designer so this might be obvious. I'm fixing up a legacy PDF form that I don't have a lot of scope to replace with something better. All I want to do is to read in a couple lines of a text file during the PDF's initialise event and use those to fill a couple of fields, but Adobe won't let me instance the f...

File Protection in Adobe AIR (Flex)

Is it possible download a file in an AIR application, store it on the user's system, and prohibit access to the files by applications other than the one with which it was downloaded? ...

Digital Rights Management in Adobe Flex

I have a NetStream set up and it's supposed to listen for DRMAuthenticateEvent.DRM_Authenticate. When I give it an encrypted file (encrypted using software from drm-x.com), no DRMAuthenticateEvenet seems to be dispatched. The code looks like this: private function init():void { nc = new NetConnection(); nc.connect(null); ns = new...

Adobe Air Questions/Resources

I recently became quite interested in developing an adobe air application, and just had a few questions that maybe some more experienced air developers could answer. Firstly, what is the average time-frame required for an air project. Mainly I'm planning a somewhat ambitious project of porting a specific forum framework over to an air a...

to Delete item at runtime

Hi All, I have created some shapes dynamically at run time by mouse drag, Now i want to delete any selected item the white board.How can i achieve that. Currently i am able to delete the last drawn item through "removeChild()" method, but not the previous items. Please help. Thanks in advance. ...

Adobe Acrobat's "Automate password entry for a batch sequence" help page is WRONG/incomplete.?

On this help page for Adobe Acrobat 9: Automate Password Entry for a Batch Sequence The instructions are wrong. Pasted below: """""""""""""""""" Before you batch process PDFs that are encrypted or password protected, you can set your digital ID to enter the required password automatically. 1 Choose Advanced > Security Settings. 2 Sele...

Sometimes when I secure a pdf in Adobe Acrobat Acrobat 8 doesn't show text or images in that new document

It's consistent on certain documents too. The only solution I have at the moment is to print a PDF of the document and then secure that version of the document. That seems to bypass the issue. But I have 5000 documents I'm batch processing and I'd rather not have to mess with such things.. ...

Access variables in a iFrame, or Vice Versa

I have a html page with an iFrame, from which i want to read a few variable. Its basically a map, from which i want to retrieve the Latitude and Longitude values. I've been working on Adobe AIR, and I've tried retrieving values from innerHTML, contentWindow, but still been unable to get this working. Any good ways to get this done? ...

SVG is dying? What's next?

I heard from more than a single source that SVG is dying, it is abandoned by Adobe. How sad! What's will be next alternative to SVG? Thanks, ...

Accessing iframe using Adobe AIR

Hi Dude! Can you send me the code you used to get this right? Because I tried and I am not getting it to work. Thanks in advance! ...

Flex applications for iPhone

Is it possible to make applications for iPhone using Adobe Flex/AIR? Any tutorials, pointers? ...

How to Intercept last Opened/expanded node of a Flex Tree

I have a partially populated Tree component and I have to invoke a remote service when User expand (not when he select) a node to retrieve it's leafs. How I know witch node have bee selected. I'm using Flex 3.3. ...