Flex - Adobe AIR Program Can To Index All Images On A User's Computer?
Jun 7, 2010
What is the fastest way for a Adobe AIR program program to index all images on a users' computer? Using Open Source ActionScript-3, MXML Libs and classes.
Fastest - Same pc configuration, different time (seconds) To index - get a list of absolute links (like c://bla-bla/file ) and save them into file (index.txt) All images (like JPEGs, PNGs)
View 1 Replies
Similar Posts:
Nov 28, 2009
How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok for me)
View 4 Replies
Feb 20, 2010
I am developing a application using adobe air and flex .....i have a block of code which should not execute for sometime for example.
private function filewrite():void
{
//some code 1
[code].....
View 2 Replies
Jun 18, 2010
I would like to be able to operate a scanner from my AIR application. Since there's no support for this natively, I'm trying to use the NativeProcess class to start a jar file that can run the scanner. The Java code is using the JTwain library to operate the scanner. The Java application runs fine by itself, and the AIR application can start and communicate with the Java application. The problem seems to be that any time I attempt to use a function from JTwain (which relies on the JTwain.dll), the application dies IF AIR STARTED IT.[code]
View 2 Replies
Jun 19, 2009
Is it possible to get computer name where the flash program is running? Not on the website, the swf will be run directly on the PC.
View 2 Replies
Jun 21, 2010
Ever since I installed Flash CS4 on my computer, it runs fine for a while before becoming really slow to respond and a pain to use, so I have gone back to using Flash 8 which runs fine. Is this a problem with my computer or the program?
View 3 Replies
Mar 27, 2009
Is there any way to disable a computer's screensaver when a flash program is running?
It's for a program that I run locally (converted .swf to .exe).
The program is also used on other computers so changing stuff in the registry or something like that isn't really what I'm looking for.
I tryed changing mouseX but it's read-only..
View 2 Replies
Aug 6, 2011
I am working on an AIR desktop application, and am trying to get the user's locale string. I basically need to know whether the user's locale is English or French. Capabilities.language doesn't seem to work for me, as it only displays the OS's UI language.
How can I get the user's current locale?
Once determined, I intend to set it to resourceManager.localeChain, so that the appropriate 'properties' files are used to display my UI literals.
View 2 Replies
Feb 15, 2012
I have a web application developed using flex and cakephp. My client need to make a desktop application of that web application using Adobe Air. The conversion of the flex to Air is done successfully. I the flex application the communication of flex and cakephp is handled using a remotes controller. In air application I have a problem of authenticating the user with cakephp default user authentication
View 2 Replies
Jun 13, 2011
What's the standard way of storing user preferences in a Flex application for AIR? I need to store simple parameters like lists of recently opened files, window positions and sizes etc.
View 3 Replies
Mar 15, 2012
I need to create and read a user preferences XML file with Adobe Air. It will contain around 30 nodes.
<id>18981</id>
<firstrun>false</firstrun>
<background>green</background>
<username>stacker</username>
...
What's a good method to do this?
View 1 Replies
Apr 3, 2011
how to get local computer name using Adobe AIR.
View 1 Replies
Feb 1, 2010
One of our application is implemented in flex and adobe air. We want to have the user press combination of keys, say 'ABC', and have the keyboard return a different character, 'FOG', to whatever app is in focus. This should work even if app has no focus.
Will it possible in Adobe Air/Flex? If yes, provide me some examples?
View 1 Replies
Jan 26, 2009
im loading multiple images but how do I make sure the program will start once all images have dispatched a complete event. like make a universal loader for all the other "small loaders" if you understand.
View 1 Replies
Sep 29, 2009
I am developing an application running in Flash Player. The applicatiosn requestes access to the camera and/or microphone available on user computer.Is there a way in the application I prevent users from seeing this question? i.e. without having user to change his/her Adobe Flash Player setting?
View 1 Replies
Nov 10, 2009
In my Flash application, I would like a user to be able to import a picture from their hard drive. Basically, the app allows the user to customize an object. One of the steps of customization should be to add an image of their choice.
Is there a way in Flash to allow the user to pick a file from their hard drive, which is then read into memory and made accessible to an application? I would like to take the data and upload it to a server to store it for future sessions.
View 3 Replies
Oct 26, 2011
way to get the screen resolution of the user's computer by using any action script code.
View 2 Replies
Oct 8, 2009
I've made a Flash project which uses a lot of animations based on Actionscript, and I've checked that in old computers those animations have a low framerate.So in order to optimize it, I thought to disable some of them depending on the capabilities of the user's computer, but the only thing I've found which could be useful is the property System.totalMemory
Is there any way to calculate the user's CPU performance in order to act in consequence?In these cases, would it be useful to replace some vector graphics with bitmaps? If I'm not wrong it would make use of more memory but would lower CPU charge, wouldn't it?
View 4 Replies
Apr 5, 2011
I am looking for a way to record sound from a user's computer, then save the sound as a wav/mp3/swf/etc on a server.
View 1 Replies
May 19, 2005
I've been searching for quite a while now on a few different sites for information on testing the cpu speed of users computers. I've done this search before about a month ago and remember fidning something about this. Problem is, now I can't seem to find anything. The reason I need to know is because I have an MC on my stage which is using actionscript to animate but on older computers with slow cpu's all the animation slows down terribly. I would like to be able to test cpu speed and redirect to a different page based on cpu speed.
View 1 Replies
Oct 13, 2010
I want to save a jpg of dynamically loaded swf's to the user's computer. Everything works great, except the loaded swf's don't appear in the jpg (everything on the stage renders fine). Any thoughts?
[Code]...
View 3 Replies
Feb 7, 2009
how to allow the user to upload some image of his/her choice from his/her local computer, plus adding some control on size and dimension limit.
I've seen this performed for instance in webs where they sell sunglasses. The movie allows you to upload your own picture of yourself so that you can virtually try them on.
View 2 Replies
Jun 28, 2009
On the site [URL] there is a .swf that prevents users from opening multiple instances of the site at the same time on the same computer. If you open the site, and try to open it a second time in another window, it won't load. You can't open the site again until the first window is closed. How did they implement this?
From my analysis it is NOT:
1. Cookies - The block still takes place if you try opening it in IE and also try opening it in Firefox simultaneously.
2. Flash Cookies - The block still takes place if I disable flash cookies.
3. IP Based Block - You are not blocked if you open the site on two separate computers with the same outbound IP address. From my analysis, their server does not assist in the block at all.
It seems as if their .swf is creating some kind of global system-wide object that can be detected in other instances of the application on the same machine. How did they implement this?
View 2 Replies
Jun 28, 2009
On the site oldnavyweekly.com there is a .swf that prevents users from opening multiple instances of the site at the same time on the same computer. If you open the site, and try to open it a second time in another window, it won't load. You can't open the site again until the first window is closed. How did they implement this? From my analysis it is NOT:1. Cookies - The block still takes place if you try opening it in IE and also try opening it in Firefox simultaneously.2. Flash Cookies - The block still takes place if I disable flash cookies.3. IP Based Block - You are not blocked if you open the site on two separate computers with the same outbound IP address. From my analysis, their server does not assist in the block at all. It seems as if their .swf is creating some kind of global system-wide object that can be detected in other instances of the application on the same machine. How did they implement this?
View 3 Replies
Apr 1, 2010
I am using sifr 2.0.7 and here's the deal. The sifr is working (I can see it in the DOM) however, the font is wrong.It doesn't pick up my swf font (DIN) unless you have it installed on your computer?The css font style is: HelveticaNeue which is what the sifr seems to render if you don't have DIN installed.I see it on my computer but my friend see DIN.
View 1 Replies
Feb 7, 2009
I'd like to know how to allow the user to upload some image of his/her choice from his/her local computer, plus adding some control on size and dimension limits, and to check that the file to be uploaded is actually a JPG/PNG/GIF and not another else.
I've seen this performed for instance in webs where they sell sunglasses. The movie allows you to upload your own picture of yourself so that you can virtually try them on.
View 6 Replies
Aug 9, 2004
Is it possible to detect, through flash, browser version on a user�s computer?
View 1 Replies
Oct 27, 2009
What I have to do is upload some images to a server, which is OK, but before uploading I must downsize this images by reducing their quality and width/height. I've found many information about the class JPGEncoder, but I couldn't make it work.
View 2 Replies
Jan 29, 2010
How to add images into Adobe Flex RichTextEditor control? I mean using a button =)
So we have some text editor with RTE a-la
We want to get into its content images using some button. How to do such thing?
BTW: I found this [URL] but I really do not understand how to make it work so if any one can publish simple project with simple (DIRTY IS OK) source it would be grate!)))
View 1 Replies
Jun 18, 2010
I have made an application that is coded only in ActionScript 3.0, and uses HTML and JavaScript for the display.I would like to have the same result, but using Adobe AIR. I do not know Adobe AIR at all, so I was wondering if you could direct to some good tutorials that will teach me how I can move my .html/.js/.as files to Adobe AIR please. I am using Adobe Flash Builder 4.
View 1 Replies