PDF Not loading anymore on Flex Air Application

Hi,
Ever since I updated my Adobe Readed to Version 11, I can't view any PDF on my Flex Air Application anymore. Is there anything i need to do?
AIR version: 3.6
OS: Mac OS X
Flex Builder: 4.6
Adobe Reader: 11.0.02
Flex components used: mx:HTML
Please help.
Thanks!

Yes.  This is a well known bug in Air/Google Maps.  A lot of folks reported it on the Google Maps forums and here.  It was reported over a year ago with no action yet.  Major show stopper.
For this main reason, I switched to the http://developer.mapquest.com AS3 API.  Plus they also recently released a Mobile Flash API that works great.
I suggest you check it out because I don't anticipate any action on this issue on either side any time soon.
Good luck!
Don

Similar Messages

  • Open PS (CS-CS4) and load image from flex/air application?

    Hello,
    (Not sure wether to post this in the AIR forum or the FLEX forum?)
    I am at a loss on how to get my simple application to work. I have a small desktop air application that simply opens Photoshop and runs an action. I used switchboard and the application ran great on PC and MAC. However it only worked for CS3, and CS4 not CS or CS2?. Plus the size of switchboard was a bit large for my small app. I am willing to live with that though . I am using Air with Flex and wanted to know if perhaps there is a beter approach? All the application does is open photoshop, loads an image, and runs an action. Can I do this for all versions of Photoshop using switchboard? Can I do this without switchboard and just use javascript. The big issue is the Air app needs to open Photoshop, and most of the examples have me open PS first and then execute a script located in the PS directory. This needs to work outside of the PS directory. Any examples are appreciated.
    I have looked at the following:
    - SwitchBoard : only works for CS3-CS4 (on my tests)
    - PatchPanel: same issue, plus seperate SDKs
    - ExtendScript: requires script to be run from PS not Air

    Of course you may have some unstated reason for doing this in Air, but if not...
    Google photoshop droplet....
    Bob

  • Identical flex-air applications do not compile

    I'm having terrible difficulty with writing Air Applications for compiling with the flex 3.2 SDK.
    I have two identical basic flex air applications, but one will not compile, the other will.
    When I try to run the application from flex builder the first app runs fine while the second one doesn't.
    any ideas?
    http://www.andy-hayes.com/download/TestApp.zip
    http://www.andy-hayes.com/download/TestTransparentApplication.zip
    I've just about had enough of flex builder's bs. tbh.

    Hi Randy,<br /><br />This forum really isn't the place to try to get support on app compilation.  We try to keep discussion here to development of the SDK itself.  I'd suggest looking at the regular Flex forums or flexcoders and posting more details as to the error you're seeing.<br /><br />Matt<br /><br /><br />On 1/13/09 3:51 AM, "randy gland" <[email protected]> wrote:<br /><br />A new discussion was started by randy gland in<br /><br />Developers --<br />  Identical flex-air applications do not compile<br /><br />I'm having terrible difficulty with writing Air Applications for compiling with the flex 3.2 SDK.<br /><br />I have two identical basic flex air applications, but one will not compile, the other will.<br /><br />When I try to run the application from flex builder the first app runs fine while the second one doesn't.<br /><br />any ideas?<br /><br />http://www.andy-hayes.com/download/TestApp.zip<br />http://www.andy-hayes.com/download/TestTransparentApplication.zip<br /><br />I've just about had enough of flex builder's bs. tbh.<br /><br />________________________________<br />View/reply at Identical flex-air applications do not compile <a href=http://www.adobeforums.com/webx?13@@.59b78044><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b78044!folder=.3c060fa3>  form to cancel your email subscription.

  • How to create a popup window to load HTML page in AIR application without using any mx or spark?

    How to create a popup window to load HTML page in AIR application without using any mx or spark components?
    I need to load the HTML page in popup in AIR application without using any of the <mx> or <spark> components. I need to open in the application itself not in the browser.(If we use navigateToURL() it will open in th browser)

    Can we achieve this? can somebody help me on this scenario..

  • Call JSFL from Flex Air application

    Hi,
    I have a Flex Air application that converts old style flash
    text var txt files into XML. As part of the process it creates a
    jsfl file that when run will automate through older FLAs and
    upgrade them with changes required.
    My question is this. Using the command
    fl.runScript(locationOfJSFLscript) in flash, it will automatically
    call the script and execute it. How do I do the same in Flex? i.e.
    I have a button in the application. I press it and it sends the
    call to run the script.
    Thank you

    Of course you may have some unstated reason for doing this in Air, but if not...
    Google photoshop droplet....
    Bob

  • Twitter Feed Within A Flex/Air Application

    I am attempting to advance an appilcation I've created so that it incorporates a live twitter feed i.e. when users access the application their own twitter feed is shown within it and is updated live.
    I have no experience in using either twitter itself or how to incorporate twitter feeds into a flex/air application specifically and was wondering if anyone can tell me exactly what I'd need to do to achieve this?
    A further addition my client has requested is the use of live images. The app itself is basically an interactive favourites menu with users clicking on and adding links to sites within the app. Each of these links is represented by an icon which is basically a screenshot of each site. I want to alter this so that these images change live AS the site themselves change so they are constantly up to date. Is this also possible at all and if so can anyone give me advice on how this could be achieved?

    Thanks a lot. I've used another method that simply lets the user enter their twitter name and it loads their live feed. I suppose that way would work too though. Cheers.

  • Sd card module/driver not loaded anymore

    Hi,
    since a recent update (linux 3.16 maybe ? ) the sd card module is not loaded anymore.
    I have to load it manually :
    modprobe -v rtsx_usb
    (or add a module load in /etc/modules-load.d/)
    My guess is that the "block" hook is not finding it anymore...
    Any idea why ?
    # uname -a
    Linux azerty 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
    # /etc/mkinitcpio.conf :
    HOOKS="base udev autodetect modconf keymap block lvm2 encrypt filesystems keyboard fsck"
    sdcard  NOT working:
    # lsmod | egrep 'mmc|sdhci|sd'
    sd_mod                 44356  5
    crc_t10dif             12431  1 sd_mod
    scsi_mod              142915  2 libata,sd_mod
    sdcard working:
    #lsmod | egrep 'mmc|sdhci|sd'
    rtsx_usb_sdmmc         25280  0
    mmc_core              110475  1 rtsx_usb_sdmmc
    rtsx_usb               17487  2 rtsx_usb_sdmmc,rtsx_usb_ms
    led_class              12859  3 rtsx_usb_sdmmc,iwldvm,asus_wmi
    sd_mod                 44356  5
    crc_t10dif             12431  1 sd_mod
    scsi_mod              142915  2 libata,sd_mod

    Well, in fact it's a bit weirder...
    I'm loading the rtsx_usb module at boot.
    Then I plug my sd card :
    Sep 05 13:51:24 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
    Sep 05 13:51:24 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
    Sep 05 13:51:24 azerty kernel:  mmcblk0: p1
    It's not mounting... 10 seconds later :
    Sep 05 13:51:34 azerty kernel: ehci-pci 0000:00:1a.0: dev 1.4 ep2in scatterlist error -104/-110
    Later on:
    Sep 05 13:51:54 azerty systemd-udevd[229]: worker [3393] /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 timeout; kill it
    Sep 05 13:51:54 azerty systemd-udevd[229]: seq 2164 '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1' killed
    Sep 05 13:51:55 azerty systemd-udevd[229]: worker [3393] terminated by signal 9 (Killed)
    Still not mounted obviously.
    Now, I add another module :
    # modprobe -v sdhci
    insmod /lib/modules/3.16.1-1-ARCH/kernel/drivers/mmc/host/sdhci.ko.gz
    Sep 05 13:53:38 azerty kernel: sdhci: Secure Digital Host Controller Interface driver
    Sep 05 13:53:38 azerty kernel: sdhci: Copyright(c) Pierre Ossman
    I remove the card and insert it again:
    Sep 05 13:53:51 azerty kernel: mmc0: card aaaa removed
    Sep 05 13:53:57 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
    Sep 05 13:53:57 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
    Sep 05 13:53:57 azerty kernel:  mmcblk0: p1
    Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/index.bdmv
    Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/BACKUP/index.bdmv
    Sep 05 13:53:57 azerty kernel: FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    Sep 05 13:53:57 azerty udisksd[1409]: Mounted /dev/mmcblk0p1 at /run/media/olivarch/6663-3733 on behalf of uid 1000
    Now it's working...
    I tried to load both rtsx_usb and sdhci at boot but it doesn't work, it seems that I need to do it manually...
    Weird.

  • I just got the first get and im trying to download the ios onto it and it will just stop and not load anymore how do i make it keep going?

    i just got the first get and im trying to download the ios onto it and it will just stop and not load anymore how do i make it keep going?

    You are only as young as you feel......
    This is an example of how you can select the exact content that you want to sync to your device. You do not have to sync the entire iTunes library. You can pick and choose the music, apps, books and so on that you want to sync. This is using music as an example.
    Connect the iPad to the PC and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Music Tab on the right.
    Click on only the albums or playlists that you want to sync.
    Click on the Sync Music Heading.
    Click on Apply in the lower right corner of iTunes
    You can do this with apps, books, movies .... Whatever .... You have the freedom to sync whatever you want.

  • Flex/Air applications with an OS X Menu Bar icon

    (Flash Builder 4 beta)
    I'm developing a flex/air application for mac os x exclusivley. The application should be very unobtrusive to the user, and as such, I want to eliminate the dock icon for the application and have it run exclusivley in the os x menu bar. Similar to a twitterific app. I've scoured the documentation for a way to do this, but only come up with methods for a system tray in windows, and dock icon function on a mac.
    Does AIR really lack the ability to have a menu bar icon?
    Thanks in advance!

    I've made menu's already for the application. They are native os x menu's but they are used create contextual menus (file, edit, view...etc...) and are only visible when the application is open. Unless their is a feauture I missed I don't think I can do it with those. I'm looking for the ability to create a menubar icon application similar to twitter, or the default apple spotlight.

  • My macbook pro loads webpages fine for the first few minutes but after that the internet freezes and will not load anymore webpages. What can I do to fix this?

    My macbook pro loads webpages fine for the first few minutes but after that the internet freezes and will not load anymore webpages. What can I do to fix this?

    I let Firefox sit on my desktop for about five minutes, and it finall allowed me to use it. That is EXTREEEMELY slow. What is the problem?

  • Google map loading delay in Adobe AIR application

    Hi,
       When I try to load Google map API on AIR application,it is taking too much time to load and the application freezes for 50-60 seconds.But it is working fine in normal flex applications.Please give a solution for this.

    See this bug for more information and a workaround: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2750

  • How to Add Input Values into a XML in Flex AIR Application

    I need a help, now I am developing a flex windows AIR application, in this I am displaying data using a xml file,
    I have some input fields in my application,if the application user filled the input field and press submit button, the inputs
    Should be stored in that xml. How can I do this using flex, can you  anyone please provide me a sample file with tutorial.
    Thanks in advance
    Vasanth,
    Chennai

    You can use the "+" operator which is both the addition (number) and concatenation (string) operator. JavaScript makes the decision about how this operator will work by the type of the value of being processed. Two numbers JavaScript performs addition, character string and number, number and character string, or 2 character strings then concatenation.
    If you just use the '+' operator and spaces, you will get extra spaces unless you add code to allow for null fields and adjusting the spacing or other punctuation as needed. You may also need to force numeric values to character stings or you might end up with an addition and not concatenation.
    Adobe provided a example of a funciton to properly join 3 fields with full versions of Acrobat:
    function fillin(s1, s2, s3, sep) {
      // Concatenate 3 strings with separators where needed
      // convert passed strings to a string value
      s1 = s1.toString();
      s2 = s2.toString();
      s3 = s3.toString();
      // assign a numeric value for presence of a given string(s)
      var test = 0; // no passed strings
      if (s1 != "") test += 1; // s1 has a value
      if (s2 != "") test += 2; // s2 has a value
      if (s3 != "") test += 4; // s3 has a value
      // return appropriate combination based on passed strings
      if (test == 0) return ""; // no stings passed
      if (test == 1) return s1; // s1 only
      if (test == 2) return s2; // s2 only
      if (test == 3) return s1 + sep + s2; // s1 and s2
      if (test == 4) return s3; // s3 only
      if (test == 5) return s1 + sep + s3; // s1 and s3
      if (test == 6) return s2 + sep + s3; // s2 and s3
      if (test == 7) return s1 + sep + s2 + sep + s3; // s1, s2, and s3

  • Can you call external exe file from Flex Air Application like notepad.exe

    Im trying to make my Air Application open an External exe file anyone know if this can be done?

    Hi,
    If you want to share code between a flex app and AIR, you
    could isolate the common bits as a swc file and link to the swc
    from both the flex and air project.
    Also, you could have the flex mxml file and air mxml file
    load the same module (which has the same stuff as your original
    flex application) using ModuleLoader.
    Or, you could even load the swf of your flex application
    using SWFLoader in your air mxml file.
    Basically, check out creating flex libraries, modules and
    runtime loading of swfs.

  • HTTPService problem (ioerror #2032) in flex AIR application

    Hi all,
    I am using flex 4.5 Hero Sdk. Flex Builder plugin. Win7x64. Adobe Air 2.5.
    I have a flex air project which contains 3 library projects included.
    The project uses one of the included libraries for managing HttpService calls to a Tomcat server.
    When I use "merge into code" option for building all projects there is no problem. I can both run in Adl and installed application (exe). HttpService calls works fine in both Adl and Air 2.5 runtime.
    When I use Rsl option for building all projects I can run-debug in Adl However when I run the installed version (I mean this time running the application not with adl, but with Flex Air 2.5.x version installed in win7x64) this time HttpService calls to the server gives ioerror (Error#2032).
    Some information I discovered (may not be related to the problem I stated above)
    When using rsl option, "use local RSLs when debugging" option makes the difference. If this option is false, Adl cannot run the application.
    I tried -use-network=true compiler option, but not sure if I did everything right while trying.
    Shortly I think I need some knowledge for working with RSLs. So, can anybody help me?

    Take a look at http://forums.adobe.com/message/3345972#3345972

  • Pages not loading anymore. I have tried reinstalling with the same results

    I have iWork 09 on my MBP with the i7 (1 version back from the current model with the Thunderport). Software worked fine for many months but now when I try to start Pages or Keynote I get an error message saying it can not load the library. I tried to uninstall the software and reboot then reinstalled it and did an update to the app with the same results.

    Deleting the program's preference list is the #1 trouble-shooting step with any misbehaving application. Go to HD > Users > (your account) > Library > Preferences, delete the com.apple.iwork.pages.plist, empty the Trash & then restart Pages. Repeat with Numbers & Keynote. This needs to be done for each user.
    There are two things to do that solve a lot of problems with the iWork ’08 &/or ’09 apps in Snow Leopard.
    First, use the
    Mac OS 10.6.6 combo updater. This fixes a problem with fonts that is not fixed using the delta update (10.6.1 > 10.6.2). Because of font & other issues with 10.6.7, I prefer to stick with 10.6.6. You can find the 10.6.7 combo updater
    here  
    Second, make sure your iWork applications are updated. For iWork '08 that is Pages 3.0.3 & Numbers 1.0.3. For iWork '09 it's Pages 4.0.5 & Numbers 2.0.5. If you're not running the latest versions & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. They must be in the iWork '08 or iWork '09 folder in Applications. That iWork folder must be named iWork '08 or iWork '09. If it doesn't have the '08 or '09 Software Update won't find them & the updaters won't work.
    Also, when deleting iWork, you need to make sure you get all of the components.
    The files to delete are the iWork ’09 folder from the main HD > Applications; the iWork ’09 folder in HD > Library > Application Support & the individual iWork application plist files found in HD > Users > (your account) > Library > Preferences for each user.
    Yvan Koenig has written an AppleScript that removes the files. You can find it on
    his iDisk in For_iWork > iWork '09 > uninstall iWork '09.zip.

Maybe you are looking for

  • Need an alternate method to create a pdf

    Hello, I am using: strRptFilter = "[Invoice Number]=" & invnum DoCmd.OutputTo acOutputReport, "InvoicePDF", acFormatPDF, ("c:\PDFInvoices\" & invnum & ".pdf"), False where strRptFilter is the On Open Event of the Report The problem is it takes about

  • Re: Satellite A305-S6872 media control buttons driver?

    Ok, so I just got this laptop on Sunday. It has the media control buttons on it, but they won't work. I've read a few posts about it, saying that I need to download the Control driver.. Well, I spent hours last night looking for it. :\ Anyone have th

  • How To Rip CDs?

    I just inserted a CD, how to I rip it onto my Ipod Classic?

  • Problem with lsnrctl

    hi, I have installed Oracle10g in one server ...Iam able to connect the database thru sqlplus...If iam checking lsnrctl the database is showing the database has no listener....while starting the listener its showing error as Starting /glotam/Oracle10

  • When create the database...

    When it create the database... It has a error ORA-03113... What can I do on it??