Has Adobe abandoned AIR Desktop?

Seems like nothing is added to AIR Desktop anymore. What's the future hold for AIR Desktop? Are we likely to start seeing less mobile work and more desktop additions? If so, when? This year?

We definitely haven't abandoned it!  We've added VideoTexture support for both Mac and Win in our latest beta and we've added a number of desktop features (stage3d, etc) in recent releases.  We've also started a 64-bit osx dev preview to get feedback from developers.
That said, the majority of AIR developers are targeting mobile devices.  While we strive for platform parity, if we do have to decide where to implement a feature first (for example, we can't get all platforms done in one release), we might target mobile first then do desktop second.

Similar Messages

  • How do I get Adobe Air Desktop App to notify user that a URL text file has been updated?

    How do I get an Adobe Air Desktop App to notify user that a URLRequest ".txt" file has been updated? via blinking system tray icon or something.
    New to Air and need someone to point me in the right direction. I have been searching web for hours and probably not asking the question right.
    I have a very simple Desktop App that just loads a text file from a web location into a dynamic text field at a set timer. it just repeats this action on the timer. right now every 5 minutes
    What would the actionscript be to tell the Air App to look at the date or time stamp of the ".txt" file and notify user if its new?
    Thanks

    Try to follow below steps
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go
    Then open Application Support > Adobe folders
    Trash AAMUpdater and OOBE folders.
    Now click on finder and hold Command + Shift + G keys on your keypad.
    This time type /Library and click on Go.
    Make sure to remove ~ symbol.
    Then open Application Support > Adobe folders.
    Trash AAMUpdater, Adobe Application manager, OOBE folders.
    Now Click on Finder and then hold Command + Shift + U keys on your keypad.
    It will open utilities folder.
    Trash Adobe Creative Cloud and Adobe Application Manager folders
    Download and Run CC cleaner tool from below link
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems/_jcr_conte nt/main-pars/accordion_container_1/accordion-par/accordion-item-1/accordion-item-par/proc e dure/proc_par/step_3/step_par/download/file.res/AdobeCreativeCloudCleanerTool.zip
    Accept the license agreement and click on Adobe Application Manager
    Then click on clean up selected
    Close the window
    Download and install Creative Cloud App from below link
    Free Creative Cloud | Download Adobe Creative Cloud free trial

  • Change Encore Project into a adobe air desktop application with password

    Good afternoon,
    I am trying to find a a way that i can change or inport a Encore project into a adobe air desktop application so that a can password protect it. I have a training simulator built in Encore that has a large number of menus and videos that i would like to tern into a tesk top application that i can password protect. Encore out puts this as a swf file. Is there any way to do this? I have bin looking around an the web and can't seem to find any information on this kind of problem. Any help would be greatly appreciated.
    Many thanks,
    Justin

    Hi Justin,
    ok, assuming that your external SWF tries to access some hosting application context (methods/properties) you could try:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/mx"
                                applicationComplete="applicationCompleteHandler(event)">
         <fx:Script>
              <![CDATA[
                   import mx.controls.Alert;
                   import mx.events.FlexEvent;
                   private var loader:URLLoader = null;
                   protected function applicationCompleteHandler(event:FlexEvent):void
                        loader = new URLLoader();
                        loader.dataFormat = URLLoaderDataFormat.BINARY;
                        var url:String = "MyApplication.swf";
                        loader.load(new URLRequest(url));
                        loader.addEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.addEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);                   
                   protected function loaderCompleteHandler(event:Event):void
                        // allow cross-scripting in case loaded content tries to access
                        // that context properties or methods
                        var context:LoaderContext = new LoaderContext();
                        context.allowCodeImport = true;
                        swfLoader.loaderContext = context;
                        swfLoader.load(loader.data);
                        cleanup();
                   protected function loaderErrorHandler(errorEvent:IOErrorEvent):void
                        mx.controls.Alert.show(errorEvent.text, "ERROR");
                        cleanup();
                   private function cleanup():void
                        loader.removeEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.removeEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);
                        loader = null;
              ]]>
         </fx:Script>
         <!-- ui -->
         <s:SWFLoader width="100%" height="100%" id="swfLoader"/>
         <!-- -->
    </s:WindowedApplication>
    See that doc for some details "allowCodeImport":
    http://www.adobe.com/devnet/flashplayer/articles/fplayer10_1_air2_security_changes.html
    note: I'm not sure if that would 100% work. I don't know what Encore authored .swf really do, for that you could ask on Encore forum:
    http://forums.adobe.com/community/encore/encore_general
    regards,
    Peter

  • Sharing image URL on Twitter from Adobe AIR Desktop

    Hi All,
    Does anyone has worked with sharing image URL on Twitter from Adobe AIR Desktop. I am able to post data but with multiple libraries still not able to post images over twitter. Any help will be appreciated.
    Thanks,
    Sunil Rana

    Can you help ?
    I can't use scout because my other systems are 32 bit and it doesn't seem to be working with them.
    The problem seems to come from the fullscreen mode from adobe air since in windowed mode it runs smoothly (even on a 7 years old notebook).
    I even have 3 different rendering options in fullscreen and all of them are lagging (no scale, show all, exact fit). Not sure what the issue can be when even the no scale mode lags, so i'm guessing it's related to the fullscreen.interactive mode of air.
    edit: Or not.
    I managed to get it run smoothly by using CPU mode as renderer option for adobe air.
    Not sure what the issue was with direct but i will test it some more (on the other computers as well) and will get back to you.
    edit²: it only helped on one computer. The mac still has big slowdowns in fullscreen and the core2duo now has screen tearing with that option.
    edit^3: I tried using the fullScreenSourceRect on the stage for hardware scaling. It seems to run smoothly. Sadly, everything is a bit blurry with it and i can't chose other rendering options (no scale or exact fit), those don't work anymore with the sourcerect.
    I would like to be able to use the hardware scaling and change the aspect ratio, is that possible ?

  • My adobe air desktop app keeps trying to update unsuccessfully

    my free adobe air desktop app keeps trying to update unsuccessfully
    whatever shall i do?
    thanks
    system
    Hardware Overview:
      Model Name: Mac Pro
      Model Identifier: MacPro3,1
      Processor Name: Quad-Core Intel Xeon
      Processor Speed: 2.8 GHz
      Number Of Processors: 2
      Total Number Of Cores: 8
      L2 Cache (per processor): 12 MB
      Memory: 10 GB

    Hello,
    I'm sorry you're having trouble. I'm fairly certain this problem is occurring on the Air side and not on the Acrobat.com side of things. Please try reposting your question in the Air forums.
    Good luck!
    Michelle

  • Adobe AIR desktop app with an embedded runtime

    Hi,
    Does an Adobe AIR desktop app with an embedded runtime (standalone/portable)  that got published on Windows work on a Mac too?
    Thanks

    No, you need to compile a "bundle" with ADT on each platform. On Windows it creates a directory with an .exe and the AIR runtime. On OS X it creates a .app file.

  • Adobe Flex/AIR Photo Booth Software

    Hi,
    I hope everyone is doing well.
    Is it possible to build a Photo Booth software like
    http://www.photoboof.com/
    http://sparkbooth.com/features/
    etc. using Adobe Flex/AIR ?
    I know that we can build desktop applications using Flex/AIR. But I have a very little experience in building desktop applications. Most of the times I had worked on web applications. The Photo Booth software demands to detect digital camera connected to computer/Laptop and then work on the basis of what camera captures. It is like creating a web application that works with media server and
    use computer/laptop webcam. Please guide me how can I start or plan for this software.
    Regards
    Varun

    From What I've found.. it seems 3ivx or Perian could cause this problem. A friend had this issue and deleted 3ivx and it fixed his crashes. Alternatively, some folks are reporting that turning off 32-bit mode (Get Info) for Photobooth has also fixed, although this was already turned off in my friend's case. Or if you have iGlasses installed.

  • Adobe Story plus desktop app not login in. Please help! I have tried everything!

    Hi, I have creative cloud cs6 and I can't use my Adobe story plus desktop app.
    Any time I try to enter, the app ask me first about my creative cloud email and password and then it ask me a password to the desktop app and to repeat this password too. Then nothing happens and it returns to step 1 with the window of LOG IN and MORE INFORMATION Buttons. I have try to unistall and installl, uninstall adobe air too, also to delete and renabe the folder Library/Application Support/Adobe/AIR/ELS/com.adobe.story.....
    Doesn't work.
    I have MOUNTAIN LION 10.8.3
    I have write adobe support but not answer in 4 days
    Thanks!

    Ok it has been fixed I thing connecting just by cable instead of wifi. Crazy but real. But this was not happening with windows partition  in the same macbook.
    Thanks

  • How to launch an Air desktop app from a second Air desktop app?

    Hi,
    Is there a way to launch an Air desktop app from a second Air desktop app?
    I'm using Air 4 with Flash CS 6 on Windows.
    Thanks

    According to Adobe documentation, AIR doesn't allow you to launch one application using another on desktop. The best bet that I could find at the moment would be to use the File.openWithDefaultAppilcation() function and open a file(like a .doc or .txt file) that has an AIR app set as the default application to use for X filetype. Unfortunately, launching app(.exe, .app, etc) files directly is not allowed. Probably for safety/security reasons. You might be able to get around that with a Native Extension though. Below is a link to the File.openWithDefaultApplication() method which includes a table of all the filetypes not allowed. Tried messing around with some ways around it, but the best I could do was open a new Finder window(testing on a Mac) and highlight the file. The code below assumes that both AIR apps are installed in the same app directory. Not sure how it would work on Windows but the result might be the same. For Mac, no special characters or anything was needed even though the app I was trying to open had spaces in the filename.
    var filePath:String = "file://" + File.applicationDirectory.nativePath + "/App to highlight.app";
    navigateToURL(new URLRequest(filePath));
    File - Adobe ActionScript® 3 (AS3 ) API Reference

  • AIR desktop app (Windows 7) - Big data set, XML or SQLlite?

    I am developing an AIR desktop application for a Windows 7 touch screen kiosk that needs to access and allow users to search a set of data, which could initially contain anywhere between 17,000 and 100,000 records. Each record could have perhaps 15 to 20 fields, and all the data will be stored locally on the computer, and updated with new data by memory stick, perhaps once per month. The kiosk will not be connected to the internet.
    Can anyone offer any advice as to the viability / limitations of using XML, SQLLite, or some other means of data storage, to access this information from an AIR application?

    You can do a general search for XML vs SQLite and find that a good deal of the answers say to go with SQLite for this sort of data set and one of that size. SQLite will probably be faster from an access standpoint but has a lot more overhead on setting up and getting working. XML in AS3, in my opinion of working with it for many years, is definitely easy to work with, especially compared to how other languages implement methods of reading/writing to XML. Have you done any work with either before? Below is a link to an Adobe article on working with SQLite in an AIR application.
    Adobe Flash Platform * Working with local SQL databases in AIR

  • Runas and Adobe Application Air 2.x?

    Hello dear people,
    I have been found this trick of RUNASADMIN or EVELATEDPROCESS this url:  http://www.sevenforums.com/tutorials/316-compatibility-mode.html
    Look Step: "OPTION THREE" and Manually in Registry Editor
    I think sure becasue we are suing with Adobe Application AIr 2.x via Administrative rights for Windows Vista and 7....
    Like this Code: But i am not finish this code. I am not sure when you are sure for xml and regkey files?
         Runas to Application Air
         Support for Windows Vista and Windows 7
    package
         import flash.desktop.NativeProcessStartupInfo;
         import flash.filesystem.File;
         import flash.filesystem.FileStream;
         public class StartRunAs
              public var RunasXML:File = new File(var xml:XML = <runas>runasCall()</runas>);
              public var smDir_Runas:File = File.applicationStorageDirectory;
              public var runas_reg_key:File = File.applicationStorageDirectory.resolvePath("runas.reg");
              public function StartRunAs():void
                   // Copy from ApplicationDirectory
                   if(RunasXML.exists)
                        xml.contains("runasCall()");
                        function runasCall():void
                             if(runas_reg_key.exists)
                                  function runas_Addreg():void
                                       // Start regedit with runas.reg
                                       var regeditApp:NativeProcessStartupInfo = new NativeProcessStartupInfo("C:\\Windows\\regedit.exe");
                                       regeditApp.arguments = runas_reg_key;
                                       // Delete startfiles - if you are assigned by UAC readly.
                                       RunasXML.deleteFile();
                                       runas_reg_key.deleteFile();
                             }else
                                  // Write reg file:
                                  var runas_reg_key_Stream:FileStream = new FileStream();
                                  runas_reg_key_Stream.open(runas_reg_key);
                                  runas_reg_key_Stream.writeBoolean(
                                       "Windows Registry Editor Version 5.00" +
                                       "" +
                                       '"' + File.applicationDirectory() + 'myapp.exe"' + '="RUNASADMIN"'
                                  runas_reg_key_Stream.close();
                                  // Execute to regedit add reg file
                                  runas_Addreg();
                   }else
                        SkipInit();
              protected function SkipInit():void
                   // Now Your application with adminstrative rights
    If your runas.reg should see a result: Like this:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
    "C:\\Program Files (x86)\\MyApp Air\\Myapp.exe"="RUNASADMIN"
    Than Adobe Application Air calls NativeProcessStartInfo with "Regedit.exe runas.reg" and it will to change in administrative mode with Application Air 2.x.
    Than you can close Application Air and you click Shutcut from Desktop. What does it happen? Now Application Air starts with administrative privatages and you prompt "Yes" and Application Air loads and can rewrite in the directory C:\Program Files x(86)\MyApp\
    Did you think sure? That is a nice trick once UAC with read/write mode of Application Air for example:
    Plugins and templates will to copy in ApplicationDirectory Example: C:\Program Files x(86)\\MyApp\plugins or C:\Program Files x(86)\\MyApp\templates
    That is a good suggestion of my access rewriting! Do not worry , dear Windows Users!!!!
    I have been tired nice FileStream with process
    I hope you because you can improve or add suggestions We can work together
    Thanks best regards, SnakeMedia
    That is an example for assignned regkey once Adobe Application Air to adminstrative Application Air like any programs CCleaner or TuneUp Utilities 2011...

    Hello peoples,
    i have been fixed this problem.
    But it show crazy because Adobe Air write worng word : [object file]. I can not try this problem
    I have been writen our code like this.
    AirAdmin.mxml: for Flex 3.5 with Air SDK 2.x
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="init(event)">
         <mx:Script>
              <![CDATA[
                   import mx.events.FlexEvent;
                   protected function init(event:FlexEvent):void
                        // Center main AIR app window on the screen
                        nativeWindow.x = (Capabilities.screenResolutionX - nativeWindow.width) / 2;
                        nativeWindow.y = (Capabilities.screenResolutionY - nativeWindow.height) / 2;
                        // Load regFile and cmdFile
                        getRegFile();
                   private var airAdminFile:String = File.applicationDirectory + "AirAdmin.exe";
                   private var regeditFile:File = new File("C:\\Windows\\regedit.exe");
                   private var regFile:File = new File;
                   private var cmdFile:File = new File;
                   private var cmdAppFile:File = new File("C:\\Windows\\System32\\cmd.exe");
                   protected function getRegFile():void
                        // regfile
                        regFile = File.documentsDirectory.resolvePath("AirAdmin.reg");
                        var regFileStream:FileStream = new FileStream;
                        var regFileStructur:String = 'Windows Registry Editor Version 5.00';
                        regFileStructur += File.lineEnding;
                        regFileStructur += '[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Layers]' + File.lineEnding;
                        regFileStructur += '"' + airAdminFile + '"="RUNASADMIN"' + File.lineEnding;
                        cmdFile = File.documentsDirectory.resolvePath("AirAdmin.cmd");
                        var cmdFileStream:FileStream = new FileStream;
                        var cmdFileContent:String = regeditFile + '"' +regFile + '"' + File.lineEnding;
                        if(regFile.exists, cmdFile.exists)
                             regFileStream.open(regFile, FileMode.READ);
                             regFileStructur = String(regFileStream.readUTFBytes(regFileStream.bytesAvailable));
                             regFileStream.close();
                             cmdFileStream.open(cmdFile, FileMode.READ);
                             cmdFileContent = String(cmdFileStream.readUTFBytes(cmdFileStream.bytesAvailable));
                             cmdFileStream.close();
                             openShell();
                        else
                             regFileStream.open(regFile, FileMode.WRITE);
                             regFileStream.writeUTFBytes(regFileStructur);
                             regFileStream.close();
                             cmdFileStream.open(cmdFile, FileMode.WRITE);
                             cmdFileStream.writeUTFBytes(cmdFileContent);
                             cmdFileStream.close();
                   // NativeProcess
                   private var StartProcess:NativeProcess = new NativeProcess;
                   private var args:Vector.<String> = new Vector.<String>;
                   protected function openShell():void
                        var StartUpInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo;
                        StartUpInfo.executable = cmdAppFile;
                        args.push("start");
                        args.push("/C");
                        args.push(cmdFile);
                        StartUpInfo.arguments = args;
                        if(StartProcess.running)
                             // Your mode is as administrative right
                             StartProcess.start(StartUpInfo);
                        else
                             // It is not an administrative right mode!
                             StartProcess.start(StartUpInfo);
              ]]>
         </mx:Script>
         <mx:Label id="mylab" horizontalCenter="0" verticalCenter="0"/>
    </mx:WindowedApplication>
    Nothing has errors. Work fine...
    But 2 outputs for AirAdmin.reg and AirAdmin.cmd have worng words [object file].
    It has problem of writing with current directory. How do i fix path to text
    For Example:
    var AppFile:File = File.applicationDirectory.resolvedPath("App.exe")
    and i put in writing mode for regedit...
    Output should to show this:
    C:\\Program Fils (x86)\\App\\App.exe <- current result like sometime writing function to text mode
    But i have problem of writing mode - if i put in path and directory to text mode.
    Worng words:
    [object file]App.exe <- What is it crazy?
    2 worng words in 2 files ( reg and cmd )
    AirAdmin.reg:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
    "[object File]AirAdmin.exe"="RUNASADMIN"
    and AirAdmin.cmd:
    @echo off@echo[object File]"[object File]"
    I do not understand because Air 2.6 has problem of writing path to text mode..
    Like this for example:
    File.applicationDirectory.resolvedPath("MyExampleApp.exe") to "C:\\Program Files (x86)\\MyExampleApp\\MyExampleApp.exe"
    A result will to show current path to executable in the reg file:
    "C:\\Program Files (x86)\\MyExampleApp\\MyExampleApp.exe"="RUNASADMIN"
    Thanks for advanced problem . I want to assign Application Air into Administrative Application Air
    I hope you because you think sure because i want to try Application Air to Administrative Mode
    Thanks for reply

  • Adobe Creative Cloud Desktop Panel Issues

    First, let me say that I've been an Adobe user for more than 18 years.
    A while back (about two weeks ago) I went as usual to launch the little Adobe Creative Cloud desktop panel that shows what's installed, updated, available apps and available updates. Instead of it launching as normally, I was told that I had to LOG IN.  I'm pretty sure I did just that with my Adobe user name and pwd, but suddenly found myself no longer within the little app management panel, but instead on a screen that told me I could drag and drop files into the cloud there. I did not want to drag and drop any files at all! What I wanted was to use my CC desktop apps management panel so I could INSTALL Dreamweaver CC using the CC desktop apps management panel.
    So I dismissed (exited out of) that "drag your files to here" screen. And now every time I launch the desktop panel, it asks me to log in, and every time I try, it comes back with "You've been signed out / Please sign in to continue." 
    I have been around that loop of changing the password several times over now, with no change to the behavior of the CC desktop apps management panel.  I simply CANNOT log in there any more ... What's perplexing is that I never HAD to log in to it before, either!  I had been using it for MONTHS since I first installed Adobe CC, and it showed me my apps list and available updates and all that just fine for quite a while, but now it has its head stuck in a corner.
    Now when I launch it, I cannot get the panel to display my apps list as it should, but instead it keeps asking me to log in.  I have "changed the password" multiple times now.
    Thing is, I can log in with that same user id and pwd to my CC account online through the Adobe web site, but the little desktop apps management panel is no longer usable.
    Can/should I uninstall and reinstall the apps management panel?  Can I do that with the management panel ALONE and NOT cause problems with the CC programs that I DO have installed already (such as Illustrator CC, InDesign CC, and Photoshop CC?)
    And why does Adobe support keep closing my case at the same time that I'm pleading with them to HELP me resolve this problem?
    Should I simply uninstall the desktop apps management panel and forget about trying to use that and instead control all my CC apps directly from my account via the Adobe website instead?  CAN I do this?
    Two weeks now and still not resolved.

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html

  • Adobe Creative Cloud Desktop is showing a blank screen at every launch (have tried multiple CleanerTool and OOBE-related methods)

    **Background:** My computer, installed with Windows 7 is 2 weeks old. Yesterday I installed Creative Cloud Desktop, Premiere Pro and After Effects on my computer and everything went *absolutely* smoothly, not a bump. I did about ten hours work using these programs. Later that night, when I was about to go to sleep I went to my room and pressed the power button on my PC thinking I had left it on (just my memory, it had no lights on or anything) but it started turning itself on. Being tired, I immediately pressed the button again (I'm fairly sure the interval wasn't long enough for it to start updating).
    This morning, I turn it on and Startup Repair appears, which recommends that I System Restore. So I do. It starts up fine this time, but said programs are gone and briefly I freak out about having lost all my work but the kind people in the reddit techsupport IRC chat here reminded stupid me of what I had forgotten, files stay in a System Restore.
    **Problem:** So, I go to reinstall Adobe Creative Cloud Desktop. First of all, it fails to initialises (I had to go into Safe Mode to find out exactly what the problem was) but I used the Cleaner Tool and it completed the install eventually. But, when I start up the program, it briefly shows the loading symbol before going to a *completely* white screen, nothing on it at all. I have since used the Cleaner Tool again after the program being quite adamant about not being uninstalled, restarted and reinstalled and still, same problem. Then I searched through https://forums.adobe.com/message/5553596#5553596 and performed every solution in there, including changing the name of the opm file, changing the name of the OOBE folder and deleting the OOBE folder (all while the Creative Cloud app is not running including all processes killed). I uninstalled using the Cleaner Tool and reinstalled in-between all of these attempted solutions.
    This has basically eaten up my workday so far.

    I took another look at the creative cloud cleaner instructions and realized I wasnt running it correctly. I read the instructions too quickly. I got it up and running. I had forgotten to run as administrator.

  • Adobe Creative Cloud desktop app; proxy password

    Hi,
    We have some trouble with setting up Adobe Creative Cloud. Our department has an VIP portal on Adobe in which we can provide 'seats' to our users.
    Recently we have added an InDesign CC to an user. The user has already have the Adobe Creative Cloud desktop app downloaded and installed !, but is asked to fill in the Proxy Password (Windows).
    We have tried to use our credentials and the users' but it didn't help. Also we tried to remove opm.db file from the computer and re-open the desktop app. Didn't work either.
    Adobe Chat Support doesn't help either.
    Can anyone please help us to solve this, so that we can install the requested product for the user?
    Your help will be highly appreciated.

    Hi Jos,
    Adobe creative cloud desktop does support proxy auto config file however you may need to open outbound for below Adobe links on your firewall.
    Address
    Ports
    ccmdls.adobe.com
    443
    ims-na1.adobelogin.com
    80
    443
    ims-prod06.adobelogin.com
    443
    na1r.services.adobe.com
    80
    443
    prod-rel-ffc-ccm.oobesaas.adobe.com
    443
    prod-rel-ffc.oobesaas.adobe.com
    443
    lm.licenses.adobe.com
    80
    443
    ccmdl.adobe.com
    80
    swupmf.adobe.com
    80
    swupdl.adobe.com
    80
    prod.acp.adobeoobe.com
    443
    interaction.adobe.com
    443
    Thanks,
    Ashish

  • Include Air ( desktop app ) inside Mobile app permited by Apple / Android?

    Include Air ( desktop app ) inside Mobile app permited by apple / android?
    This is my question....:
    I need a "viewer" app run in a desktop machine... via p2p... ( done and working )
    I will like to include it in my iOS / Android Release, an then by example move it to the documents folder.
    Run iTunes and then copy the file from the shared document folder.
    Is this permited by apple / android / adobe ?
    Thanks....

    just tracing some kind of tests I'm doing.
    A couple of hours ago I left working 2 instances of my Application, leaving alone this computer: one instance is the Mac desktop version and the other one is the Web version. In this case both versions were running on the same computer (an iMac with OS X Mavericks):
    1) the AIR/Mac version have been recompiled yesterday with the new AIR4(.0.0.1619 - AIR 3.8 is used to fall in a equivalent way - no changes)
    2) the Web version have been compiled targeting FP 11.8 and it is running on Chrome browser with PepperFlash NOT disabled (which reports version MAC 13.0.0.80, the latest)
    I left working both the Mac and the Web versions of the Application opened on the pc screen (= not minimized) but kept totally behind some Terminal/ssh windows (= not on OS focus and the system is not asked to update any screen area of the app for sure).
    I came back after about 2 hours and I got the browser version connected&running (but it is not a rule) and I also found the AIR-based Mac version disconnected (uau, usually I found the app disconnected but with the screen freezed at last user look ->) which rapidly reconnects upon my click on the Apple dock icon (bring to front).
    Why these different behaviours? I ask to myself.
    The two versions of the software are TOTALLY the SAME application: except for the first Flash file (a 24kb swf file for the Web version and a 170kb dmg file for the Mac version), basically a platform-dependent loader, both versions loads the same remote swf modules. Of course t is AIR (or my first Flash file?).
    I attach the source code of the Mac version of the [first file] AIR-based application at the following url:
    http://92.63.230.100/others/others/wtstarter_mac.as.txt
    _Adobe_, is it a bug? isn't it?
    mc

Maybe you are looking for