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 ?

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

  • Executing a exe from adobe air ??

    I want to execute a exe from adobe air .currently i am using  Adobe Flex Builder 3 can any one guide me on this please , It's very urgent ....

    Flex Builder 3 does not contain AIR 2 (Beta) SDK.
    Till AIR 2 is released, you can overlay the AIR 2 Beta SDK in FB3:
             http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_ for_use_with_the_Flex_SDK
    -romil

  • 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

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

  • I can't download apps from adobe cc desktop

    when i want to download any apps from adobe cc desktop, it shows download error. unable to connect adobe server. check your internet connection or firewall settings, and try again later (12175). so what can i do now?

    Hi
    I would first suggest to check your Internet connection or firewall settings.
    Are you on Windows or Mac?
    What kind of Antivirus and/or Firewall software do you have running?
    Have you tried deactivating it temporarily to rule out that this is an issue?
    Thank you.
    Toby

  • Is there a way to export photo images and their metadata from Adobe Bridge to MS excel?

    Is there a plugin, or script that allows photos and their metadata to be exported from Adobe Bridge to Microsoft excel?

    I would like to see the description with the image when it is attached to an email.  I would also like to be able to create a DVD of the images that would include the descriptions when the DVD is played back.
    For that you will need iDVD to create a slideshow of the images and then display either the Title, Description or both as shown below and then burn to disk creating a video DVD to play on a TV set:
    If you want the description on the image itself you'll need to use a 3rd party editor like one of those below or the free watermark iPhoto plugin, BorderFX.
    Some Image Editors That Support layers:
    Photoshop Elements 11 for Mac - $79
    GraphicConverter - $40
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60
    Seashore - Free
    GIMP for Mac - Free
    Xee 2.1 - free

  • Any News from Adobe Air SDK, on why we still can't REMOVE "android.permission.INTERNET" from a release compile?

    Is there any new developments on the Adobe Air issue, of being able to COMPLETELY REMOVE the "android.permission.INTERNET" from the manifest file?  As of today, you can still completely remove the "android.permission.INTERNET" from the manifest, bundle your app with Captive Runtime, and Adobe Air SDK will still "tack" the permission onto the end of the manifest block. With users and privacy concerns these days, surely Adobe would recognize that developers building apps that DO NOT REQUIRE Network Access, should be able to remove that permission. Any help on this?

    I see Flash will now be able to export iPhone apps directly.  Although Flash itself will still not run on the iPhone.  It would be great if Director had that functionality a well.  Even better if apps could run on both the iPhone and Blackberry!
    Mike M

  • Calling Java APIs from Adobe AIR Front End

    HI ,
    I have developed an desktop application entirely in java.
    Currently it is console based, but i am planning to have a UI for the same in Adobe Flex.
    I wanted to know how do I communicate between the two, ie call methods that are defined in my java classes from AIR and return results to Adobe AIR.
    There is no server involved.
    I want to keep Adobe AIR as front end and Java as back end which will take care of the business logic .
    Thanks and Regards,
    Santoshi

    The best way is probably to use the NativeProcess APIs available in AIR 2 (now in Beta).
    Next, would be to use sockets to communicate between the two processes. In AIR 1.5, it is difficult to guarantee that both processes are running, at least when controlling thins from the AIR side rather than the Java side. In AIR 2, you can start other processes, so this is also easier.
    There are some 3rd party tools, like Merapi, that help you pass objects between Java and AIR, too.

  • Cannot connect to stratus from adobe air 1.5???

    Hi,
    I have tried this code from flash actionscript 3 and it connected to stratus and the event netConnectionHandler was called .  When I cutted and pasted it to ADOBE  AIR 1.5 and tested it. Nothing happened.  Did I forget something to make it to work in Adobe Air 1.5?
    Thanks
    var netConnection:NetConnection;
    var ns:NetStream;
              netConnection = new NetConnection();
        netConnection.addEventListener(NetStatusEvent.NET_STATUS, netConnectionHandler);
        netConnection.connect("rtmfp://stratus.adobe.com/8a5434f1fe6ca34eb1b1cc79-d3498defa7ba");
    function netConnectionHandler(event:NetStatusEvent):void{
        trace(event.info.code);

    Following code can work well in AIR1.5.
    Perhaps you developer key is wrong,it is '8a5434f1fe6ca34eb1b1cc79-d3498defa7ba',not '8a5434f1fe6ca34eb1b1cc79-d3498 defa7ba'.
    Please check it.
    stratusPath="rtmfp://stratus.adobe.com/8a5434f1fe6ca34eb1b1cc79-d3498defa7ba/";
    myNC=new NetConnection();
    myNC.client=this;
    myNC.addEventListener(NetStatusEvent.NET_STATUS,stratusStatus);
    myNC.addEventListener(SecurityErrorEvent.SECURITY_ERROR,securityError);
    myNC.addEventListener(AsyncErrorEvent.ASYNC_ERROR,asyncError);
    myNC.connect(stratusPath);

  • Capture Yes or No event from Adobe Air Installer

    Hi,
        I am new to Flex. I need to capture the yes or no event from the AIR installer.  I am insatlling adobe air through my application. If user clicks yes or no of the adobe air insatller i need to cpature the event.Is it possible.
    Regards,
    Jayagopal.

    Hi,
    Nop.

  • Android menu from adobe air

    Hi everyone,
    Maybe this the wrong place for this, or I'm dumb, but could someone explain to me, or give me a link to somewhere that can explain how I can give my android app I wrote in flash a menu in android?
    If this is not possible, I'm sorry to waste anyones time!
    Thanks,
    - Devon -

    Well I understand people’s complaints, one of the most popular Android phones HTC Desire has 576MB internal space when in effect you only have around 150MB to play with. And if cache from all of your apps is stored on that memory and there are many apps that can't be moved on a SD card then you run out of memory very quickly. Adobe AIR is 16.98 MB and Flash Player is 12MB and both for obvious reasons can't be moved on SD card... I own Desire and I can see out of space message very often.
    So at least we as developers need to remember to leave the users with option to install on SD - that will also increase chances that if the users are bored with our application they won't remove it because it takes their precious space but they will move it on SD card because there is plenty of space there.
    Just to remind how to make an AIR app moveble on SD: add <manifest android:installLocation="auto"> to your <android><manifest additions>.

  • Dynamic datasets from Adobe AIR

    Hello,
    I'm trying to port a Spry application to Adobe AIR, and ran
    into a few problems, the main source of which is AIR's not being
    able to parse PHP files.
    My spry datasets are dynamic, generated from a mysql
    database.
    I have the php file on my domain.
    Since spry doesn't let you access datasources on a different
    domain, how would I go about accessing them from my AIR
    Application?
    thanks,
    Maquelly

    thanks for the reply.
    my first message, as it turns out, is invalid:
    The reason my dataset wasn't working in AIR was because I had
    forgotten to include the xpath.js file.
    turns out that when Spry runs on AIR, it bypasses all the
    cross-domain restrictions, making me one happy programmer.
    =)

  • How to print from Adobe AIR with on the iPad?

    Is it possible to print from an Adobe AIR app on the iPad? I've searched and I know PrintJob won't work. Is there another way to print? I'm developing in Flash CS5.5 and have Flash web app that already prints using PrintJob.

    Has anyone seen an example of how to create one for printing? I need this functionality for Android and iOS.

Maybe you are looking for