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

Similar Messages

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

  • 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

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

  • Broadcasting  dynamic , and semitransparent  adobe air application

    i need to broadcast semitransparent adobe air application (in execution ) over the network , please how can i accomplish this , please note that the application is dynamic , and semitransparent
    i need to broadcast it in a local network to send it to an 'on air' TV mixer

    Any chance of Testing with Flash Professional ? If so than connect your device and in Flash Professional CC go to Debug->Debug Movie-> On Device Via Usb -> Select your device.
    It will start a debug session as soon as you start your app/game and than you can debug whats going wrong on the device, setup your trace statements or breakpoints and see in output panel what actually the problem is.
    I hope it will help or some community guru may assist you or particularly you can post your problem in starling forum too, may be someone will help you there ...
    PS: In debug session mode performance will be low so don't worry about that. This mode is just for debugging and testing purposes.
    Thanks,
    Muhammad Faisal Zaheer,
    Sr. Software Engineer, Team Lead, Cubix Labs

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

  • Will there be future support from Adobe AIR for Desktop native Applications

    We have a desktop native application developed using Flex SDK 4.1 and running on Adobe AIR. Now as Adobe has donated Flex SDk to Apache we are concerned about the future of this application. If we rescale our application with new versions of Flex SDk released by Apache, in future will the new versions of Adobe AIR support it? As I have read in Adobe Forums that Adobe is more concentrated on providing HTML5 support in Adobe AIR, and not working for Flex support anymore, can we face any problems going forward with this combination?

    We have a desktop native application developed using Flex SDK 4.1 and running on Adobe AIR. Now as Adobe has donated Flex SDk to Apache we are concerned about the future of this application. If we rescale our application with new versions of Flex SDk released by Apache, in future will the new versions of Adobe AIR support it? As I have read in Adobe Forums that Adobe is more concentrated on providing HTML5 support in Adobe AIR, and not working for Flex support anymore, can we face any problems going forward with this combination?

  • Sending email from Adobe AIR

    Hi,
    Does Adobe AIR have the ability to send automatically
    generated email messages without using the mailto: command to open
    an Outlook or Mail Application? I basically am looking for a way to
    allow a user to compose messages within an Adobe AIR application
    and when they press a send button in the application it sends the
    message to the appropriate email address.
    If Adobe AIR can't handle this as a standalone application
    what would you recommend as a work around?
    Thanks for your advice and time in advance.
    --Nick

    I'm pretty sure the way to do it is to contact a web service
    and have that send the email.

  • Printing from Adobe AIR using Reader/Acrobat.

    I have a product created using Adobe AIR.
    I have a portion where a pdf is loaded into a window, and
    they print it. When we change what paper they are going to print on
    (different dimensions), it does not take effect.
    We have to load it in a native PDF application (Acrobat) and
    change the settings, then print the piece off again.
    This is horrible for efficiency.
    Has anyone had this problem?
    Help!
    Andrew

    Hi,
    If your PDF has embedded javascript, your AIR application can
    talk to this javascript function where you can call the Print()
    method.
    Take a look at
    http://www.adobe.com/devnet/air/flex/quickstart/scripting_pdf.html
    Make sure you set the location of HTML control to a HTML file
    (which has the object tag pointing to a PDF) using file:/// url
    scheme. I remember a bug where if you point to it using the app://
    or you don't specify any scheme, scripting between PDF and AIR
    won't work.

  • Adobe Air and export to Excel from jasperserver

    Hello,
    I had issues to display PDF's from Adobe Air when using
    jasperserver. As soon as I intalled Reader 9.0 it worked fine..Now
    I am having an issue with excel and csv and rtf files... When I
    click from my air application's and generate a report and export it
    to Xls or rtf or csv, opens a new Adobe air instance with a white
    blank screen.. Can you please please help me in this..
    Thanks in advance

    I am using Adobe Air which displays jasper server reports and
    the report generated gives an option to the user to open that
    report in different format like excel, rtf, csv formats.. and
    jasperserver has it's function to convert it approptaitely in
    different formats. It's just in Adobe air it doesn't work.. I
    tested my application with google chrome which has a webkit just
    like adobe air . So When I want to open the report in excel then it
    gives me an option either to open it or save it. But in Adobe Air
    it comes as a blank page.. not sure what's happening also as I
    dont' get any exception.. so not sure whether Adobe Air recognizes
    the other formats besides pdf... as for PDF I had to have adobe
    reader 9 installed and then it opens up.. If still I am not able to
    explain the scenario please call me at 314-799-3138 (USA). I am
    just stuck in this project.. And we have to use Adobe air as our
    application has to be desktop oriented.

  • BBC iplayer says Adobe Air needs updating: Adobe Air will not install, but says I have a later version already on my PC!

    Use Firefox. Have BBC iPlayer which will not load, saying I need a newer version of Adobe Air: when trying to instal Adobe Air, get message saying I already have a more recent version. It worked when I was using IE, but not since changing to Firefox.

    Hi there,
    stumbled on this conversation after having problems myself.
    After lots of trial and error, I was finally able to install iPlayer on my MacBook Pro.
    Firstly remove Adobe Air (Applications, Utilities, Adobe Air Uninstaller).
    Reboot (not sure if it is needed but it is what I did).
    Download Adobe Air 2.5 from http://kb2.adobe.com/cps/853/cpsid_85304.html
    Then retry installing iPlayer from the BBC webpage. I ignored the prompt from Adobe Air to upgrade to the latest version (3.1).

Maybe you are looking for

  • Number range missing in Miro

    While performing incoming invoice manually, I am getting an error  "In Company code ___, the number 51 is missing for the year 2008". I have tried to assign number through FBN1 but to no help. Any suggestion??

  • Adding Classes while execution of program (at runtime)

    Hi, Is it possible to add the classes (jars) at runtime on same JVM? -Ashish Srivastava

  • Feature Request- Professional app rating

    Hey. App rating is fickle sometimes. What if there was another rating beside the user rating with up to 5 stars as well, rated by BlackBerry or by approved reviewers who analyse apps thoroughly by solid standards? Trusted folks who look at all aspect

  • Taking an App from OAS into WLS

    Hi, I have a Java project mostly develop in Oracle Forms and implemented on a Oracle Application Server (OAS). I'd like to take that project from the OAS into a WLS 5.1. Is it posible? What constrainsts / limitations must I be aware? Is there any doc

  • MVT Allowed tick against reservation is not coming in CJ20N

    When we creating PGI in vl02n at that time system is giving error for reservation no. 6463 / 145 movements can not be posted. Analysis already completed.. The reservation item has been deleted. --- Checked that it is there The reservation order is av