How to take screenshots for 4.7" and 5.5" ios devices?

Hi all,
I usually create screenshots of my AIR apps using a combination of actual screenshots on devices I own, and screenshots of the standalone player by testing the AIR app on my development machine.
However, I don't own any of the new 4.7" or 5.5" iOS devices, and the resolutions for those are larger than my screen, so I can't take a screenshot that way.  The screens are 750x1334 and 1242 x 2208 respectively.
My app is portrait only.
The standalone flash player automatically resizes down to fit within the screen when it launches. If it didn't, I'd be able to move it around, take screenshots, and stitch the images together.
Does anyone have any tips? Maybe a way to ensure the flash player window doesn't resize to fit within the bounds of my screen?
Cheers,
Peter

I figured it out
When running the app locally, need to set <fullScreen>false</fullScreen> to stop the flash player sizing down.
Then I stacked my monitors vertically instaed of side-by-side (not physically, just in display settings) to take screenshots.
Hope it helps someone else!

Similar Messages

  • How to take screenshot on win 7 with MBA

    please tell me how to take screenshot for full screen and active window on win 7 when running on MBA

    SuperChampagne wrote:
    please tell me how to take screenshot for full screen and active window on win 7 when running on MBA
    Use the same keys to take a screen shot in a Mac, Command Key, Shift Key and the Number 3 Key.

  • How to take tkprof for a query

    Hi,
    How to take tkprof for a query?
    Nirmal

    Take a look at the following documentation link. It details the steps to turn on sql trace and use TKPROF to generate the report.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14211/sqltrace.htm

  • How to take flash archive zoned system and how to deployee from jumpstart s

    Hi All
    How to take flash archive zoned system and that flash archive how to deployee from Jumpstart server
    please help me in this,it is very urgent for me
    Thanks
    Murali

    when you've created the flar image just setup the jumpstart server accordingly
    1) create a profile for a flash installation
    install_type flash_install
    archive_location nfs js1:/data/server.flar
    partitioning explicit
    filesys c0t0d0s0 2000 /
    filesys c0t0d0s3 6000 /usr
    filesys c0t0d0s4 2000 /var
    filesys c0t0d0s5 2000 /export/home
    filesys c0t0d0s6 520000 /export/zones
    2) create the jumpstart client just as you would normally
    3) jumpstart the server
    As far as i know this should work

  • How to take screenshots in iPhone 5s

    I was wondering how to take screenshots in iPhone 5s

    I asked this on another discussion this is what worked:
    Press and hold the sleep button
    Press and release the home button
    Release the sleep button
    Screen shot with be in your camera roll
    I am using a iphone 5s

  • How to populate data for 2LIS_40_REVAL, 2LIS_43_POSCAS and 2LIS_44_POSREC

    Hi
    How to populate data for 2LIS_40_REVAL, 2LIS_43_POSCAS and 2LIS_44_POSREC datasources at RSA3?
    I'm very new to retail BI.
    I think there is no setup tables for Retail infosources.
    Any IDoc or BAPI activation is required or other procedure?
    We are in BI-700 SAPKW70015 support pack R/3 side
    and SAP_BW 700 Support pack SAPKW70016 &
    BI_CONT 703 Support pack SAPKIBIIP9 BI side
    Can anyone guide me how to load data?
    Points assured
    Thanks in advance
    Ramana P

    Dear Ramana,
    There is no setup table for POSCAS and POSREC.This has to be popuated with a BADI Implementation. 
    As of PlugIns 2002_1_470 and 2002_2_470, POS data is update into BW the 2LIS_44_POSREC and 2LIS_43_POSCAS extractors using a BADI. To be able to update data into BW, the relevant implementation for the BADI must be activated in each case. You can activate the implementation in transaction SE19. The implementations are as follows:
    POS_EX_REC_PI2003_1 for extractor 2LIS_44_POSREC
    POS_EX_CAS_PI2003_1 for extractor 2LIS_44_POSCAS
    Once the activation of BADI , create the back ground jobs for the 44 application and the data is pushed into Delta queue and it can be loaded into BI .
    Hope this helps you.
    Thanks,
    Krishna Charan

  • In the old Mobile me storage I had shared storage for my family and all of our devices. How do I breakup the 55GB across my apple accounts now that iCloud is by device by user?

    In the old Mobile me storage I had shared storage for my family and all of our devices. How do I breakup the 55GB across my apple accounts now that iCloud is by device by user? Anyone else have this issue. I am also in need of correcting the storage from my work where I do not have Safari or I can not down load iCould to my desk top.

    That storage moves to master account. Since there are no accounts like that in Icloud, people in your family will enjoy complimentary 5 gigs from Apple and they will let you know if they need anymore. You will not be able to manage storage from windows desktop

  • How to create documentation for report programs and how to use it

    how to create documentation for report programs and how to use it in the selection screen by placing an icon in the Applicatin Tool bar. If i click this icon the help documentation has to display.
      Note: Exaple <b>RSTXSCRP</b> programs selection screen

    Hi
    1 goto SE38 transaction, give the program name
    2 Click on documentation radiobutton & then press change
    3 Write your PURPOSE, PREREQUISITES etc details
    4 Save the same & Activae it.
    The icon will come automatically on selection screen
    Thanks
    Sandeep
    Reward if useful

  • How To Take Screenshot On Acer Liquid M220?

    Can anyone please tell me how to take screenshot on Acer Liquid M220?
    Thanks

    http://www.windowsphone.com/en-us/how-to/wp8/photos/take-a-screenshot

  • How to write code for page up and page down buttons on alv screen?

    Hi,
    Page up and page down buttons are not working in general alv report. Thease buttons are in disable mode. But is stnd. transactions (tcode : fbl5n)  these are enabled and working properly, but we can't debug this with /h
    How to write code for page up and page down buttons on alv screen?

    Poonam,
    On doing the screen debugging it took me over to    Include LSTXWFCC ,kindly check the below code.
    module cc_display.
      fcode = sy-ucomm(4).
      case sy-ucomm(4).
        when 'P--'.
          perform cc_firstpage.
        when 'P-'.
          perform cc_prevpage.
        when 'P+'.
          perform cc_nextpage.
        when 'P++'.
          perform cc_lastpage.
        when 'EX--'.
          perform cc_firstcopy.
        when 'EX-'.
          perform cc_prevcopy.
        when 'EX+'.
          perform cc_nextcopy.
        when 'EX++'.
          perform cc_lastcopy.
    I guess it can give you some lead.
    K.Kiran.

  • HT4914 1. My music takes up 3.5GB og space on my iOS devices. How much space will it take up after I subscribe to iTunes Match? 2. Will it include podcasts?

    1. My music takes up 3.5GB og space on my iOS devices. How much space will it take up after I subscribe to iTunes Match? 2. Will it include podcasts?

    The fix was to completely remove all Apple Software following guides in previous posts.
    Then download and re-install latest iTunes 64-bit, making sure to Run As Administrator.
    This fixed it. Now the next thing seems to be that as I move from one device to another to close and restart iTunes between each one. Treat it gently. It seems to break easily and a lot.

  • HT201302 How to importing personal photos and videos from iOS devices to my computer with Windows 8?

    myHow to importing personal photos and videos from iOS devices to  computer with Windows 8?
    Nothing indicating iPhone 4s folder for images and videos in Win 8 anymore after plugged in USB cable to PC with the iPhone 4s. Nothing pop up anymore asking if I want to backup photos  / videos to my PC (used to pop up in Win 7).
    Where can I find this folder in iPhone 4s?
    Thks!!

    You can do it via your computer's iTunes. If you are on iTunes 11 on your computer then you may want to re-enable the left-hand sidebar via View > Show Sidebar (option-command-S on a Mac, control-S on a PC), which might make it easier to navigate and my instructions may make more sense.
    To sync photos, connect and select your iPad on the left-hand side of your computer's iTunes (if you've enabled the sidebar), and on the right-hand side there should be a series of tabs, one of which should be Photos - if you select that tab you can then select which photo folders to sync to the iPad. There is a bit more info on this page. You will need to sync all the photos that you want on the iPad together in one go as only the most recent photo sync remains on the iPad - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next photo sync.
    If you haven't enabled the sidebar, then from your library click 'iPad' at the top right of the screen and you should get a series of buttons along the top of the screen, including one for Photos

  • How do I get the correct ICloud account on my iOS devices?

    Hello. A few days ago, I changed my Apple ID username from my old email to my new one. Everything worked fine and I was able to re-login to the App Store, iMessage, etc. A few days later, I got a message from iCloud asking me to login. When I tried to login it failed and I realized that it was using my old Apple ID email to login to iCloud. So I went into accounts and tried to delete that account and add the account with the correct Apple ID. When I tried to delete the account it asked for my iCloud password to confirm, which doesn't work because it is using my old Apple ID. I then tried to add my current iCloud account without deleting the old one, but when I did it said it was already on the device. How do I get the correct ICloud account on my iOS devices?

    Log out of the old ID, then login using the new one with the correct pw.

  • Syncing notes, highlights, and bookmarks between iOS devices

    Hi,
    I've decided to digitize my technical library by purchasing ebooks from now on. The problem is which ebook format to go with. My ideal requirements would be to be able to purchase books from various sources and be able to read them both on my Mac and on iOS devices. Additionally, I want to be able to sync the highlights, bookmarks, and notes among all of these devices.
    Currently, the real winner that satisfy all of these conditions is Amazon mobi format. The only problem is that I can only purchase books from Amazon if you go with this platform.
    On the other hand, Apple iBooks is a close second here - the lack of a solution for a Mac is a problem, but I am hoping that Apple is working on the iBooks application for the Mac. The syncking of notes, highlights, and bookmarks among various iOS devices is a nice feature, and it does not require a tethered connection to iTunes - instead, these items they can now sync wirelessly among devices on the same iTunes account.
    My question is if the syncing of notes, highlights, and bookmarks works only with ePub books purchased from the Apple's iBooks store or if this feature works with unprotected ePub books purchased elsewhere and loaded on iOS devices via the iTunes syncing feature. For example, most of the technical books I am going to be digitizing are Cisco books published by Cisco Press. As of late, most of their ebooks are available in the unprotected ePub format, and I would be using the iBooks app to read these books. So, if I were to purchase ebooks from Cisco Press, would I be able to to make a note in a book on one iOS device (e.g. iPad), and later see this note in the same book on my iPhone?
    Thanks!

    This page http://support.apple.com/kb/HT4059 says (I havn't tried it though) :
    iBooks will automatically remember where you left off each time you close a book or return to your Home screen. Tap the bookmark icon in the upper-right corner to bookmark a specific page. Wirelessly sync your Bookmarks, Highlights, and Notes with your other devices using your iTunes Store account by tapping Settings > iBooks > Sync Bookmarks > ON.

  • How can I get my ical to sync on all ios devices (imac, macbook, ipad, iphone)?

    How can I get my ical to sync on all ios devices (imac, macbook, ipad, iphone)?

    Setup iCloud on all the devices and computers as described here: http://www.apple.com/icloud/setup/

Maybe you are looking for

  • Abap wd layout and application not displayed

    Hi Gurus , We have upgraded the SAP HR system from ECC6.3 to ECC6.4 and netweaver from 7.0 to 7.1 . Following are the list of error in EHP4 system , 1) Layout of ABAP Webdynpro Component are not displayed . 2) Any ABAP WEBDYNPRO Application is not di

  • Embedding the JRE

    I have written program that I want to run on a computer that doesn't contain the Java Runtime Environment. I am not sure how to go about this but i think it is possible by storing the JRE in a jar file along with the source code of the program, but I

  • Selecting a specific record

    Please help me with this code. I would like to be able to connect java to one small table in MS Access that only has ID numbers and match those same ID numbers to the master list and then pull the info from the master list for that row with the match

  • SWF won't play onced inserted into html page, though plays in absolute paths

    I have embedded a SWF in my index page. The background image saved in the FLA shows up, but none of the remaining content. If I put in the URL to the actual SWF and HTML files, however, everything works fine. palmettowebproductions.com is the URL of

  • How to create total column and change heading

    I have a region that is display only - financials. I need to add total columns after data is displayed. Does framework support this or will I need to do this in java. Secondly I will need to change the column heading to current year - ie '2008'. From