Is it possible to display ads in adobe air ? if how ?

Im making and devloping adobe air for android apps. But I can't find any good way to display adds, I have been doing research but can't find anything that work. Please help!
Thank's!

If it's an IMAP type account then you should get an Edit button at the top of the list of folders that you currently have on your email account (you can't create new folders directly under the Inbox, but you can create them at the same level). If it's a POP type account then you won't get the Edit button, and you won't be able to add folders to it.

Similar Messages

  • I need help to displaying Ads in Adobe air/ Actionscript 3, is it possible?

    Im currently working on my adobe air for android game project. and it would been great if i could have ads in the game, but It seems like that is to much to expect. someon know a good solution to make it possible?
    I have tryed like every little solution that I could find.
    Thanks!!:)

    A one time $29 fee yes but I have not used it.
    You can honestly just open up a StageWebView to the HTML place admob resides for you and let a user click that. You'd need to pay attention to the location changing in the StageWebView and once it does you simply load a navigateToURL() on the same URL so it opens up in a normal browser rather than your StageWebView.
    There's lots of tutorials out there including this adobe forum post about parsing the admob info and/or displaying. I think loading it via URLLoader and parsing the returned information (as one person suggested) is the smartest approach. That is if you can do it in less time than the $29 plugin would cost you .

  • Firefox does not display my customised Adobe Air browser based skin when viewed from a server

    Hi,
    I have edited the skin for my Adobe Air Browser based help. It appears fine in Explorer and Chrome, but Firefox displays the default black Air skin when viewed from a server.
    However, it appears OK when viewed locally on my machine in Firefox?
    Does anyone know why this is or if there is a way to make my customised skin display when viewed from a server using the Firefox browser?
    Cheers

    Peter,
    I think this was it:
    http://forums.adobe.com/message/2846292#2846292
    although my problem is just with Firefox - my amended skin displays fine in Internet Explorer.
    Firefox just applies the default Midnight Black skin.
    Cheers

  • Retina support for Adobe AIR HTML

    Hi,
    I was suprised to find there's no retina display support for Adobe AIR (3.9).
    Macs with retina displays have been around for quite some time now.
    This is a crucial feature as I will not be able to use my application on my retina display.
    A bug report has been opened here: https://bugbase.adobe.com/index.cfm?event=bug&id=3662094
    Thanks.

    Hi Jeffrey,
    This is indeed an issue with the HTML control, however the StageWebView(true) control does support retina devices.  Is it possible for you to use this instead?
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebVie w.html#StageWebView()
    Thanks,
    Chris

  • Adobe Air Fullscreen Across Monitors

    Hi,
    Is it possible to have adobe air in flex to run in fullscreen and span across 2 monitors? Because currently I have a project need adobe air to run in fullscreen on 2 monitors. One display some flash animation, and the other one display video playback. Is it possible to do so?
    Thanks.

    Hello? Is it possible to archieve this is Adobe Air? Thanks.

  • Installing Adobe AIR Apps using Microsoft SMS

    I am a developer working on an AIR application which will be
    pushed out using Microsoft's SMS. According to Adobe's "AIR Admin
    Guide" documentation, it is possible to "Silently install the Adobe
    AIR runtime using tools such as Microsoft SMS, IBM Tivoli, or any
    deployment tool that allows silent installations that use a
    bootstrapper". The IT admin overseeing the installation says that
    he has examined SMS 2003 and SES 2007 and there are only options
    for MSI’s and EXE. How can .AIR applications be pushed out
    for installation through SMS?
    Thanks!

    Via an .exe that we provide when you sign for a
    redistribution license. (The license is free but required for this
    scenario.) See
    http://www.adobe.com/products/air/runtime_distribution1.html

  • Adobe Air Local Network P2P

    Hi,
    Is it possible to have Adobe Air application to communicate with each other between a group of PCs networked locally and not connected to the internet? The command send from PC A to PC B, C, D, E, F have to be very fast so that all PCs receive the command at the same time and running the process. Is it possible to do that with Adobe Air? Thanks.

    Hi,
    note: I'm not expert
    #1
    yes, AIR uses SQLite (3.6.*.? now one exactly knows as it is undocumented and sqlite_version() native function will throw runtime error to be handled)
    #2
    it depends for what purpose it will be used and how, yes? e.g.:
    http://stackoverflow.com/questions/3160987/can-sqlite-handle-90-million-records
    #3
    http://www.adobe.com/devnet/air/flex/articles/air_sql_operations.html
    (User experience considerations with SQLite operations)
    http://livedocs.adobe.com/flex/3/html/help.html?content=SQL_01.html
    (docs)
    #4
    there is an option now to create native installer for platform which could be send off-line. It asks user to overwrite content if application is already installed, etc
    #5
    please define "interact" with USB? as disk or interface to talk with some device? Air itself cannot talk to low level ports but could start native process (NativeProcess) to some application/tool/process that could act as middle-tier between your application and usb:
    http://www.adobe.com/devnet/air/flex/quickstart/articles/interacting_with_native_process.h tml
    kind regards,
    Peter

  • Printing with Adobe Air and Flex

    Hi
    I have an Advanced printing application, developped using
    C++. we want to port it to the web;
    we are studying Flex and Adobe Air to see if we can have what
    we want.
    the most important thing is to be capable to
    print automatically I mean without choosing printer
    configuration; we want to choose automatically paper size, paper
    source, ... and all possible printer configuration.
    Is that possible using Flex And/Or Adobe Air?
    I searched and I see that there is one class to print,
    without advanced options?
    If not, can I develop plugins for Adobe Air?
    Thank you

    My blog has an example of whats possible when printing using
    Flex/AIR - you can print directly setting orientation etc. but I
    can't find a way to set source (paper trays)
    http://thorntononflex.blogspot.com/

  • Adobe AIR HTML component ignores Google Maps GPolyline opacity

    I have a Google Maps mashup web site that I want to display
    in an
    Adobe AIR app using the AIR HTML component. My mashup shows a
    Google map with some semi-
    transparent polylines (drawn as circles) drawn with the
    Google Maps API . In Safari, everything looks
    as it should. In AIR, the polylines are opaque; the GPolyline
    opacity
    value is ignored. I've tried the AIR app on Linux and Windows
    XP.
    Has anyone else encountered this issue or have some
    suggestions?
    The web site:
    http://dstresearch.com/map.html
    The AIR code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" height="800" width="800">
    <mx:HTML id="html"
    width="100%"
    height="100%"
    location="
    http://dstresearch.com/map.html"
    />
    </mx:WindowedApplication>
    Thanks,
    Josh

    You might also want to check out the useCache property to see if this helps.  See these links:
    http://forums.adobe.com/thread/726573
    http://forums.adobe.com/thread/490497
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml

  • Javascript in Adobe air

    Hi I have an online order form page whcih uses javascript/ ajax to auto look up the database, the page works fine as a webpage, what i am trying to do is to add the page to Adobe air so that it can be used as a standalone page on a desktop to allow customers to order products using our catalogue and without having to go to the website.
    However whilst the page seems to display fine it doesn't show the javascript/ajax auto look up suggestion list, that appears when you start typing and wondered if there was anyway i could get the list to display or if Adobe air will allow me to load a page with Javascript and ajax wihtin it.
    Thanks
    Stan

    Hi Stan,
    I played a little with the page you gave me and I found the problem. When performing a lookup the server returns HTML content that contains JavaScript. As per the security model in the application sandbox, AIR will not allow you to add that HTML. Thus, the suggestions will not display at all.
    You can find more about AIR development with HTML/JavaScript at http://help.adobe.com/en_US/air/html/dev/index.html . Specifically the Security chapter ( http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d23.html ) might be of interest to you.
    As for work-arounds to your problem, I can see two:
    Run the page in an iframe that's in the remote sandbox. Note however that in this case you will not be able to use AIR specific APIs in the page
    Modify the server code to return the suggestions in some other format (e.g. XML) and parse the response on the client. Then programatically add the needed HTML elements and event handlers. Note that if you want to add JavaScript, you still won't be able to use eval, or inline handlers (as is the case with code currently returned from the server, like<li onClick="fill1('  ANTSTOP  Pk 2');fill2('  Ant Stop Bait Station, HSE 7294(Registered for ama'); ..."></li> ) The code in red is the one that's not allowed by the security policy.
    Feel free to ask if you have any other questions.
    Mihai

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

  • Alert in adobe air / mobile development

    I can't seem to do Alert.show like I do in regular flex apps,
    I can't import mx.controls.Alert is there a equivalent in adobe air or how do you go about popping up error messages?

    So is there Alert.show() for adobe air/mobile developement??? I was wonder it hasn't been added or is there an alternative for it?

  • Embedded .wmv in adobe air = webkit

    Hi everbody from Adobe Air team
    I would like know if i can embedded .wmv file in my application in adobe Air and how do?
    I visited site www.webkit.org but i dont see answer.
    I have app air that have many video in wmv and .fla, but i can see only .fla.
    Thanks

    Hi Panino
    Thanks about link, but had already read  that article and saw that he is too old.
    Today we have no solution yet .wmv in air?
    I  think so, since he saw on a blog from an Adobe employee of a solution  next, but the links in this blog was broken.
    Thanks a lot, but i want more anwser about.

  • Deploy Adobe Air Application

    Hello everybody.
    I have a question. I would like to deploy on many computers an application from Adobe Air.
    How can I deploy my adobe air application in silence ? I wanna do a batch but I don't know how can I specify to automatically choose "Install" in my batch
    And "Continue" for it
    Thanks a lot for your help

    First, you'll want to sign our distribution agreement which you can find here: http://www.adobe.com/special/products/air/runtime_distribution1.html
    The process is easy, and should only take a few minutes.  Once done, you'll receive links and documentation that will describe how to deploy AIR via the command line.
    An alternative is to create your own installer for your AIR 3 application, this could be as simple as a batch file.  You can find more details in this article:
    Installation and deployment options in Adobe AIR 3
    Chris

  • Is it possible to display a native pdf document in AIR?

    I'm not that familiar with AIR but i was wondering if it's possible to display a native pdf document in AIR.  If so are any add-on's required or does AIR have that capability built in.  Essentially I would be trying to create a pdf viewer in that allows users to markup documents and save them to the server for others to view.  I'm just in the discovery phase of this project, so any guidance would be great.
    Thanks!

    You might want to go through http://livedocs.adobe.com/flex/3/langref/flash/html/HTMLLoader.html
    Create a file  url for the pdf you would like to load & open it up in HTMLLoader component.

Maybe you are looking for

  • Low quality export for stop motion animation stills from Canon 5D Mark ii

    Thank you very much beforehand to anyone who is willing to look through this issue, it's been a long and frustrating process so far... I am attempting to put together a stop motion animation in Final Cut Express but my exports are always either low q

  • How do I get an app back that I deleted from my App Store purchases page?

    I need to download an app I purchased from the app store, but I mistakenly deleted it from my purchases page. How can I retrieve it without having to pay for the app again?

  • I cannot open the file I created today. It requires a new version!!!!

    In the morning I created a new numbers's file. Now, whenI try to open it and receive the message: There is no update available to my computer....

  • Using ActiveX to _READ_ outlook mail

    Hello everyone!   I am trying to fetch email messages from outlook and process them in my labview software.  I have seen the various examples and posts about sending email with outlook using ActiveX, but after crawling around the web I have not seen

  • Wim Image creation

    I plan to migrate some laptops from Windows XP to Windows 7. There is a recovery  partitioned in Laptops ( windows XP). If you press f11 during restart , laptop will  restored with default operating system. Same thing I created for Windows 7. Pl. pro