Flash CS6 - Play MP3 In iOS Native Player?

Hello,
In my Flash CS6-based iPhone app, I'm trying to play an MP3 using the iPhone's native player, showing all the controls.  But, I cannot get it to play right in the iPhone's native player.
Problem 1: I'm playing the MP3 directly in a WebStageView window (see graphic), but there's no Play/Pause button.
Problem 2: I'm playing an HTML5 file (which launches the MP3) in a WebStageView window (see graphic), but the placement is wierd, and there's no audio scrubber.  Here's my HTML5 code:
<!DOCTYPE html>
<html>
<body topmargin="0" leftmargin="0">
<audio controls="controls"> 
  <source src="31_roundtable.mp3" /> 
</audio>
</body>
</html>
Does anyone have any solutions on how to play an MP3 using the iPhone's native player, showing all the controls?  Thank you.

Just bumping this thead.  If anyone from Adobe can reply, I'd greatly appreciate it.  Thank you.

Similar Messages

  • Flash CS6 crashes when compiling iOS app

    Hi there,
    I'm stumped. I built an app in Flash CS6. The app has 70 swfs in its asset folder. When I test on the desktop, all is good. Unfortunately, Flash crashes when I try to publish via Ad hoc deployment with AIR 3.2 (also 3.4). The weird thing I noticed was the app publishes fine if I only have 45 swfs in the folder. As soon as I go to 46 swfs...crash. I tested to see if it mattered which 46, but the results were the same...crash. None of the swfs have code – just images and some movieclips. I even tried to increase my disk space...still crashed. Any help would be greatly appreciated.
    If it will help, here is my crash report:
    Process:         Adobe Flash CS6 [1000]
    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 [221]
    Date/Time:       2013-05-23 15:18:48.658 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1837378 sec
    Crashes Since Last Report:           29
    Per-App Interval Since Last Report:  723103 sec
    Per-App Crashes Since Last Report:   29
    Anonymous UUID:                      7C99DDC5-2FF1-4A09-9890-4FE5F0A52A52
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  26
    Application Specific Information:
    __abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   com.apple.CoreFoundation                0x983162df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x983153c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x983151f1 CFRunLoopRunInMode + 97
    5   com.apple.AppKit                        0x95ae1b21 -[NSMoveHelper _doAnimation] + 1008
    6   com.apple.AppKit                        0x95adf3a2 -[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] + 1666
    7   com.apple.AppKit                        0x95adecf3 -[NSWindow(NSSheets) _orderFrontRelativeToWindow:] + 206
    8   com.apple.AppKit                        0x958fe6ea -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1320
    9   com.apple.AppKit                        0x95ad9ccb -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 773
    10  com.apple.AppKit                        0x95ad969e -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextIn fo:] + 826
    11  com.adobe.flash.cs6.air                 0x19703793 -[SettingsControllerMustard startPublishProgressBar] + 104
    12  com.adobe.flash.cs6.air                 0x197054d7 -[SettingsControllerMustard publishAirFile:] + 1450
    13  com.apple.AppKit                        0x95945a26 -[NSApplication sendAction:to:from:] + 112
    14  com.apple.AppKit                        0x95a25255 -[NSControl sendAction:to:] + 108
    15  com.apple.AppKit                        0x95a20d02 -[NSCell _sendActionFrom:] + 169
    16  com.apple.AppKit                        0x95a1fff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    17  com.apple.AppKit                        0x95a756ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    18  com.apple.AppKit                        0x95a1ea4f -[NSControl mouseDown:] + 812
    19  com.apple.AppKit                        0x95a1ca58 -[NSWindow sendEvent:] + 5549
    20  com.apple.AppKit                        0x95f91ad2 carbonAppWindowMouseHandler + 261
    21  com.apple.AppKit                        0x95f92ea8 carbonAppWindowHandler + 131
    22  com.apple.HIToolbox                     0x98af6c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    23  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    24  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    25  com.apple.HIToolbox                     0x98b2a34f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    26  com.apple.HIToolbox                     0x98af7080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    27  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    28  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    29  com.apple.HIToolbox                     0x98ca1c17 ToolboxEventDispatcher + 86
    30  com.apple.HIToolbox                     0x98ca1c52 HLTBEventDispatcher + 17
    31  com.apple.HIToolbox                     0x98ca2190 _RunAppModalLoop + 158
    32  com.apple.HIToolbox                     0x98ca25eb RunAppModalLoopForWindow + 194
    33  com.apple.AppKit                        0x95b802ba -[NSApplication _realDoModalLoop:peek:] + 961
    34  com.apple.AppKit                        0x95b7f945 -[NSApplication runModalForWindow:] + 273
    35  com.adobe.flash.cs6.air                 0x197117f8 -[AppControllerMustard showSettingsPanel:] + 199
    36  com.adobe.flash.cs6.air                 0x196f92e3 OpenSettingDialog + 604
    37  com.adobe.flash                         0x01099455 LStream::operator>>(unsigned long&) + 208937
    38  com.adobe.flash                         0x010931e9 LStream::operator>>(unsigned long&) + 183741
    39  com.adobe.flash                         0x01098dac LStream::operator>>(unsigned long&) + 207232
    40  com.adobe.flash                         0x01067af8 LStream::operator>>(unsigned long&) + 5836
    41  com.adobe.flash                         0x01067b73 LStream::operator>>(unsigned long&) + 5959
    42  com.adobe.flash                         0x006dfeb4 JSInterp::EvaluateScript(JSContext*, JSObject*, unsigned short const*, unsigned int, unsigned short const*, unsigned int, long*) + 293
    43  com.adobe.flash                         0x006dc1c0 std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 10170
    44  com.adobe.flash                         0x006df65e std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 23640
    45  com.adobe.flash                         0x00e4e374 FArray<CExportProfile*, FArrayLessThanFunction<CExportProfile*> >::Insert(int, CExportProfile*) + 2982
    46  com.adobe.flash                         0x0031f572 std::vector<CLibraryItemRef*, std::allocator<CLibraryItemRef*> >::vector(std::vector<CLibraryItemRef*, std::allocator<CLibraryItemRef*> > const&) + 21664
    47  com.adobe.flash                         0x009c0eff boost::function1<void, dvaui::controls::UI_ControlChangedMessage*>::operator()(dvaui::controls::UI_ControlChange dMessage*) const + 77
    48  com.adobe.flash                         0x00bc38a9 boost::function1<void, dvaui::ui::MessageT<dvaui::ui::UI_Node>*>::operator()(dvaui::ui::MessageT<dvaui::ui::UI_N ode>*) const + 77
    49  com.adobe.flash                         0x00bc38dd void dvaui::ui::SendMessagesT<dvacore::utility::SharedFunctions<boost::shared_ptr<boost::funct ion<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > >, dvaui::ui::MessageT<dvaui::ui::UI_Node> >(dvacore::utility::SharedFunctions<boost::shared_ptr<boost::function<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > > const&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 44
    50  com.adobe.dvaui.framework               0x09bac783 dvaui::controls::UI_Button::SendButtonChangedMessage(dvacore::utility::Flags<unsigned char>) + 83
    51  com.adobe.dvaui.framework               0x09bac838 dvaui::controls::UI_Button::PerformAction(bool, dvacore::utility::Flags<unsigned char>, bool) + 136
    52  com.adobe.dvaui.framework               0x09bb0c01 dvaui::controls::ButtonInputCapture::End() + 97
    53  com.adobe.dvaui.framework               0x09dea7dc dvaui::ui::InputCapture::InvokeEnd(bool) + 172
    54  com.adobe.dvaui.framework               0x09decf1e dvaui::ui::UI_NodeManager::EndInputCapture(bool) + 94
    55  com.adobe.dvaui.framework               0x09bb09b6 dvaui::controls::ButtonInputCapture::DoMouseEvent(dvaui::ui::MouseEvent const&) + 294
    56  com.adobe.dvaui.framework               0x09def8b1 dvaui::ui::UI_Node::UI_DispatchCapturedMouseEvent(dvaui::ui::MouseEvent const&) + 465
    57  com.adobe.dvaui.framework               0x09df1d35 dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 101
    58  com.adobe.dvaui.framework               0x09df1e3a dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 74
    59  com.adobe.dvaui.framework               0x09e74db5 dvaui::ui::OS_Window::UI_DispatchMouseEventFromOS(dvaui::ui::OS_Event*) + 2021
    60  com.adobe.dvaui.framework               0x09e70caf dvaui::ui::OS_Window::UI_DispatchEvent(dvaui::ui::OS_Event*) + 943
    61  com.adobe.dvaui.framework               0x09e6bc61 dvaui::ui::OS_Window::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 33
    62  com.adobe.dvaui.framework               0x09e6ec00 dvaui::ui::OS_Window::CallCarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 112
    63  com.adobe.dvaui.framework               0x09e75ce1 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*), boost::_bi::list3<boost::_bi::value<OpaqueEventHandlerCallRef*>, boost::_bi::value<OpaqueEventRef*>, boost::_bi::value<void*> > >, int>::invoke(boost::detail::function::function_buffer&) + 33
    64  com.adobe.dvacore.framework             0x0a3eacae dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::functio n0<int>) + 126
    65  com.adobe.dvaui.framework               0x09e6d0f7 dvaui::ui::OS_Window::CarbonEventHandlerProc(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 119
    66  com.apple.HIToolbox                     0x98af6c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    67  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    68  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    69  com.apple.HIToolbox                     0x98b2a34f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    70  com.apple.HIToolbox                     0x98af7080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    71  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    72  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    73  com.apple.HIToolbox                     0x98ca1c17 ToolboxEventDispatcher + 86
    74  com.apple.HIToolbox                     0x98ca1d4f RunApplicationEventLoop + 243
    75  com.adobe.flash                         0x00fcd77b CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 5271
    76  com.adobe.flash                         0x00fa619d CTimerImpl::~CTimerImpl() + 1293
    77  com.adobe.flash                         0x00fa6380 CTimerImpl::~CTimerImpl() + 1776
    78  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                       0x90cee382 kevent + 10
    1   libSystem.B.dylib                       0x90ceea9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90cedf59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90cedcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90ced781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x90ced5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90cf575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90cf73f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9021d21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x90208b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x90204533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                           0x069b0d99 0x6972000 + 257433
    8   ...ple.CoreServices.CarbonCore          0x901e854a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90cf575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90cf73f8 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                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   com.apple.CoreFoundation                0x983162df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x983153c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x983151f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x918a1224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x918684c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x91868474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90d050d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x90d24eab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x195fb733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x195fa846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x195f9988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x195f9a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x195f4baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x195f4ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x195f5685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x195f58f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x195f82a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x195f83fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x195f8c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x195f8db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x195eb656 Login + 461
    15  ServiceManager-Launcher.dylib           0x195ef09a Login + 15377
    16  ServiceManager-Launcher.dylib           0x195f9165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x195fb2eb Invoke + 46771
    18  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    19  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libSystem.B.dylib                       0x90d33c78 mach_msg_server + 520
    3   libjvm.dylib                            0x23c0fcd0 jio_snprintf + 45191
    4   libjvm.dylib                            0x23c0fb57 jio_snprintf + 44814
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 7:  Java: VM Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23c2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x23c0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x23ca6eb6 JVM_Lseek + 200687
    8   libjvm.dylib                            0x23ca6b5f JVM_Lseek + 199832
    9   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 8:  Java: Reference Handler
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d001374 0 + 1560286068
    12  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    13  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    14  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    15  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    16  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    17  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    18  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    19  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    20  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    21  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 9:  Java: Finalizer
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d2a0f40 0 + 1563037504
    10  ???                                     0x5d001374 0 + 1560286068
    11  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    12  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    13  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    14  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    15  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    16  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    17  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    18  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    19  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    20  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 10:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x90cc7b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x23cc6b16 JVM_IsPrimitiveClass + 5546
    2   libjvm.dylib                            0x23cc64f4 JVM_IsPrimitiveClass + 3976
    3   libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    4   libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 11:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23c0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x23cce3ca JVM_Write + 426
    8   libjvm.dylib                            0x23cc7cec JVM_IsPrimitiveClass + 10112
    9   libjvm.dylib                            0x23cc7a96 JVM_IsPrimitiveClass + 9514
    10  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    11  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    12  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    13  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    14  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 12:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23c0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x23cc89d4 JVM_IsPrimitiveClass + 13416
    8   libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    9   libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    10  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    12  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 13:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23c2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x23ccb479 JVM_IsPrimitiveClass + 24333
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 14:  Java: FelixDispatchQueue
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d003e31 0 + 1560297009
    12  ???                                     0x5d003e31 0 + 1560297009
    13  ???                                     0x5d00430d 0 + 1560298253
    14  ???                                     0x5d001374 0 + 1560286068
    15  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    16  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    17  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    18  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    19  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    20  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    21  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    22  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    23  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    24  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 15:  Java: FelixStartLevel
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 16:  Java: FelixPackageAdmin
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 17:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23eb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x23ef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x5d00b9d9 0 + 1560328665
    6   ???                                     0x5d003e31 0 + 1560297009
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d004473 0 + 1560298611
    10  ???                                     0x5d003f97 0 + 1560297367
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 18:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23eb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x23ef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x5d00b9d9 0 + 1560328665
    6   ???                                     0x5d003e31 0 + 1560297009
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d004473 0 + 1560298611
    10  ???                                     0x5d003f97 0 + 1560297367
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90d219c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge                0x198d493b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge                0x198d0799 ScObjects::BridgeTalkThread::run() + 185
    4   com.adobe.flash.flbridge                0x198d4ca8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    6   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x90cc7b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x90d3e05f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x1a29f11f 0x19e4f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x19e6925f 0x19e4f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x90cc7b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x90d3e05f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x1a29f11f 0x19e4f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x19e6925f 0x19e4f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 22:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90ce6ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x98355c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    3   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 23:  Java: Thread-4
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23d42eb1 JVM_MonitorNotify + 916
    4   libjvm.dylib                            0x23d463d1 JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x1b28fa68 JVM_Sleep + 72
    6   ???                                     0x5d00b9d9 0 + 1560328665
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d001374 0 + 1560286068
    10  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    11  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    12  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    13  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    14  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    15  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    16  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    17  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    18  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    19  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x90cc7b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90d245a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x1a29f0e7 0x19e4f000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x1a02f9de 0x19e4f000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x90ced412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90ced9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90ced5c6 start_wqthread + 30
    Thread 26 Crashed:
    0   libSystem.B.dylib                       0x90d350ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x90d34fd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x90daffb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x90dd1685 __abort + 136
    4   libSystem.B.dylib                       0x90dc5d22 __chk_fail + 118
    5   libSystem.B.dylib                       0x90d24fe0 __strcat_chk + 41
    6   com.adobe.flash.cs6.air                 0x197146a8 CreateAIRFile + 9009
    7   com.adobe.flash.cs6.air                 0x19704eee -[SettingsControllerMustard generateFileThd] + 88
    8   com.apple.Foundation                    0x918684c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x91868474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 26 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x90d34f39  ecx: 0xb04b357c  edx: 0x90d350ee
      edi: 0x20929b50  esi: 0xb04b35d8  ebp: 0xb04b35b8  esp: 0xb04b357c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x90d350ee   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x1dab1000
    Binary Images:
        0x1000 -  0x1b82fff +com.adobe.flash 12.0.2.529 (12.0.2) <05566898-067F-CC57-6272-EF851BBF7BDD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    0x272b000 -  0x28bffff +com.adobe.PlugPlug 3.0.0.383 (3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x2967000 -  0x2a4ffe3 +com.adobe.AXEDOMCore AdobeAXEDOMCore 3.7.101.18636 (3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x2ae0000 -  0x2b7efe3 +libicucnv.40.0.dylib 40.0.0 (compatibility 40.0.0) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x2ba0000 -  0x2cd5fe7 +libicui18n.40.0.dylib 40.0.0 (compatibility 40.0.0) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x2d49000 -  0x2e3afef +libicuuc.40.0.dylib 40.0.0 (compatibility 40.0.0) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x2e77000 -  0x3bbcff7 +libicudata.40.0.dylib 40.0.0 (compatibility 40.0.0) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x3bcf000 -  0x3bdaff7 +libChar16.dylib ??? (???) <5E278E11-8234-CB11-AAC9-090FBD037DB7> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/libChar16.dylib
    0x3be3000 -  0x3c05fff +libCoreTypes.dylib ??? (???) <5799BD8C-B334-518F-3F6F-EAA503B43831> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x3c1d000 -  0x3e4bfff  com.apple.carbonframeworktemplate 1.0 (1.0) <9F3FE9F2-8834-4654-C0D0-F4F356E6A906> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x4102000 -  0x4106ff7  com.apple.JavaVM 13.9.5 (13.9.5) <ABFD54D4-8E4E-BBD1-DE88-DE62E56FD383> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x410e000 -  0x5778fff +com.adobe.AILib AILib version 16.0.0 (16.0.0.646) <317A871E-E0A5-8C5E-B60F-7448ADEBEDBD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x67f1000 -  0x684cfff +com.adobe.aiport aiport version 16.0.0 (16.0.0.646) <59612576-B2F2-BF25-B09D-6120A3B1462C> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
    0x688c000 -  0x68ecfff +com.adobe.filterport filterport version 16.0.0 (16.0.0.646) <AF193FFA-F555-2379-81B3-7DA07698E466> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
    0x6937000 -  0x6937ffb +com.adobe.SPBasic SPBasic version 16.0.0 (16.0.0.646) <936C3F3E-8DDD-50EC-D247-C1F242633914> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x693c000 -  0x6958ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x6972000 -  0x6aeeff3 +com.adobe.ACE AdobeACE 2.19.18.19822 (2.19.18.19822) <2EC89B0E-6B51-4F7F-314A-FB6E18BFC36D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x6afd000 -  0x7098fef +com.adobe.AGM AdobeAGM 4.26.20.19822 (4.26.20.19822) <F394945E-943B-B99F-9B45-07E96C293C05> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7108000 -  0x7142fef +com.adobe.ARE AdobeARE 1.5.02.19822 (1.5.02.19822) <2A3CBF43-F63E-B5B6-19EA-A2C392CA92F4> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x7148000 -  0x7163fff +com.adobe.BIB AdobeBIB 1.2.02.19822 (1.2.02.19822) <CD35337B-CA58-50D9-5AAE-74E720CCE415> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7169000 -  0x718ffff +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) <606DA5E0-CCB3-90B2-3971-A48349DA046A> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x7195000 -  0x74bcffb +com.adobe.CoolType AdobeCoolType 5.10.31.19822 (5.10.31.19822) <A5344CC0-BD71-A071-A001-EDB3A28B9A8D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x74f4000 -  0x78effe7 +com.adobe.MPS AdobeMPS 5.8.0.19673 (5.8.0.19673) <D65ABA15-80D2-3F1C-2500-EEF873019149> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x794c000 -  0x7a50fef +com.adobe.PDFPort AdobePDFPort 2.1.0.19734 (2.1.0.19734) <71232DFD-06FB-837B-8246-BD20F862B5E3> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x7a69000 -  0x8261ffb +com.adobe.PDFL PROD_MAJOR.PROD_MINOR.PROD_STEP (10.0.1.18562) <F24575DF-1B4D-B13E-1525-3C7F5CB88B3E> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x82ec000 -  0x8314feb +com.adobe.AXE8SharedExpat AdobeAXE8SharedExpat 3.7.101.18636 (3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x8333000 -  0x835bff3 +com.adobe.AXE16SharedExpat AdobeAXE16SharedExpat 3.7.101.18636 (3.7.101.18636) <AD333DEF-C5AC-1F75-0486-DF86F89433CD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16SharedEx pat
    0x837a000 -  0x83d6fef +com.adobe.AdobeXMPCore Adobe XMP Core 5.3 -c 11 (66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x83df000 -  0x8457fe3 +com.adobe.FileInfo.framework Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 (66.145433) <EF13921E-1CC6-2891-0EEC-D8D8C68D5D87> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x8466000 -  0x8645ffb +com.adobe.owl AdobeOwl version 4.0.93 (4.0.93) <D102FCD2-496D-5322-AEC0-7A5091CAA2CA> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x8672000 -  0x971eff3 +com.adobe.psl AdobePSL 13.0.0.19655 (13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x9897000 -  0x9ac1ffb +com.adobe.linguistic.LinguisticManager 6.0.0 (17018) <DE928A0E-AE8F-4FB7-6B6C-C52E4FD366A1> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x9b33000 -  0x9b36ffb +com.adobe.AdobeCrashReporter 6.0 (6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x9b3e000 -  0x9f71ffb +com.adobe.dvaui.framework 5.0.0 (5.0.0.0) <EAD7D965-79BB-EA89-AB42-692578840BA8> /Applications/Adobe Flash CS6/

    It's been my experience that Flash doesn't much like a few things in particular. One is large vector files with a lot of points; in other words stuff brought in from Illustrator or trace bitmapped from within the program so you might try reducing the amount of points in your art if you'r working with imported art. Flash seems to work best when all art has been created within the program. If you've converted it to vector via the Trace Bitmap or Illustrator's Live Trace it doesn't like that either. It also tends to bog down with high resolution bitmaps, especially with many layers (which greatly add to the file size) so you might try to flatten some of the art to make it more managable. In general, maybe see if you can reduce whatever file sizes you can in your project before you import them. I typically have some pretty big libraries and Flash doesn't crash so much for me so changing your workflow a bit might be useful. IF it's code that's crashing the render, that I can't help you with, but there's some pretty knowledgable people on this board who might be able to help in that regard.

  • Detecting when the iOS native player is closed using StageWebView

    I'm currently building an app that's using StageWebView to launch a live stream. I'm wondering if there's a way to detect if the user clicks done so I can dispose of the WebView.
    I don't think it's too much of a big deal since it's currently 0,0 in Dim but resource wise I'm wondering if it's the best thing to have running awaiting a video link.

    So it doesn't look like this is really possible. Short term we found that the LocationChange event fires after the Done button hit so we'll be using that as a short term solution before we build out an ANE.
    For anyone else reading this and happens to run into the issue of the Video relaunching if you close the native player while loading. We found listening for LocationChange and calling .stop() helps prevent this from happening.

  • Flash Cs6 Importing Mp3 problems

    I am trying to complete an assignment for Interactive Authoring, and I am not able to import any form of music files on Adobe Flash Pro Cs6. I am running windows 8 x64. I have the lastest version of iTunes, Flash Player, and Quicktime. However, nothing seems to be working. Can someone please help me?

    Please someone help me. :'(

  • Can't play mp3 with N95 music player...

    Hi, I've got Nokia N95 and when I copy my mp3 songs from pc I cant listen them in music player and I can find that songs just when I changing my ringtone... but when I get mp3 via bluetooth then I can listen in music player also I can listen song if it a .dcf file... Maybe someone can tell me where is the problem and how can I solve it?

    Thanks man I got this phone just for few days first time Nokia like that now I'm feel so stupid

  • Using the native iOS video player?

    I would like to learn more about using the iOS native video player in my Adobe Air app.
    I understand that you can launch the native iOS video player by using StageWebView.
    What are some of the limitations of using the native IOS player with this method?
    Can I not limit the user's control of the playback controls so the user cannot fastforward thru an ad video?
    Once the video is done, can I auto start to a new video?
    When the user clicks the DONE/BACK button, can I close the StageWebView?
    Are there other ways to launch the iOS native player instead of using StageWebView?
    Is anyone creating a Native Extension for the iOS native video player?
    If you were to create an app using native iOS code instead of Adobe AIR, what can you do with the native player that you can't control using Adobe Air?
    thanks!
    Jack

    Hi, Jack:
    My answers are based on what I have done:
    other than stageWebView, you can load native player from native UIWebview, and probably (I guess) directly open a video players.
    If you do it from UIWebview, you can have the full access control of the video player, and interaction between Flex and Objective-c is also supported.
    Regarding what we can do with the native player, I say we can do anything we want if it's loaded on the UIWebview.
    Let's say 'pause', you can make your native player to be paused in the flex code, besides directly click the pause button. The simple workflow is:
    Mapping 'pause' function to a objective-c function which triggers the native videoplayer pause function. One situation would be that you have HTML5 page only contains a video player, and java script functions to control the video (player pause, fullscreen etc).
    Therefore, you can just call those javascript functions from objective-c.
    You can also get information back from objective-c. Let's say you wanna do something after the video is finished, so the objective-c call javascript to listen end info of the video. then objective-c pass this information back to flex as an event. The Flex side catches this event and maps this event into Flex event for your use.
    If there is a way to direcly invoke native player, those steps above will be much simpler, but I haven't tried. I am sure someone is doing that, hopefully they can answer you here.
    Regards,
    Matthew

  • Flash CS6 professional iOS Player Settings will not open.

    Please Help.
    I am unable to open the Player Settings pane for iOS.
    I can get to the Player Settings for Android and everything else, but if I try to open player settings for iOS, at first nothing happens and then after a while Flash IDE crashes.
    It was working at one point yesterday. I was resolving an issue I had related to provisioning profiles. And then all of a sudden I am unable to get to this panel.
    I have run uninstall, and CC cleaner and removed all things Adobe from my machine and did a fresh reinstall of Creative Suite 6 Design and Web Premium.
    I started a brand new project and still, no Player Settings pane for iOS.
    Please Help!

    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    VM Regions Near 0x8:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
        __TEXT                 0000000000001000-0000000001b83000 [ 27.5M] r-x/rwx SM=COW  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000095d1f907
    Java VM: Java HotSpot(TM) Client VM (20.65-b04-466.1 mixed mode macosx-x86)
    Current thread (000000002b98e400):  JavaThread "main" [_thread_in_native, id=-1604730456, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]

  • Flash CS6 will try to run in a native iOS Simulator

    Hello
    I CCT users.
    Flash CS6(ver 12.0.2.529) will try to run in a native iOS Simulator
    But it does not run.
    I specify the path below, but this should not be running.
    Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/App lications/IOS Simulator.app
    The OSX version is 10.7.5.

    uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Flash CS6: AIR for iOS Video on iPhone4 vs. iPhone5?

    Hello,
    In my Flash CS6-based iPhone app, I'm trying to play an MP4 video using the iPhone's native player, showing all the controls.
    Problem: I'm using an HTML5 file to play the MP4 in a WebStageView window (see graphic).  On the iPhone 4, you just tap the screen once, and the video starts playing (this works correctly).  On the iPhone 5, you must tap the screen 3 times!  (HTML code below)
    <!DOCTYPE html>
    <html>
    <body topmargin="0" leftmargin="0">
    <video src="31_intro.mp4" controls width="1024" height="768">
    </video>
    </body>
    </html>
    Does anyone have any answers as to why the iPhone 4 requires one tap to play the video, but the iPhone 5 requires 3 taps to play the video?  Thank you.

    Just bumping this thead.  If anyone from Adobe can reply, I'd greatly appreciate it.  Thank you.

  • IOS Music Player MP3 Gapless Playback Problem

    Hi,
    I've been having this gapless playback issue on iOS now for the past few years, since at least iOS 6 if I can remember correctly. The number one reason I use an iPhone and iOS devices is for gapless playback in the iOS music player. For the last few years I've  been experiencing a bug with the stock iOS music player on my iPhone 4S using iOS 6 and on my iPhone 5 using iOS 6 & 7, and currently on my new iPhone 6 running iOS 8.1.2. This only happens on my iPhones and using iOS, this bug is not found when I use my iPod classic or when playing the same albums through iTunes.
    I thought it might have been spotted by other iOS users and fixed in iOS 7.1 or at least the current version of iOS 8, but instead it's gotten worse, albums that used to play smoothly between transitions now suddenly pause and jump for a split second when changing from track to track.
    What's happening is, I listen to a lot of albums that are continuously DJ mixed and play straight through without any pauses between tracks, and I've been experiencing problems a lot now with random split second pauses between tracks and choppy transitions. These albums in question have been ripped from cd using the latest versions of iTunes.
    For example,
    I'd be listening to an album and it would play gapless and smooth for most of the album, but maybe one or two transitions on the album would have a split second pause between them, and the rest of the album would play perfectly with no pauses, skips or jumps at all.
    This only happens on my iPhone, as I have a 160gb iPod classic and I've listened to all the same albums on it and never has a problem playing the album without any pauses, every album plays 100% smooth and gapless on it.
    I mailed Apple about it through their feedback page on their site... https://www.apple.com/feedback/iphone.html
    Hoping that they would take note of this and try and look into it and fix the issue. That was probably about a year ago now, never got fixed or got any confirmation back from them about this problem. Then last August, I'd had enough and contacted Apple support to notify them about this issue. They told me the usual story, "have you tried restoring the phone?", which I obliged and did. The problem was there on a freshly restored iPhone 5.
    So they told me that they would put me in touch with someone higher in Apple to take the case further, "great" I thought.
    I spoke with a senior care advisor and explained the problem and agreed to send detailed explanations of the issue and test files too so that they could hopefully hear what I was talking about. But after a few weeks of going back and forward, I finally got them to hear the issue with the random pauses, the first week they denied there was a problem and said the files played ok on their test iOS devices, so I myself tried the files on another iOS device and the same problem was there.
    The last correspondence I had with the Apple care advisor was back in the end of August / start of  September, and she told me that they spotted the issue and was told by the tech's that it would be fixed in a future update, I never got a when this would happen, I was just told to make sure my iOS device was up to date with the latest version of iOS. I couldn't speak to an actual technician, got no follow up support, just a vague "We'll look into it." Case Closed.
    I got so sick of this problem that I sold my iPhone and iPad just after this last phone call with the Apple people, and switched over to Android. I'd being reading up on gapless playback music players and found out that there's a good few available for Android devices. I got myself a Sony Xperia Z3 Compact, twice as powerful as the iPhone 6 and half the price. I was using that for the last few months, and playing my music through Neutron Music Player app which is a great music player which plays gapless 100%
    But I couldn't really take to Android OS, seeing as I've been using Apple products for around 10 years now and iOS since the iPhone 3G. So I decided to contact Apple again and see if they'd fixed the music player issue in iOS yet.
    I wrote a long email explaining the problem, how it wasn't really looked at properly, and how I was a long time Apple customer and had to resort to switching over to Android because the basic music player functions on iOS devices have bugs. I took a chance in mailing this to Tim Cook's offices, I knew he wouldn't reply personally, just thought that it might get read by someone in his offices with a bit more say in the matter.
    Just before Xmas, I got a call from someone from executive relations from my local Apple offices about this. He seemed nice and was aware of the problem from reading back through my emails and previous case notes from August when I opened this case originally.
    We had a talk and he said he would get one of the tech's to call me too about this so that I could explain the bugs to someone more knowledgeable about iOS.
    A few days later I received a call from one of the tech's at Apple and was chatting to him, explaining the problem. His response was that he thinks Apple doesn't support gapless playback on current iOS devices. From looking at the gapless playback information page on the Apple support site below, it looks like it hasn't been updated to show any iPhone models after the iPhone 3GS... http://support.apple.com/en-ie/HT201644
    I was trying to explain to him how ridiculous this sounded, why would Apple stop supporting basic functions on their music player on iOS devices? It makes no sense at all? You can see that the amount of hardware devices and software that supports gapless playback today... http://en.wikipedia.org/wiki/Gapless_playback#Player_support
    He couldn't explain either, he just said that because it's not listed there on the Apple support page.
    Then the next day I got the follow up call from the Apple executive relations guy, he was stating that he was speaking to the tech guy that called me and it looks like Apple doesn't support gapless playback anymore, from looking at the documentation on site.
    I told him how stupid this was, and how lots of music players have gapless playback as standard today. And if they don't support it now, then why does it play through some parts of the albums on iOS ok and then just randomly pause, or have jumpy / choppy transitions on the rest of the album. If it was the case, no albums would play gaplessly at all, it would be like when the first ever iPod's were released back in the day with no gapless playback and would pause for a split second between every transition.
    He couldn't give me an answer and said that maybe down the line they would start supporting it again, and that I should request the feature to be added to future iOS versions via the iPhone feedback page... https://www.apple.com/feedback/iphone.html
    He just kept on emphasising that it was "NOT A BUG OR ISSUE", trying to cover up the problem because the info on the site wasn't updated to show the current iOS devices. Which in itself is wrong, looking at the page it says "Supported iPod and iPhone models (make sure you have the latest iPod or iPhone software)"
    iPhone, iPhone 3G, iPhone 3GS only go up to iOS 6, so that contradicts itself when the latest version is iOS 8.
    The info is out of date and needs to be updated. So in August I was told, "we found the issue and will look into it" and a few months later, "it's not an issue", what's a cop out.
    I was annoyed and taken back by this response, and really found it hard to believe that this was the case, Apple stopping supporting their music player on iOS devices. Seeing as iTunes plays everything smoothly and no gapless issues. I just went out and bought an iPhone 6 for €900 / $1060, and for that money you'd expect it's basic music player to work. It's total BS to think that a top computer software / hardware company would just decide to abandon basic functions in their devices, especially when we are talking about how much Apple takes pride in their products and how much more they charge for them over their competitors.
    So this is my next step to try and get this problem seen and out in the open more. The more people who know about it and are aware of the issue, the better.
    Hopefully more people can get the word around and get this noticed by Apple and finally fixed.
    I've uploaded some test files below to show the problem. The files are mp3's and aac, and have been ripped from cd using the latest version of iTunes. The mp3's are the ones with the issue, but the aac play with no problem. If you listen to the transition at the end of track 2 (2-02 Colours (JH Re-Edit)) going into the start of track 3 (2-03 Your Body), you will notice the split second pause / jump. But listen to the aac version and compare it to the mp3 version and you will hear that it plays back fine, just as it's supposed to. Try them in iTunes too and both versions playback fine, no jumps or pauses.
    You can download them here, all links have the same files, I just uploaded them to different hosts for other people's choosing...
    http://s000.tinyupload.com/index.php?file_id=86512332626247919914
    https://www.mediafire.com/?w5wvi50er96b14s
    http://www42.zippyshare.com/v/37047710/file.html
    https://www.sendspace.com/file/lubcmc
    More files can be provided if needed to show the problem happening on various other albums.
    I really hope that people can spot this issue too and help get this fixed, I know this gapless playback feature might not be important to some people, but like I said at the start, it's an essential function for me in a music player and I use it on a daily basis when I listen to music.
    Thanks for reading this long rant of mine, appreciate it.
    Ger

    I believe this issue occurs only between songs that iTunes has converted to a lower bitrate for you during transfer to your iOS device and songs that it has not done this for. Take this Between the Buried and Me album, for instance. I have marked all of the transitions that should have been gapless but probably aren't in red. I know for sure that most of these marked transitions are indeed broken and that the most of the transitions not marked in red work flawlessly... I honestly can't remember whether or not some of these transitions were gapless or not, but the many transitions I do remember working or not working match up exactly with whether or not the songs on either side of the transition were also on other sides of the 256kbps threshold, the threshold at which I enabled iTunes to convert tracks to 256kbps AAC.
    I'm going to try re-sync'ing my library with that "feature" disabled and see if it fixes my gapless playback problem. Will post the results once I test it out.

  • Flash CS6 cant open play SWF files without importing and destroying them, how can I get around this?

    Flash CS6 can't open play SWF files without importing and destroying them, how can I get around this?
    I'm just trying to preview an swf file in flash like I have with all previous versions.

    What if my SWF loads external content from an online server?
    Not only does the current flash player prohibit such activity, it doesn't even pop open an error anymore saying there was an error connecting to an online source.
    Normally, I would simply drag the SWF into Flash and all connections would go through.  I could see traces, errors, and experience no issues.
    Now I can't even do that.  So what then?  You have crippled a fundamental use of the program, but THANK GOD we have that deco brush that nobody asked for.
    And for the record, the nature of my work benefits from not necessarily allowing the Flash Player to connect to online content.  The error it pops up?  That's simply another method of error checking that I require.  Updating the Flash Player options is not an option.
    Why would you even remove this key feature from Flash anyways?  It's been there for years ... has the ratio of people importing SWFs (a rather useless gesture in an increasing OOP world) really outweighed the people using Flash as a testing environment that much?

  • Flash CS6 does not publish for iOS with ANE included

    Hi,
    I'm creating a game to run on iOS devices and one of the game requirement is for the device to vibrate on some action.
    I added the Vibration.ane file (http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html) into the library path in Flash CS6 and also added the extension ID to the XML file. However when I publish the Flash file to check on device, I only keep seeing the "Publishing" loader bar. I've even waited for over 15 mins for it to complete. I get no error, nor does the PC hang, but I can't seem to publish my .app file for device testing.
    Also I assume we can't test Vibration functionality with the Simulator that opens during desktop testing. I get the error "The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86."
    Would appreciate help.
    Thanks,
    Mariam

    IPA is ok at the CS6 flash' standard 3.2 export, just tried the new AIR 3.3 also - no problems. I just included the Gyro ANE file, not the SWC
    However, because the adl still does not want to preview this thing, development/testing the Gyro stuff is difficult...
    I discovered the accelerometer is something different however. Adobe's little remote control thingy on which you can simulate phone position and multitouch emulates the accelerometer, not the Gyro. The Gyro extension taps in to a piece of hardware which really displays the position of the device, not the movement it's been receiving.
    Maybe obvious but I thought I'd post this little find, after a day of testing and exporting, syncing, ... this was a tiresome experience...
    After all this I can advise to sync the .ipa's with xcode though, instead of iTunes. This works MUCH faster (if you're on mac). Just run xcode, pull up the 'organizer window', select your device and go to the subbranch ' applications'. There you can add the .ipa by clicking on the '+' button

  • Testing Unsupported Native Extensions in Flash CS6

    I'm currently working on an iOS application using Flash CS6 Pro targeting the AIR 3.3.0.3560 SDK. In order to compile using the iOS 5.1 SDK (to support retina displays) from Flash CS6 it's necessary to add in a native extension in order to specify the iOS SDK location.
    I've add the 'Vibration' native extension (com.adobe.extensions.Vibration.ane) library to my project, and of course supplied the full path to the iOS SDK. Publishing to the device works just fine, but an issue has crept into my everyday workflow as I can no longer test using ADL as I always get the following error via the output window:
    "Test Movie terminated.
    The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for MacOS-x86."
    Any ideas how to go about testing apps/movies that use Native Extensions locally using ADL?
    Is it a matter of having to create another target for 'MacOS-x86' (or Windows) which is simply used for local testing purposes?
    BTW - ideally it would be possible to compile from Flash CS6 using the iOS SDK without having to specify a native extension (if one isn't required), but in the meantime this appears to be a necessary evil.

    Hi,
    Its probably because the number of warnings in your application is very high and its a known issue that packaging fails in Flash Pro/Flash Builder, if the number of warnings is high.
    You may want to suppress the warnings using -w in the platform.xml file and repackage your ANE using the -platformoptions switch. Then, you will be able to package your app in Flash Pro.
    If that’s not possible, you may just package your application on command line.
    Hope that solves your problem.
    Neha

  • Debug Air iOS app on device with Flash CS6?

    Hi,
    Is it possible to debug an Air iOS app on device to get all the trace() messages?
    I'm using Flash CS6 with the AIR SDK 16.
    Thanks

    Go to publish settings:
    - Select Quick publishing for device debugging and select your LAN/WIFI adapter IP from the list
    - Install IPA to your device
    - In Flash CS6 go to Debug panel -> Begin Remote Debug Session > ActionScript 3.0
    You will see:
    Waiting for Player to connect...
    in the output panel
    Now launch your application on your device. Be sure that you in the same WiFi network with your desktop. If Flash CS6 can't connect to the device and still waiting for it - try to disable firewall.

  • Publishing air apps with native extension with Flash CS6 on Windows

    Hi all,
    is there any trick to publish air apps with Flash CS6 on Windows?
    I tried all native extensions from devnet, but nothing work to me.
    I read on Mac is possibility to specify the iOS SDK folder in publish
    settings, but on Windows it´s missing. 
    Is there anybody who has some experiences with publishing apps
    with native extensions for iOS and Android with windows Flash CS6?
    Thanks for all advices.

    I sympathize. I recently found a native alert for iOS and Android that's working with Flash CS6 on Windows with AIR 3.2.0.2070 but not AIR 3.2.0.2060. You can get the ANE here:
    http://www.jampot.ie/ane/
    Haven't tried the other ones. Let us know if you decide to try them.
    The sample code they have on the page doesn't work with the native alert. Here's the code I created - it's a document class for a .fla that has one dynamic TextField and one Button component on the stage :
    http://pastebin.com/DsxR9nJ4

Maybe you are looking for