Flex :: Get Current Operating System In Adobe Air?

Jun 30, 2009

I'm making an App using Adobe Flex/Air. I was wondering if there was a way to get the Operating System the Air app is running on?

View 3 Replies


Similar Posts:


Flex :: Listen To Operating System Events When Not In Focus

May 5, 2011

Is there a way that a flex based application (in the browser or AIR) can listen to windows events (or any other OS) when it is not in focus?Lets say that my AIR application is minimized and I want her to be notified when ever new data was copied to the clipboard?

View 1 Replies

ActionScript 3.0 :: Any Way To Use Operating System Fonts?

Aug 16, 2011

I'm starting to localize my flash application. I'm trying to see if there is a way to rollback on default operating system fonts for languages like japonese so I don't have to embed them. So far I didn't find anything online. I'm currently using css to define the font family like:

@font-face {
fontFamily: "Tuffy Regular";
src:url("/assets/fonts/Tuffy-Regular.ttf");
embedAsCFF: true;
}

View 1 Replies

Actionscript 3 :: Operating System Tooltip In Flash?

Jan 31, 2011

How do you use the operating system's tooltip utility in Flash with Actionscript 3? An analogous invokation of the OS tooltip is in HTML's anchor tag:

<a href="foo.html" title="awesome website">click</a>

I don't want to draw my own custom tooltip because (A) it will look inconsistent across operating systems, (B) long tooltips wouldn't be able to float out of the SWF, and (C) it takes time to program (whether to align left or right depending on how close you are to a boundary).

View 4 Replies

ActionScript 3.0 :: Recognize Operating System / Amp Call Appropriate File)?

Dec 17, 2008

I'm using Flash CS3 to create a graphical interface with multiple buttons--each of which opens a different linked file. The interface and linked files will all be included on a memory stick given out to people. The code below works perfectly for calling up a .wmv file (from a folder in the root drive called "linked_files")when a button is clicked. But my question is this: Is there a way for AS3 to recognize whether a computer is
running Windows (in which case it would open the .wmv) or Mac OS (in which case it would open a .mov instead)? I need to do the same thing with a couple of .exe files.Obviously Mac won't read them, in which case I need an appropriate alternative to open.

View 2 Replies

Javascript :: Modify Link Target Within PDF Based On Operating System

Jun 28, 2011

We have an "application" consisting of a large number of PDF files that link to each other.

Some of the PDF files have links that must be a web URL when running on a PC (or a Mac) but need to open a specific application when running on an iPad.

When not on the iPad, the links look like "http://10.85.1.102".

When on the iPad, they look like "netcam4://2" - which opens the NetCam4 application with camera 2 selected.

NOTE: this is already working but we have to create two versions of the PDF and it would be much better to have only one.

Is there a way using JavaScript (or ActionScript or whatever) for the PDF to determine in which OS it is being displayed and modify the link appropriately?

We don't care if this decision is made when loading the PDF or when the link is clicked.

By the way, so far we have found that GoodReader on the iPad is the only PDF viewer that will properly follow links - including those to the NetCam4 app.

View 1 Replies

Flash :: Operating System - Get User Browser - Os - Version - Javascript Info

May 11, 2011

I came across a website recently that outputs a whole bunch of user info: IP, browser, OS, flash version, javascript, etc in a very easy to use format. It was specifically designed for remote support, in order to determine user operating environment. However, I cant recall the name of the website.

View 1 Replies

Flex4 :: Using Operating System Fonts Inside A Flash Application Without Embedding It?

Aug 15, 2011

I'm starting to localize my flash application.I'm trying to see if there is a way to rollback on default operating system fonts for languages like japanese so I don't have to embed them.So far I didn't find anything online.I'm currently using css to define the font family like :

@font-face
{
fontFamily: "Tuffy Regular";
src:url("/assets/fonts/Tuffy-Regular.ttf");
embedAsCFF: true;
}

View 1 Replies

Actionscript 3 :: Showing Service Pack Version Of Current System In Flex Application

Nov 1, 2010

I am able to port much of my application from Flex 35 to Flex 4.0

Next is to show my current system Operating system name (XP Pro, Vista, Linux..etc) along with the service pack level of my system on which my application is running.

I am able to show uo OS name "Windows XP" using "Capabalities.os" in Flex4.0. but not "Professional" or "Pro" exactly. But I could not find an API for showing up the service pack level.

I have to display the content in a label. I tried with Capabilities.cpuArchitecture and System.vmversion, but it shows up some other system data.

I want to show up Service pack version.

View 1 Replies

Media Server :: Which Operating System Linux Or Windows Server 2003

Dec 8, 2009

it doesn't matter which operating system we install an our server.What are your experience with Linux and Windows?Which System do you recommend regarding performance issues?

View 1 Replies

Flex :: Capturing System-level Keystrokes With Adobe AIR?

Jul 26, 2010

As the title suggests, is it possible to capture system-level keystrokes?

View 3 Replies

Flex :: Adobe Air Have Unconstrained File System Access?

Apr 15, 2009

I've found several examples and documentation that show how to read and write files on the system, but all show user intervention or reading/writing files in user profile directories. There are a few things I want to do:

Monitor system and other application log files for changes, then automatically load those files when changes occur Reload a previously open file when the application launches Write files into a log directory, which probably will not exist in the same path as the application.

In my very quick search, it seems that there may be a security model that constrains an AIR application's access to the file system, so that files can only be read or written to directories selected by the user with the file system dialog OR files can be written within the user profile or air application directory.

Does an Adobe Air application have unconstrained access to the file system?

View 2 Replies

Adobe - Access Local File System From Flex Web Application?

Jan 5, 2011

I'm trying to access local file system from Flex web application. I know it is pretty difficult, but I think there must be a way. Is there a way that Flex app can use AIR components or maybe web application can call some AIR module in order to choose files and upload?

View 2 Replies

Flash :: Flex - Adobe Player Cache: Does Data Persist Across Different Users Of A System

Sep 16, 2009

Does anyone know if adobe flash player cache data is available to other users on a system? For example: A user logs onto Windows XP, then uses my adobe flex application... and in the process of doing so downloads the signed flex lib... He then decides to mow the lawn and log off. At about 3pm the same day, his Mum can't hear the TV over the sound of the mower, so she decides to log in using a different XP user account. She proceeds to use the very same flex application. Does she also need to download the flex lib again, or would the data already be cached in the flash player?

View 2 Replies

Flash - File System, Native Process Utility Libraries For Adobe AIR/flex Applications?

Dec 20, 2011

I am looking for utility/helper classes for Adobe AIR/actionscript 3.0 file system and native process utilization. Could someone point me to opensource library projects specific to Adobe AIR..

View 2 Replies

Flash - Obtain System Information Or Cpu Information Using Adobe Flex?

Feb 11, 2011

I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?

View 2 Replies

Actionscript 3 :: Adobe AIR System-wide Storage

Jun 30, 2011

I'm working on an AIR app that will have a free basic version and a more advanced paid version that's unlocked with a license key. Ideally once a license key is entered I'd like it to unlock the application for all users of the computer. However, I haven't been able to find a suitable system-wide location for storing the license key file. All of the preconfigured locations in the File class (e.g. File.applicationStorageDirectory) are either user-specific or read-only.

Is there a standard system-wide location in AIR where I can store things like this? If not the file system, maybe shared objects, or SQLite, or the encrypted local store? Failing that, are there standard locations on each system (Windows, Mac, Linux) that I could hardcode that are guaranteed to be writable by all users? The last option is made more difficult by the lack of access to any environment variables.

If all else fails I guess I could just require the application to be unlocked per-user, but that doesn't sound like a recipe for happy customers ("What do you mean I have to buy it twice for my wife to use it? We only have one computer!"). (Okay, yes, it it's per-user I'll probably let one key unlock the app 3 or 4 times to be nice about it, but it's still less convenient for the user to activate multiple times).

View 1 Replies

Actionscript 3 :: Adobe AIR - Garbage Collection And System.gc()?

Oct 18, 2011

I'm building an Adobe AIR desktop app with Flash CS5 that makes a lot of use of bitmapdata, bytearrays and base64 strings. After a while the memory usage of the app doubles. Is it recommended to use system.gc() to free memory at that point or is that bad practice?

View 2 Replies

Android :: Do Adobe Air Apps Receive System Events

Mar 3, 2011

I'm considering using Adobe Air to write an application for the android marketplace.I was wondering if anyone could tell me what (if any) the limitations are with regard to getting / handling system events.For instance can you pause the app if the user receives a text message?Or detect if they have their music playing and mute your app's sounds?It would seem a real pity if Air cannot do this.

View 1 Replies

ActionScript 3.0 :: Why Doesn't Adobe Allow System.gc() In The Release Player

Jun 8, 2010

why we don't have the option to force Garbage Collection in the release player?

View 2 Replies

Actionscript 3 :: Monitor / Change System Audio Volume In Adobe AIR?

Nov 9, 2011

I am making a game in AS3 / Adobe AIR that requires the user to react to certain sounds. Is there a way to inform the user up front if the system volume is muted? Moreover, is there a method to change the volume? If not, does an external cross-platform application exist that lets me monitor the volume and that I can call from Adobe AIR?

View 1 Replies

ActionScript 3.0 :: Finding A Free Working Highscore System For Adobe Air IOS?

Jan 5, 2012

I used to use Mochi Leaderbords before starting coding Adobe Air games for iPhone and Android. As the Mochi API doesn't have mobile support I had to find something else and found Playtomic. Playtomic is great and easy to use, BUT it's constantly down My players are complaing on how often the highscore server is down. For me it's like 6/10 times I try to view scores that it doesn't show.alternative free highscore system that works with Adobe Air for mobile?

View 1 Replies

Flash :: Get The Current Inner Window Size In An Adobe AIR App?

Sep 26, 2011

I need to know the available screen space in my current AIR app, but when I use stage.nativeWindow.width and stage.nativeWindow.height, I get the size of the window including the title bar. I'd like to know the "inner size", so excluding the title bar. How do I do this?

View 1 Replies

Actionscript 3 :: Send Commands To Operative System From Adobe AIR Desktop Application?

Feb 9, 2010

In Python there is a function: os.system(command) that runs the command passed by parameter in the command line, there is something similar in AS3 (or MXML) running an Adobe AIR Desktop Application?

View 1 Replies

ActionScript 3.0 :: Warning: 3596: Duplicate Variable Definition And Adobe Bug Tracking System?

Dec 3, 2009

I've recently switched to CS4 and AS3. There is a couple of nice features in AS3. However,the more I do hacking (certainly you can't call it programming) the more frustrated I'm with AS3.Here is the most stupid thing I found so far.

Put this code in:
for (var i:Number=0; i<10; i++)
{

[code].....

View 3 Replies

Flex :: Input - Flex On Touch Screen System: Web Sites In Flex Works On Touch Screen System?

Sep 22, 2010

I build a web site in flex that some time take input. Will this website works on Touch Screen environment(KIOSK).My question is we have to make any change to handle input such as prompt on screen keyboard when input fields are get focused or it will manage my device and OS of system(KIOSK, Touch screen system) itself.

View 2 Replies

Flex :: Dynamically Create Axis Via ActionScript In Adobe Flex Charting Library; Adobe Bug?

Mar 21, 2011

Multiple axis creation via MXML works fine:
http:[url]...

But when I'm trying dynamically create horizontal and vertical axis then I'm getting extra axes. I believe this is Adobe bug. How I can fix this behavior?

<?xml version="1.0" encoding="utf-8"?>
<s:Application
minHeight="600"[code].....

View 2 Replies

Actionscript 3 :: The Details Of Adobe AIR File Permissions - Append To A File On The System?

Apr 15, 2012

I need to know what the details are of the file permissions of an adobe AIR app. Specifically, to where can may it write text files? Anywhere on the local system? I heard Adobe has a set of "Sandbox Permissions" but these just confuse me as I don't know where they apply. Additionally I wish to know if you need some kind of special permission to append to a file somewhere on the system.

View 1 Replies

ActionScript 3.0 :: Programmatically Detecting Between Adobe Air And Adobe Flex?

Feb 12, 2010

I have some shared code between an Adobe AIR App and an Adobe Flex App.

On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the Flex runtime.

How can I programmatically detect the difference?

View 1 Replies

ActionScript 2.0 :: Debugging File - Tab Isn't Operating The Same As All The Others

Apr 1, 2011

I can't understand why the "WORKERS" tab isn't operating the same as all the others. Is it a bug, or just me?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved