Search app content *air for ios/android*

is there any way to create a search bar so that user can be able to search contents in an app .
for example : search for a word :::> word is found ::::>  user click results :::::> fo to and stop ( frame containing the results )
or  if any one has an idea about bookmarking a frame content please help me

same issue . this didnt fix it .
i added this
import mx.rpc.events.ResultEvent;
function getFeed()
var service:mx.rpc.http.HTTPService = new mx.rpc.http.HTTPService();
   feedURL = //your RSS url
   service.method = "POST";
                  service.contentType = "application/x-www-form-urlencoded";
                  service.resultFormat = "e4x";
        service.requestTimeout = 48;
                     service.send(feedUrl);
                     service.addEventListener(ResultEvent.RESULT, this.feedPosts);
// Then create the function that will manage the response:
function feedPosts(e:ResultEvent)
  var result:XML = e.result as XML; 
              // assign the items you want, to the component you want, below is sample 
   this.dataGrid = result.item;
but i got  the same error message.
tip : the cookbook code is a package , might the problem be because i didnt use it as a package ?

Similar Messages

  • Please clarify availability of H 264 encoding in AIR for iOS/Android

    Hello,
    I've written an app to send a live camera stream via RTMP in H 264/Nellymoser from mobile devices.  The app works fine on AIR when tested on my Win7 desktop, but when I publish to AIR 3.2 for Android or AIR for iOS, it seems that the H264VideoStreamSettings are simply ignored and the video ends up in Sorenson.  Is H264 supported for encoding/publishing on AIR for mobile devices?  If not, is this planned for the future?
    Thanks!

    Unfortunately, the release notes say H.264 encoding from AIR is for the desktop version only:
    http://helpx.adobe.com/x-productkb/multi/release-notes-flash-player-11.html
    H.264/AVC Software Encoding for Cameras (desktop) — Stream high-quality video from your computer's camera with higher compression efficiency and industry stanard support, enabling both immersive real-time communications such as video chat/conferencing and live video broadcasts.

  • ApplicationDomain behaves differently in AIR for IOS, Android or Desktop

    Hi,
    I am loading plugin SWFs embedded in the app on all platforms.
    Loader context is:
    new LoaderContext(false, ApplicationDomain.currentDomain, null);
    I am loading an external SWF, everything works fine, unless I try to access an internal class which is not also in the main SWF.
    Same exact code, same exact plugins, same exact LoaderContext, works perfectly on Desktop and Android.
    I have found a solution, but it breaks all OOP best practices in order to work also on IOS.
    Full details of the bug can be found here:
    http://forums.adobe.com/message/5704168#5704168
    (AIR 3.8, plugins are in player 11.8)
    thank you
    Filippo

    I have this bug also.
    reporting

  • Air for ios / android feeds

    ive saw this on adobe site
    http://cookbooks.adobe.com/post_Integrating_an_RSS_feed_into_an_Adobe_AIR_applicat-17926.h tml
    i put the code into a frame , and removed the public tags for a package .
    then compiled  and the erorr appeard to me is this
    Scene 1, Layer 'Actions', Frame 6, Line 15
    1046: Type was not found or was not a compile-time constant: ResultEvent.
    this the whole code added into android project
    function getFeed()
    var service:mx.rpc.http.HTTPService = new mx.rpc.http.HTTPService();
       feedURL = "http://ameerw.com/feed/";
       service.method = "POST";
                      service.contentType = "application/x-www-form-urlencoded";
                      service.resultFormat = "e4x";
            service.requestTimeout = 48;
                         service.send(feedUrl);
                         service.addEventListener(ResultEvent.RESULT, this.feedPosts);
    // Then create the function that will manage the response:
    function feedPosts(e:ResultEvent)
      var result:XML = e.result as XML; 
                  // assign the items you want, to the component you want, below is sample 
       this.dataGrid = result.item;
    on the feed url place ive tried all other possible options
    such
    //http etc
    http etc with out //

    same issue . this didnt fix it .
    i added this
    import mx.rpc.events.ResultEvent;
    function getFeed()
    var service:mx.rpc.http.HTTPService = new mx.rpc.http.HTTPService();
       feedURL = //your RSS url
       service.method = "POST";
                      service.contentType = "application/x-www-form-urlencoded";
                      service.resultFormat = "e4x";
            service.requestTimeout = 48;
                         service.send(feedUrl);
                         service.addEventListener(ResultEvent.RESULT, this.feedPosts);
    // Then create the function that will manage the response:
    function feedPosts(e:ResultEvent)
      var result:XML = e.result as XML; 
                  // assign the items you want, to the component you want, below is sample 
       this.dataGrid = result.item;
    but i got  the same error message.
    tip : the cookbook code is a package , might the problem be because i didnt use it as a package ?

  • Video in air for ios

    i created a sipmle app  with air for ios in flash cs5.5 which includes only short video which was imported using "import video". when testing it in "control\test movie\ test " it works perfrct, however when i sync it to my iphone device with itunes - i see icon and when i push it - the movie not shown - why?

    i have added the .flv
    can you see if it had been done ok?

  • AIR for iOS 3.1 - App name no longer working?

    I have named my app "Someapp 123" and mysteriously the app continuously drops the "123" portion of the name. It used to appear just fine.
    Yesterday I noticed AIR3.1 was released and I overlayed that. Has anyone else overlayed AIR3.1? Notice your app name not completely working?
    FWIW it is an iPad-only app. The provision clearly states the name of the app is "Someapp 123". In AIR for IOS settings I have the "App Name" parameter set properly as well.

    My app name is a small word with a number after it, e.g. "Some 123". No ampersands or anything fancy.
    I did not know that it republished the XML if I published from the iOS panel but I even see hitting "OK" in that panel re-writes the XML file (because you need to put a password in for the p12 every time before publishing) and that overwrites it.
    I edited the re-created XML file, removed junk whitespace and changed my app name to a single word "Testapp". I publish with alt+shift+f12 typically which is the same as the file menu. I hit file->Publish anyhow and I can verify yes indeed it did not overwrite my XML file. Unfortunately the app was not named "Testapp", it was still named what I had named the SWF file. I verified the XML was not overwritten and it was not.
    I noticed there's a <name> and also a <filename>. The <filename> does not have SWF applied to it and there is also an attribute <content> which actually points to the SWF. I'm not sure why both <filename> and <content> exists but I went and changed the <filename> to the app title I wanted. So both <name> and <filename> are now "Testapp". I published with file->publish and low and behold, the name of the app is now "Testapp".
    Why would flash choose to use <filename> over <name>?
    Here is a full example of my XML file:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.1">
      <id>com.mycompany.AppID</id>
      <versionNumber>1.4</versionNumber>
      <filename>Testapp</filename>
      <description/>
      <name>Testapp</name>
      <copyright/>
      <initialWindow>
        <content>MyFile.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>landscape</aspectRatio>
        <renderMode>gpu</renderMode>
        <autoOrients>true</autoOrients>
      </initialWindow>
      <icon>
        <image29x29>AppIconsForPublish/29.png</image29x29>
        <image57x57>AppIconsForPublish/57.png</image57x57>
        <image114x114>AppIconsForPublish/114.png</image114x114>
        <image48x48>AppIconsForPublish/48.png</image48x48>
        <image72x72>AppIconsForPublish/72.png</image72x72>
        <image512x512>AppIconsForPublish/t512.png</image512x512></icon>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <iPhone>
        <InfoAdditions>
          <![CDATA[<key>UIDeviceFamily</key><array><string>2</string></array>]]>
        </InfoAdditions>
        <requestedDisplayResolution>standard</requestedDisplayResolution>
      </iPhone>
    </application>
    Anything in there seem odd? Again I'm using the AIR 3.1 SDK so I'm using that namespace. Anything I put in <filename> is now the app name, however in iTunes it continues to say "Unknown Ge..." which is pretty unprofessional. Although the icon works fine. When syncing I see the value in the <filename> field, as it will say "Syncing Testapp...".

  • Playback AAXS DRM'd content in AIR for iOS

    Is it possible to playback Adobe Access DRM'd content in an AIR for iOS app?
    I see references for using the AAXS Objective-C API in native iOS apps, but do not see any resources for  doing the same in Air for iOS apps.
    If this is possible, are there any references.docs that show how to go about it ?
    Thanks,
    - abey

    Thanks for the reply.
    If you don't mind I had two follow ups
    1. Is it on the roadmap for the future to support this on AIR for iOS, or is that simply not going to happen?
    2. Would creating an AIR Native Extension that handles the AAXS Object-C API (for the DRM related part)....work in theory to play back DRM'd HLS content in AIR ?
    - Abey

  • Can I use macbook air for ios app development?

    I would like to know if i can use macbook air for ios app development or macbook pro is only option?

    Just to reinforce what shldr2thewheel says - be very sure what size memory you want if you get a Macbook Air. There is *no* way to change after purchase. My advice is to go for the 4GB option - especially if you want to do app development.
    The internal storage (solid state drive) of the Air can be upgraded if required but it will probably be an expensive option. If you don't think the storage will be enough then maybe using a USB connected drive to hold non-essential files is an option.
    As to deciding between the Air and Pro you are basically making a decision between portability (Air) and expandability/bigger screens (Pro). What is more important to you?
    Mark

  • AIR for iOS app works perfectly in emulator, not at all on an actual iPad

    I'm new to mobile development, so I'm hoping I am doing some simple wrong, like a wrong checked box or something.
    I have an app that I have written for iPad. It's fully functioning when I run it through the emulator (I have to change it to Flash 10.1 and use Device Emulator because nothing else will accept touch events) but doesn't really work on the iPad. Some of the features work, and some don't. It's like it's just not quite compiling all the code, and I'm very confused.
    My publish settings:
    Player: AIR for iOS
    Script: Actionscript 3.0
    Included .swf, .xml, and all relevant .as class files
    Published using quick publish for device testing
    Are there some AS 3.0 features that won't work in iOS? If so it would be really great to have a list of those somewhere.
    What am I doing wrong? Why won't my app work on an actual device if it tests perfectly in the emulator?

    My original question has not been answered, but I am running across the same problem in a different way.
    I have added to my code, continuing to build the app, (hoping the problem can be solved eventually), and once again, the app works perfectly in Device Central but not on the iPad.
    I have buttons to select different levels of the puzzle. Each time you press a button, the level automatically updates itself on the board. So if you are playing the shape level, the shape of the puzzle piece is on the board. If you are playing the name level, the name of the puzzle piece is on the board. Etc.
    This works perfectly on my computer. However - again - when I transfer it to an iPad, choosing the "shape" level will cause the names to pop up.
    I have double and triple checked the variable names to make sure they match up and are correctly spelled and capitalized. It just doesn't function in iOS.
    Here is the code to switch levels and automatically generate a new random puzzle piece:
    function changeLevel (e:TouchEvent): void {
        trackUSAPiece = ["pieceAL", "pieceAK", "pieceAZ", "pieceAR", "pieceCA", "pieceCO", "pieceCT", "pieceDE", "pieceFL", "pieceGA", "pieceHI", "pieceID", "pieceIL", "pieceIN", "pieceIA", "pieceKS", "pieceKY", "pieceLA", "pieceME", "pieceMD", "pieceMA", "pieceMI", "pieceMN", "pieceMS", "pieceMO", "pieceMT", "pieceNE", "pieceNV", "pieceNH", "pieceNJ", "pieceNM", "pieceNY", "pieceNC", "pieceND", "pieceOH", "pieceOK", "pieceOR", "piecePA", "pieceRI", "pieceSC", "pieceSD", "pieceTN", "pieceTX", "pieceUT", "pieceVT", "pieceVA", "pieceWA", "pieceWV", "pieceWI", "pieceWY"]
        if (e.target == nameLevel) {
            PuzzleGlobals.currentLevel = "Name";
            nameLevel.gotoAndStop("Active");
            abbrevLevel.gotoAndStop("Inactive");
            shapeLevel.gotoAndStop("Inactive");
            for (var j=0; j<(PuzzleGlobals.TOTAL_NUMBER_USA); j++) {
                this[trackUSAPiece[j]].gotoAndStop("wholeName");
        else if (e.target == abbrevLevel) {
            PuzzleGlobals.currentLevel = "Abbrev";
            abbrevLevel.gotoAndStop("Active");
            nameLevel.gotoAndStop("Inactive");
            shapeLevel.gotoAndStop("Inactive");
            for (var k=0; k<(PuzzleGlobals.TOTAL_NUMBER_USA); k++) {
                this[trackUSAPiece[k]].gotoAndStop("abbrev");
        else if (e.target == shapeLevel) {
            PuzzleGlobals.currentLevel = "Shape";
            shapeLevel.gotoAndStop("Active");
            nameLevel.gotoAndStop("Inactive");
            abbrevLevel.gotoAndStop("Inactive");
            for (var l=0; l<(PuzzleGlobals.TOTAL_NUMBER_USA); l++) {
                this[trackUSAPiece[l]].gotoAndStop("shape");
    function addNewPiece (e:TouchEvent): void {
        ri = Math.floor(Math.random()*(1+PuzzleGlobals.TOTAL_NUMBER_USA));
        if (PuzzleGlobals.statesOnBoardUSA == PuzzleGlobals.TOTAL_NUMBER_USA) {
            //play BOOP sound indicating no new pieces left
        else {
            if (usaPiece[ri] != null) {
                bmc.addChild(this[usaPiece[ri]]);
                if (PuzzleGlobals.currentLevel == "Shape") {
                    this[usaPiece[ri]].height = this[usaPuzzle[ri]].height;
                    this[usaPiece[ri]].width = this[usaPuzzle[ri]].width;
                this[usaPiece[ri]].x = e.stageX;
                this[usaPiece[ri]].y = e.stageY;
                usaPiece[ri] = null;
                PuzzleGlobals.statesOnBoardUSA++;
            else {
                addNewPiece(e);
    Here is the code that creates the piece:
            public function GeoPiece(): void {
                if (PuzzleGlobals.currentLevel == "Name") {
                    this.gotoAndStop("wholeName");
                else if (PuzzleGlobals.currentLevel == "Abbrev") {
                    this.gotoAndStop("abbrev");
                else if (PuzzleGlobals.currentLevel == "Shape") {
                    this.gotoAndStop("shape");
                this.addEventListener(TouchEvent.TOUCH_BEGIN, geoPieceBegin);
    Is it possible I have a bad compiler or something? Do I need to reinstall the entire program? I just can't figure out why it would work in one operating system and not in another.
    Thanks
    Amber

  • AIR for iOS: Severe performance drop using "high resolution" published app on retina iPhone

    I have created a very simple test app the simply draws a line from the previous to the current mouse/touch position after MOUSE_MOVE is detected. I published the app, stage size 320x480, in both "standard" and "high" resolution using AIR for iOS and added each to two different iPhones, iPhone 3GS and iPhone 4S. I published again, stage size 640x960 in standard and high resolution and placed on both phones.
    320x640 Flash stage size
    - standard resolution on iPhone 3GS: works as expected, no hitches.
    - high resolution on iPhone 3GS: works as expected
    - standard resolution on iPhone 4S: works as expected
    - high resolution on iPhone 4S: hangs occasionally and predictably for a half second or so once 20-30 points have been added to the drawing. Of the 4 tests at 320x640 this is the only one that displays at high res.
    640x960 Flash stage size
    Everything was the same as above. The only test here that diplayed at high res was the high res publish on the iphone 4s as expected. Which showed the same poor performace as above.
    Perhaps this has something to do with the upscaled application trying to keep track of mouse position but I'm stumped. Any ideas?

    I create an app for kids that draws using MOUSE_MOVE, KidFunKit. It's a retina display high-res app, using AIR 2.6 I got performing issues, after I couple of lines were drawn. Using AIR 3.0, it works nice. Obviously if your frame rate is 60 ... you'll expect lack of performance. You may try Starling Framework based on STAGE3D if you want the most of AS3.

  • In-app extension for Air for iOS clarifications ?

    Hello there,
    While trying to implement Milkman in-app extension for Air for iOS, I have couple of things to clarify.
    1. Can we use this plugin to buy a third party game from within my app using in-app purchase?
    2. Can a third party app access the in-app purchase details from my app, if shared? If yes, How?

    I am unable to click on the item to download it. What am I doing wrong??
    You may have disabled in-app purchases.
    Check in the Settings.app:
    Settings > General > Restrictions

  • How many of the apps on the app store are based on AIR for iOS? raw numbers? as a percentage?

    wondering how apps based on the AIR for iOS platform are doing out there in the "real world"
    thanks

    ur restrictions might have been turned on. how? no clue. but that is normally the only reason default apps are not showing on the homescreen.
    u can reset ur home screen layout and see if that helps, turn off restrictions first of course.
    my suggestion... however, is to just reset all settings to get everything at once so to speak. there might have been other settings that were changed on ur ipad that u havnt noticed yet. the reset all settings would get those back to factory default as well.
    to get to those settings
    restrictions: settings>general>restrictions
    reset home screen layout: settings>general>reset>reset homescreen layout
    reset all settings: settings>general>reset>reset all settings

  • AIR for IOS not launching CS6 or CS5.5

    I am trying to select Air for IOS and nothing happens. All other palettes seem to work correctly. I own CS 5.5 and have the same problem. I downloaded CS6 trial to see if this problem still exists and it does. Any ideas?    MAC OSX 10.6.8

    I do see this crash sometime after closing any flash file after trying to select Air for iOS.
    Process:         Adobe Flash CS6 [3835]
    Path:            /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Identifier:      com.adobe.flash
    Version:         12.0.2.529 (12.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [202]
    Date/Time:       2013-05-16 15:31:24.896 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1610326 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  59236 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      DD108581-96DA-4D94-A15F-C3B50DDEA449
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000002013
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000001088863
    Java VM: Java HotSpot(TM) Client VM (20.45-b01-451 mixed mode macosx-x86)
    Current thread (0000000034801c00):  JavaThread "main" [_thread_in_native, id=-1607158464, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      00000000348f5400 JavaThread "Thread-4" [_thread_in_native, id=-1322450944, stack(00000000b11d0000,00000000b12d0000)]
      000000003491f400 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1309597696, stack(00000000b1e12000,00000000b1f12000)]
      000000003491ec00 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1311723520, stack(00000000b1c0b000,00000000b1d0b000)]
      000000003490c000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1312780288, stack(00000000b1b09000,00000000b1c09000)]
      000000003490b800 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1313837056, stack(00000000b1a07000,00000000b1b07000)]
      0000000034908400 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1314893824, stack(00000000b1905000,00000000b1a05000)]
      00000000348be000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1317007360, stack(00000000b1701000,00000000b1801000)]
      00000000348bd000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1319415808, stack(00000000b14b5000,00000000b15b5000)]
      00000000348bc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1320472576, stack(00000000b13b3000,00000000b14b3000)]
      00000000348bb000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1326694400, stack(00000000b0dc4000,00000000b0ec4000)]
      00000000348af000 JavaThread "Finalizer" daemon [_thread_blocked, id=-1327751168, stack(00000000b0cc2000,00000000b0dc2000)]
      00000000348ae000 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1328807936, stack(00000000b0bc0000,00000000b0cc0000)]
    =>0000000034801c00 JavaThread "main" [_thread_in_native, id=-1607158464, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      00000000348ab400 VMThread [stack: 00000000b0abe000,00000000b0bbe000] [id=-1329864704]
      00000000348c7800 WatcherThread [stack: 00000000b1803000,00000000b1903000] [id=-1315950592]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 7659K [0000000040110000, 0000000041110000, 0000000041110000)
      eden space 13184K,  45% used [0000000040110000, 00000000406faf00, 0000000040df0000)
      from space 1600K, 100% used [0000000040df0000, 0000000040f80000, 0000000040f80000)
      to   space 1600K,   0% used [0000000040f80000, 0000000040f80000, 0000000041110000)
    concurrent mark-sweep generation total 52352K, used 4756K [0000000041110000, 0000000044430000, 0000000048110000)
    concurrent-mark-sweep perm gen total 31504K, used 17827K [0000000048110000, 0000000049fd4000, 000000004c110000)
    Code Cache  [0000000035001000, 0000000035492000, 0000000037001000)
    total_blobs=2227 nmethods=2072 adapters=95 free_code_cache=28792128 largest_free_block=384
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 8192M, Free = 91M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.flash                         0x01088863 LStream::operator>>(unsigned long&) + 140343
    1   com.adobe.flash                         0x010887fa LStream::operator>>(unsigned long&) + 140238
    2   com.adobe.flash                         0x01075c23 LStream::operator>>(unsigned long&) + 63479
    3   com.adobe.flash                         0x01088ef5 LStream::operator>>(unsigned long&) + 142025
    4   com.adobe.flash                         0x0108996c LStream::operator>>(unsigned long&) + 144704
    5   com.adobe.flash                         0x0106882a LStream::operator>>(unsigned long&) + 9214
    6   com.adobe.flash                         0x006dae3b std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 5173
    7   com.adobe.flash                         0x00361985 std::deque<CSketchSWFHistory, std::allocator<CSketchSWFHistory> >::resize(unsigned long, CSketchSWFHistory) + 17855
    8   com.adobe.flash                         0x0037bae4 std::deque<CSketchSWFHistory, std::allocator<CSketchSWFHistory> >::resize(unsigned long, CSketchSWFHistory) + 124702
    9   com.adobe.flash                         0x00fcd03d CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 3417
    10  com.apple.CoreFoundation                0x90a31a3b __CFRunLoopRun + 8059
    11  com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    12  com.apple.CoreFoundation                0x90a2f1f1 CFRunLoopRunInMode + 97
    13  com.apple.HIToolbox                     0x98566e04 RunCurrentEventLoopInMode + 392
    14  com.apple.HIToolbox                     0x98566bb9 ReceiveNextEventCommon + 354
    15  com.apple.HIToolbox                     0x986ef084 _AcquireNextEvent + 54
    16  com.apple.HIToolbox                     0x986e5181 _RunAppModalLoop + 143
    17  com.apple.HIToolbox                     0x986e55a5 RunAppModalLoopForWindow + 124
    18  com.adobe.dvaui.framework               0x09e68ddd dvaui::ui::OS_Dialog::RunModal() + 125
    19  com.adobe.flash                         0x00c13efe BIB_T_NMT::AGM_CCO_keys::~AGM_CCO_keys() + 7416
    20  com.adobe.flash                         0x00e5259f FArray<CExportProfile*, FArrayLessThanFunction<CExportProfile*> >::Insert(int, CExportProfile*) + 19921
    21  com.adobe.flash                         0x00f968c7 CMiniFrameWnd::~CMiniFrameWnd() + 863
    22  com.adobe.flash                         0x00fc5524 CPropertyPage::GetRuntimeClass() const + 9792
    23  com.adobe.flash                         0x00f730a1 CButtonImplBase::~CButtonImplBase() + 8129
    24  com.adobe.flash                         0x00fda8ba TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 17124
    25  com.adobe.flash                         0x00fdbbde TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 22024
    26  com.adobe.flash                         0x00fd7146 TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 2928
    27  com.adobe.flash                         0x001fe321 CArray<CTimer*, CTimer*>::~CArray() + 11005
    28  com.adobe.flash                         0x01173cfc CList<MMUI::DocumentFrame*, MMUI::DocumentFrame*>::RemoveAt(__POSITION*) + 3866
    29  com.adobe.flash                         0x00fdbbde TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 22024
    30  com.adobe.flash                         0x0030c231 CTemporaryMenu::~CTemporaryMenu() + 1117
    31  com.adobe.flash                         0x00fd7146 TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 2928
    32  com.adobe.flash                         0x001fe321 CArray<CTimer*, CTimer*>::~CArray() + 11005
    33  com.adobe.flash                         0x00fc52a2 CPropertyPage::GetRuntimeClass() const + 9150
    34  com.adobe.flash                         0x01064838 cf_bad_change::~cf_bad_change() + 3550
    35  com.apple.HIToolbox                     0x98539c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    36  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    37  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    38  com.apple.HIToolbox                     0x98587e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    39  com.apple.HIToolbox                     0x985acb90 SendMenuCommandWithContextAndModifiers + 66
    40  com.apple.HIToolbox                     0x985acb47 SendMenuItemSelectedEvent + 121
    41  com.apple.HIToolbox                     0x985aca5d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    42  com.apple.HIToolbox                     0x9857c160 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    43  com.apple.HIToolbox                     0x9872e936 MenuSelect + 190
    44  com.apple.HIToolbox                     0x986e78e0 HIMenuBar::HandleMouseEvent(OpaqueEventRef*) + 92
    45  com.apple.HIToolbox                     0x9853a22b HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 173
    46  com.apple.HIToolbox                     0x98539c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    47  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    48  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    49  com.apple.HIToolbox                     0x9856d3ef ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1417
    50  com.apple.HIToolbox                     0x9853a080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    51  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    52  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    53  com.apple.HIToolbox                     0x986e4c17 ToolboxEventDispatcher + 86
    54  com.apple.HIToolbox                     0x986e4d4f RunApplicationEventLoop + 243
    55  com.adobe.flash                         0x00fcd77b CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 5271
    56  com.adobe.flash                         0x00fa619d CTimerImpl::~CTimerImpl() + 1293
    57  com.adobe.flash                         0x00fa6380 CTimerImpl::~CTimerImpl() + 1776
    58  com.adobe.flash                         0x0020f46d std::vector<Symmetry*, std::allocator<Symmetry*> >::vector(std::allocator<Symmetry*> const&) + 6295
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x92c39382 kevent + 10
    1   libSystem.B.dylib                       0x92c39a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x92c38f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x92c38cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x92c38781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x92c385c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c4075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92c423f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x90ca521e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x90c90b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x90c8c533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                           0x069b0d99 0x6972000 + 257433
    8   ...ple.CoreServices.CarbonCore          0x90c7054a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    10  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c4075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92c423f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AFlame                        0x0bb91439 Flame_Terminate + 1281926
    4   com.adobe.AFlame                        0x0bbdb950 Flame_Terminate + 1586333
    5   com.adobe.AFlame                        0x0bb8fa35 Flame_Terminate + 1275266
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   com.apple.CoreFoundation                0x90a302df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x90a2f1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x907d0224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x907974c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x90797474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92c500d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x92c6feab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x2533e733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x2533d846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x2533c988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x2533ca0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x25337baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x25337ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x25338685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x253388f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x2533b2a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x2533b3fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x2533bc91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x2533bdb2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x2532e656 Login + 461
    15  ServiceManager-Launcher.dylib           0x2533209a Login + 15377
    16  ServiceManager-Launcher.dylib           0x2533c165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x2533e2eb Invoke + 46771
    18  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    19  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libSystem.B.dylib                       0x92c7ec78 mach_msg_server + 520
    3   libjvm.dylib                            0x2bc0fcd0 jio_snprintf + 45191
    4   libjvm.dylib                            0x2bc0fb57 jio_snprintf + 44814
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 7:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bc26065 jio_vsnprintf + 405
    8   libjvm.dylib                            0x2bc25f4f jio_vsnprintf + 127
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 8:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bc26065 jio_vsnprintf + 405
    8   libjvm.dylib                            0x2bc25f4f jio_vsnprintf + 127
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 9:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bc2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x2bc0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bd38241 JVM_GetMethodIxExceptionTableEntry + 2242
    8   libjvm.dylib                            0x2bd381af JVM_GetMethodIxExceptionTableEntry + 2096
    9   libjvm.dylib                            0x2bc2c7e5 jio_vsnprintf + 26901
    10  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    12  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 10:  Java: VM Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bc2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x2bc0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bca6eb6 JVM_Lseek + 200687
    8   libjvm.dylib                            0x2bca6b5f JVM_Lseek + 199832
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 11:  Java: Reference Handler
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x35001374 0 + 889197428
    12  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    13  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    14  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    15  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    16  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    17  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    18  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    19  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    20  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    21  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 12:  Java: Finalizer
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35169880 0 + 890673280
    10  ???                                     0x35001374 0 + 889197428
    11  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    12  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    13  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    14  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    15  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    16  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    17  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    18  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    19  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    20  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 13:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x2bcc6230 JVM_IsPrimitiveClass + 3268
    8   libjvm.dylib                            0x2bcc6174 JVM_IsPrimitiveClass + 3080
    9   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    10  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    11  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    12  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    13  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 14:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x92c12b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x2bcc6b16 JVM_IsPrimitiveClass + 5546
    2   libjvm.dylib                            0x2bcc64f4 JVM_IsPrimitiveClass + 3976
    3   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    4   libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 15:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x2bcce3ca JVM_Write + 426
    8   libjvm.dylib                            0x2bcc7cec JVM_IsPrimitiveClass + 10112
    9   libjvm.dylib                            0x2bcc7a96 JVM_IsPrimitiveClass + 9514
    10  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    11  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    12  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    13  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    14  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 16:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bcc89d4 JVM_IsPrimitiveClass + 13416
    8   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    9   libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    10  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    12  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 17:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bd42f72 JVM_MonitorNotify + 1109
    4   libjvm.dylib                            0x2bccb3aa JVM_IsPrimitiveClass + 24126
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 18:  Java: FelixDispatchQueue
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x35003e31 0 + 889208369
    12  ???                                     0x35003e31 0 + 889208369
    13  ???                                     0x3500430d 0 + 889209613
    14  ???                                     0x35001374 0 + 889197428
    15  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    16  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    17  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    18  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    19  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    20  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    21  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    22  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    23  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    24  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 19:  Java: FelixStartLevel
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 20:  Java: FelixPackageAdmin
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 21:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2beb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x2bef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x3500b9d9 0 + 889240025
    6   ???                                     0x35003e31 0 + 889208369
    7   ???                                     0x35003e31 0 + 889208369
    8   ???                                     0x3500430d 0 + 889209613
    9   ???                                     0x35004473 0 + 889209971
    10  ???                                     0x35003f97 0 + 889208727
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 22:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2beb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x2bef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x3500b9d9 0 + 889240025
    6   ???                                     0x35003e31 0 + 889208369
    7   ???                                     0x35003e31 0 + 889208369
    8   ???                                     0x3500430d 0 + 889209613
    9   ???                                     0x35004473 0 + 889209971
    10  ???                                     0x35003f97 0 + 889208727
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c6c9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge                0x25fa093b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge                0x25f9c799 ScObjects::BridgeTalkThread::run() + 185
    4   com.adobe.flash.flbridge                0x25fa0ca8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    6   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x92c12b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x92c8905f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x22cfe11f 0x228ae000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x228c825f 0x228ae000 + 107103
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x92c12b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x92c8905f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x22cfe11f 0x228ae000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x228c825f 0x228ae000 + 107103
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 26:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x92c31ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x90a6fc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    3   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c6c9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash                         0x00f48bfb void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 101300
    3   com.adobe.flash                         0x00f45839 void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 88050
    4   com.adobe.flash                         0x00f48f68 void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 102177
    5   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    6   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 28:  Java: Thread-4
    0   libSystem.B.dylib                       0x92c1d11e stat$INODE64 + 10
    1   libjava.jnilib                          0x25a1872e Java_java_io_UnixFileSystem_getLastModifiedTime + 204
    2   ???                                     0x352842b4 0 + 891830964
    3   ???                                     0x35283120 0 + 891826464
    4   ???                                     0x3500430d 0 + 889209613
    5   ???                                     0x35001374 0 + 889197428
    6   libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    7   libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    8   libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    9   libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    10  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    11  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    12  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    13  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    14  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    15  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   com.apple.CoreFoundation                0x90a302df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x90a35304 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x99db6b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x90c7054a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    8   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606

  • AIR for iOS Data Protection question again

    We are looking into Protecting Data Using On-Disk Encryption for our AIR for iOS iPad apps. An article on the adobe site (Protecting content on an iOS device with DPS | Adobe Developer Connection) mentioned this can be achieved by generating Data Protection enabled AppID/provisioning profile to pacakage in the app.
    After we packaged and published the app using the appropriately configured provisioning profile (Complete protection), we run an analysis on the iPad files.  It's reporting that the files are using an encryption class, but the wrong one.
    We run into two kinds of scenarios -
    1. For App ID that "complete" data protection service is specified, the class utilized should be NSFileProtectionComplete. Instead, the class being utilized in the files is NSFileProtectionCompleteUntilUserAuthentication
    2. for App ID without any data protection service selected, the files saved in the app documentDirectory is utilizing "NSFileProtectionCompleteUntilUserAuthentication".
    We cannot find why is it using the wrong class when specified with another class, and why are other apps utilizing the class when they weren't designed to any data protection?  Could something in Adobe AIR be overriding it or setting a default to use "NSFileProtectionCompleteUnitlUserAuthentication"?
    Any feedback is greatly appreciated. We cannot find much information on this issue but data encryption has become more and more critical now. Thank you very much.

    This is the Power View forum.
    Try asking here: 
    http://answers.microsoft.com/en-us/office/forum/office_mobile-excel-os_device_ipad?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1406945625798
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Air for Ios doesn't compile actionscript

    Hi guys,
    I'm having a big problem... I'm developing a game to be published to web, ios, android. If I export the swf for the web or the apk for android everything is ok but when I try to package the swf using air for ios the swf doesn't contains any actionscript, the compilation is very fast and the swf is smaller, also if I try to debug the fla nothing happen because no code is compiled. This is started in the last two month, before I was able to package also to ios and I was able to create an ipa that I sent to apple store but now I need to modify the app and I can no more compile it. I have browsed the forum and read something about the umcompiled actionscript problem but I didn't load any external swf, I just use urlloader to load an xml and some images. I'm using flash cs5.5. Someone have some suggestion?

    If you are using Flash Professional.. I would just create a new FLA .. copy over your library assets, etc.   Make sure to point to your certificates and provisioning files, etc.. and recompile.
    Were you using an old version of AIR previously and have the new AIR SDK installed now ?
    I have found that compiling the IPA with ADT from the command line is much better than compiling from the IDE and allows you to use the iOS5.1 SDK instead of iOS4.

Maybe you are looking for