PHP AND ACTION SCRIPT

Hello Experts,
  I am trying to make communication between FMS server and PHP (Linux server). As I am working on a video recording application I want to move the recorded video file from the FMS server to my PHP (Linux server). I am trying to connect to FMS server using rtmp path through PHP script but unable to establish connection.

Ben,
At the end of the 29:43 minute Part One video, starting at 28:28 minutes,
he says, "If you are watching this on YouTube there will be a link to click
in the subscription box and it will take you to a web page where you will
be able to download the PHP Java script and form validation processing
scripts you will need to complete Part Two of this tutorial."
So I did all that but could not find the Contact Form Validation download
link! The tutorial is using Dreamweaver CS5 so do you think Adobe deleted
the Contact Form Validation file because it is no longer needed with CS6?
I will see how far I get in Part Two, but let me know if you know what I
should do.
Thank you,
Rick

Similar Messages

  • Using Flach CS4 and action script 2.0 how do I advance to a specific frame of the main timeline when a movie clip instance come to the end of its timeline?

    Using Flach CS4 and action script 2.0 how do I advance to a specific frame of the main timeline when a movie clip instance come to the end of its timeline?

    code on the last frame of your movieclip instance:
    _root.gotoAndStop('whatever_frame');  // will work unless this swf is loaded into another swf.  in that situation, you should use a relative path to the main timeline (eg,  _parent or _parent._parent etc).

  • Flex with any ORM - Writing Model classes and action scripts redundant?

    Hi,
    I am using Hibernate with Flex. I have all my model classes
    as POJOs. Now if i have to access these POJOs directly from flex, I
    need to write action script reference classes for all my POJO model
    classes. Since mapping POJOs with action script reference classes
    is so mechanical, i am wondering if there is any tool to read all
    the properties from the POJO's and convert them to action script
    reference classes automatically. Is there any way that this can be
    automated?
    Thanks in advance.
    Chandu.

    If you use Granite Data Services, there's something called
    "gas3" (I think is the name). You may be able to use it even if you
    don't use Granite.
    I didn't care for learning how to use it (plus it uses
    Groovy, more needless stuff to learn I guess), so I can't say how
    well it works. I just wanted a simple custom ant task that
    generates ActionScript classes for my Java classes. So I ended up
    making my own. It's definitely not trivial but it's not that hard
    if you're very good with Java and reflection.

  • Buttons and Action script 3

    I have purchased Flash CS3 and have created a small
    animation. I would like the user to press the button in order for
    the animation to play. With the previouse version of flash I would
    drag the button onto the stage open the action script window and
    start entering the script e.g. on(release){gotoandPlay(5);}
    However with the new version I cannot write scripts for the
    buttons.... I am confused or am I missing something? Please help me
    out.

    you're missing actionscript3. and if you don't care to learn
    and use it, just use the actionscript2 publish settings and use
    actionscript2 coding in your projects.

  • Help with Web Service and Action Script

    Hi! I have a Web Service to which I should pass multiple
    parameters. I would like to implement it completely in Action
    Script for studing. What's happening is that in the call I pass 3
    parameters and the soap message created is repeating the first
    parameter. Let me explain better:
    Here is the declaration of the webService:
    quote:
    <mx:WebService
    id="ws"
    wsdl="
    http://127.0.0.1:8080/WS1/pessoaService/pessoa.wsdl">
    <mx:operation name="PesquisarPessoa">
    <mx:request>
    <PesquisarPessoaRequest>
    <id>{fieldId0.text}</id>
    <nome>{fieldNome0.text}</nome>
    <endereco>{fieldEndereco0.text}</endereco>
    </PesquisarPessoaRequest>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    Here is my action script which invokes the PesquisarPessoa
    operation:
    quote:
    private function exibirAlterarRegistro():void {
    ws.PesquisarPessoa(fieldId0.text, fieldNome0.text,
    fieldEndereco0.text);
    Here is the message catched by the web service (It repeats
    the first parameter):
    quote:
    <SOAP-ENV:Body>
    <schema:PesquisarPessoaRequest xmlns:schema="
    http://www.example.org/Pessoa">
    <schema:id>3</schema:id>
    <schema:nome>3</schema:nome>
    <schema:endereco>3</schema:endereco>
    </schema:PesquisarPessoaRequest>
    </SOAP-ENV:Body>
    Thanks!

    check the names of parameters published to the wsdl
    file.

  • Buttons and Action Script 3 in Flash CS4

    Hi, I am new to Flash. I am working on creating a photo gallery and I am having an issue trying to figure out how to add AS3 code to link buttons to a point in a timeline.  I have 5 buttons each with an alpha transparency change that works fine and now I want to establish an action on each button that on CLICK will bring up a particular photo in my timeline. Help!  Thanks

    I can't tell you what is involved with bringing up a photo on your timeline, but to code a button to do something, first you assign it an instance name via the properties panel.  Let's say you name it btn1.
    Then, normally in layer dedicated to actionscript, in the same frame as that button you assign an event listener and an event handler to go with it...
    function btn1Handler(evt:MouseEvent):void {
         gotoAndStop("framelabel"); // or frame number
    btn1.addEventListener(MouseEvent.CLICK, btn1Handler);
    For that example it shows how to have the button make things move to a different frame in the timeline.

  • Developing ios/android game using flash and action script

    I'm completely new to this, I have done a bit of research about using flash to create ios/android apps, but one thing really confuses me is,
    should I create my game in flash lite or in air? I know swf format will not be supported, so i will leave that one out...
    If using air format you need to install the air application in your iphone or andriod devices before the game can be played?
    Is it possible not to use air for apps development using flash?
    Since it is somehow non-user friendly as users were prompt to download and extra application before any game can be played...
    thanks for the help in advance...

    You want to use AIR not FlashLite - for iOS the end user doesn't need to install the AIR runtime, on Android they will however. But it's painless...
    You don't need AIR for apps in Flash, but you do need to publish using AIR if going to iOS or Android.
    Be sure to get AIR 2.7 and copy it over 2.6 - CS 5.5 installs with 2.6 which runs much slower on iOS, than does 2.7

  • Need a click and drag script for multiple layers.

    Hi. I'm realitivly new to Flash and Action Script.
    For a Majour project school asignment i am trying to create an interactive map for a hypothetical theme park, and i'll cut to the chase, i need a script that allows the player to drag the content of two or three layers around the screen upon mouse click, similar to this example:\
    http://www.dreamworld.com.au/content/drw_2008_shopping.asp?name=ParkMap
    I will have a layer for buttons (probably called Buttons) and a layer for the map graphic (Probably called Map), similar to this tutorial:
    http://www.republicofcode.com/tutorials/flash/interactive_map/
    If anyone could produce, or has a script lying around that could do this; i would really apreciate it.
    This assignment has a large impact on my UAI (universities admission index).
    Thanks for your time,
    Pat

    Thanks for your help. I really appreciate it.
    The problem is; this is the script i am using to make the map interactive:
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    var cities:Array = ["muscat", "sohar", "dubai","abu_dhabi"]
    function mover (targetX, targetY){
    currentX = marker_mc._x;
    currentY = marker_mc._y;
    var xTween:Tween = new Tween(marker_mc, "_x", Strong.easeOut, currentX, targetX, .5, true);
    var yTween:Tween = new Tween(marker_mc, "_y", Back.easeOut, currentY, targetY, 1.5, true);
    for (var i = 0; i<cities.length; i++){
    var my_btn = this[cities[i]+"_btn"];
    my_btn.myCity = cities[i];
    my_btn.onRollOver = function() {
    mover( this._x, this._y);
    marker_mc.gotoAndStop(this.myCity);
    And when the buttons are made to be part of a movie clip with the image i am using for the background this script does not work.
    The script is located in a layer called "Actions", if that is of any help at all.
    Any ideas?
    I am sorry if I am being a newsense.
    Thanks

  • Another aborted Action Script

    I'm making a slideshow about 18 images in all 9 thumbnails and 9 full size images. The problem I keep running into is the "a script in this movie is causing flash player 9 to run slowly" error. The Flash is set to player 9 and action script 2.0. I have followed the uninstall reinstall tips in other threads and even tried it on another machines, ultimately coming up with the same results. I have read that there could possibly be too much script on the single frame so that said here is the script that is all on that first and only frame.
    this.createEmptyMovieClip("container",1);
    var imagesNumber:Number = 9;
    for (i=1; i<=imagenumber; i++) {
    container.attachMovie ("Cakethumb0"+i, "Cakethumb0"+i+"_mc",i);
    Cakethumb_mc = container ["Cakethumb0"+i+"_mc"];
    Cakethumb_mc._x =(i-1) *Cakethumb_mc._width;
    Cakethumb_mc._y = (Stage.height-Cakethumb_mc.height)/2
    Cakethumb_mc.largerImage = i;
    Cakethumb_mc.onRelease = function() {
    _root.attachMovie ("Cakeimage0"+this.largerImage,"large_mc",2);
    large_mc._x = (Stage.width - large_mc._width)/2;
    large_mc._y = (Stage.height - large_mc. _height)/2;
    large_mc.onRelease = function() {
    this.removeMovieClip();
    container.onEnterFrame = function () {
    this._x += Math.cos((-root._xmouse/Stage.width)*Math.PI)*15;
    if (this._x>0) {
    this._x = 0;
    if (-this._x>(this._width-Stage.width)) {
    this._x = -(this._width-Stage.width);
    I appreciate any help you guys can send my way.

    Is the following a coding error where you declare a variable but misspell it when it gets put to use, or is the variable used somewhere else?
    var imagesNumber:Number = 9;
    for (i=1; i<=imagenumber; i++) {

  • Action Script Help (Flash 8 ONLY)

    My department currently has a host of training videos we use
    for online courses. Of course, these are all being delivered as
    FLVs. Through the Developer's communities, I found a script that
    allowed me to add a caption file to the video (XML).
    Now I'd like to take it to another level. I'd like to be able
    to have my one SWF player play a series of FLVs AND include the
    caption file. I began to look at using an Array, but have not been
    successful in making it work. I'm not too sure, but I think the way
    I coded it started to affect the video - started getting "stuck" at
    times. Another attempt caused the caption file from the previous to
    be seen in the current video.
    I have attached my script and would appreciate any
    assistance.
    Finally, I need to stick to a Flash 8 and Action Script 2.0
    solution. I realize that Flash 9 and Action Script 3.0 would be
    helpful, but our district PCs are all imaged with a Flash 8 player.
    Sorry.
    Thank you for your help.
    Frank Erazo ([email protected])

    Whatever approach you take will depend heavily on the document(s) you have for the bible element of the design.  You somehow need to be able to seek within it and determine where matched elements can be found and how to extract the information you intend to present.
    I don't think your issue currently lies with how to do this in Flash as much as first coming up with a gameplan that identifies the players and how you can interact with and within them.

  • Problems adding  url link to buttons in action Script 3

    each time I added it link 1 to the button on file i get these error messages-  
    1046: Type was not found or was not a compile-time constant: link1.
    1180: Call to a possibly undefined method link1.
    Warning: 3594: exec is not a recognized method of the dynamic class RegExp. var r:Object = p.exec(s);  
    This is the code I am using:   import flash.net.navigateToURL; import flash.net.URLRequest;  var link_one:link1;  link_one = new link1(); stage.addChild(link_one);  link_one.addEventListener(MouseEvent.CLICK, buttonClickHandler);  function buttonClickHandler(event:MouseEvent):void { var url:String = "http://www.masterpiececorp.com/ARMREF.htm"; var request:URLRequest = new URLRequest(url); navigateToURL(request); }    I have no other problems with link 3 or 4, just link 1  I still cannot get my urls link to movie clips on the flash  
    Can you upload flash here? if not I have a image capture I can use to have you look at my buttons  and action script code. i have been to every forum I know and not any have been helpful at all. This is my last hope.
    Very frustrated newbie  Gina T
    Message was edited by: gtaylor0406

    The way you had your code originally would be correct...
    var link_one:link1;
    link_one = new link1();
    addChild(link_one);
    The 1046 error is indicating it doesn't recognize the link1 class.  So the first thing you need to make sure of is that you have assigned the link1 class designation to whatever symbol that is in the library.

  • Install error - an action script error occurred

    I have OSX 10.6.8  When I try to install Muse, Beta 7 I get an error message -and action script error occurred

    Here is the report I got when I just tried to install it again - and it "unexpectedly quit"  It didn't give me an "action script error"  this time.
    Process:         Muse
    Path:            /Applications/Muse.app/Contents/MacOS/Muse
    Identifier:      AdobeMuse
    Version:         0.8.841 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd
    Date/Time:       2012-04-09 10:45:07.641 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          259557 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  820 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      7E36AFAC-C7BD-4E43-B15D-DAB60002F8C2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                      0x0277ce40 0x255b000 + 2235968
    1   com.adobe.AIR                      0x027c3b74 0x255b000 + 2526068
    2   com.adobe.AIR                      0x027d6ab2 0x255b000 + 2603698
    3   com.adobe.AIR                      0x027d58a7 0x255b000 + 2599079
    4   com.adobe.AIR                      0x027d57b9 0x255b000 + 2598841
    5   com.adobe.AIR                      0x027d5b37 0x255b000 + 2599735
    6   com.adobe.AIR                      0x02845fce 0x255b000 + 3059662
    7   com.adobe.AIR                      0x027e3224 0x255b000 + 2654756
    8   com.adobe.AIR                      0x027de151 0x255b000 + 2634065
    9   com.adobe.AIR                      0x027e1760 0x255b000 + 2647904
    10  com.adobe.AIR                      0x028483ec 0x255b000 + 3068908
    11  com.adobe.AIR                      0x02847337 0x255b000 + 3064631
    12  com.adobe.AIR                      0x02848cd0 0x255b000 + 3071184
    13  com.adobe.AIR                      0x0284948d 0x255b000 + 3073165
    14  com.adobe.AIR                      0x028494de 0x255b000 + 3073246
    15  com.adobe.AIR                      0x029d603e 0x255b000 + 4698174
    16  com.adobe.AIR                      0x029d62ec 0x255b000 + 4698860
    17  com.adobe.AIR                      0x029d8e9f 0x255b000 + 4710047
    18  com.adobe.AIR                      0x02b3af9e 0x255b000 + 6160286
    19  com.adobe.AIR                      0x02b3b879 0x255b000 + 6162553
    20  com.adobe.AIR                      0x029ce9d5 0x255b000 + 4667861
    21  com.adobe.AIR                      0x029d9232 0x255b000 + 4710962
    22  com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    23  com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    24  com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    25  com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    26  ???                                0x15b471a7 0 + 364147111
    27  ???                                0x1c363e23 0 + 473316899
    28  ???                                0x1c69d5f5 0 + 476698101
    29  ???                                0x1c69dafc 0 + 476699388
    30  ???                                0x1c6a3d8d 0 + 476724621
    31  ???                                0x1c360ab7 0 + 473303735
    32  ???                                0x1c360f06 0 + 473304838
    33  ???                                0x1c3617f2 0 + 473307122
    34  ???                                0x1c3621e6 0 + 473309670
    35  ???                                0x1c362392 0 + 473310098
    36  ???                                0x1c363627 0 + 473314855
    37  ???                                0x1c3637cb 0 + 473315275
    38  ???                                0x1c3609ac 0 + 473303468
    39  com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    40  com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    41  com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    42  com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    43  com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    44  ???                                0x15b471a7 0 + 364147111
    45  ???                                0x1c363e23 0 + 473316899
    46  ???                                0x1c69d5f5 0 + 476698101
    47  ???                                0x1c69dafc 0 + 476699388
    48  ???                                0x1c6a3d8d 0 + 476724621
    49  ???                                0x1c360ab7 0 + 473303735
    50  ???                                0x1c360f06 0 + 473304838
    51  ???                                0x1c3617f2 0 + 473307122
    52  ???                                0x1c3621e6 0 + 473309670
    53  ???                                0x1c362392 0 + 473310098
    54  ???                                0x1c363627 0 + 473314855
    55  ???                                0x1c3637cb 0 + 473315275
    56  ???                                0x1c3609ac 0 + 473303468
    57  com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    58  com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    59  com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    60  com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    61  com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    62  ???                                0x15b471a7 0 + 364147111
    63  ???                                0x1c363e23 0 + 473316899
    64  ???                                0x1c69d5f5 0 + 476698101
    65  ???                                0x1c69dafc 0 + 476699388
    66  ???                                0x1c6a3d8d 0 + 476724621
    67  ???                                0x1c360ab7 0 + 473303735
    68  ???                                0x1c360f06 0 + 473304838
    69  ???                                0x1c3617f2 0 + 473307122
    70  ???                                0x1c3621e6 0 + 473309670
    71  ???                                0x1c362392 0 + 473310098
    72  ???                                0x1c363627 0 + 473314855
    73  ???                                0x1c3637cb 0 + 473315275
    74  ???                                0x1c3609ac 0 + 473303468
    75  com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    76  com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    77  com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    78  com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    79  com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    80  ???                                0x15b471a7 0 + 364147111
    81  ???                                0x1c363e23 0 + 473316899
    82  ???                                0x1c69d5f5 0 + 476698101
    83  ???                                0x1c69dafc 0 + 476699388
    84  ???                                0x1c6a3d8d 0 + 476724621
    85  ???                                0x1c360ab7 0 + 473303735
    86  ???                                0x1c360f06 0 + 473304838
    87  ???                                0x1c3617f2 0 + 473307122
    88  ???                                0x1c3621e6 0 + 473309670
    89  ???                                0x1c362392 0 + 473310098
    90  ???                                0x1c363627 0 + 473314855
    91  ???                                0x1c3637cb 0 + 473315275
    92  ???                                0x1c3609ac 0 + 473303468
    93  com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    94  com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    95  com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    96  com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    97  com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    98  ???                                0x15b471a7 0 + 364147111
    99  ???                                0x1c363e23 0 + 473316899
    100 ???                                0x1c69d5f5 0 + 476698101
    101 ???                                0x1c69dafc 0 + 476699388
    102 ???                                0x1c6a3d8d 0 + 476724621
    103 ???                                0x1c360ab7 0 + 473303735
    104 ???                                0x1c360f06 0 + 473304838
    105 ???                                0x1c3617f2 0 + 473307122
    106 ???                                0x1c3621e6 0 + 473309670
    107 ???                                0x1c362392 0 + 473310098
    108 ???                                0x1c363627 0 + 473314855
    109 ???                                0x1c3637cb 0 + 473315275
    110 ???                                0x1c3609ac 0 + 473303468
    111 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    112 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    113 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    114 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    115 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    116 ???                                0x15b471a7 0 + 364147111
    117 ???                                0x1c363e23 0 + 473316899
    118 ???                                0x1c69d5f5 0 + 476698101
    119 ???                                0x1c69dafc 0 + 476699388
    120 ???                                0x1c6a3d8d 0 + 476724621
    121 ???                                0x1c360ab7 0 + 473303735
    122 ???                                0x1c360f06 0 + 473304838
    123 ???                                0x1c3617f2 0 + 473307122
    124 ???                                0x1c3621e6 0 + 473309670
    125 ???                                0x1c362392 0 + 473310098
    126 ???                                0x1c363627 0 + 473314855
    127 ???                                0x1c3637cb 0 + 473315275
    128 ???                                0x1c3609ac 0 + 473303468
    129 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    130 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    131 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    132 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    133 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    134 ???                                0x15b471a7 0 + 364147111
    135 ???                                0x1c363e23 0 + 473316899
    136 ???                                0x1c69d5f5 0 + 476698101
    137 ???                                0x1c69dafc 0 + 476699388
    138 ???                                0x1c6a3d8d 0 + 476724621
    139 ???                                0x1c360ab7 0 + 473303735
    140 ???                                0x1c360f06 0 + 473304838
    141 ???                                0x1c3617f2 0 + 473307122
    142 ???                                0x1c3621e6 0 + 473309670
    143 ???                                0x1c362392 0 + 473310098
    144 ???                                0x1c363627 0 + 473314855
    145 ???                                0x1c3637cb 0 + 473315275
    146 ???                                0x1c3609ac 0 + 473303468
    147 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    148 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    149 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    150 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    151 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    152 ???                                0x15b471a7 0 + 364147111
    153 ???                                0x1c363e23 0 + 473316899
    154 ???                                0x1c69d5f5 0 + 476698101
    155 ???                                0x1c69dafc 0 + 476699388
    156 ???                                0x1c6a3d8d 0 + 476724621
    157 ???                                0x1c360ab7 0 + 473303735
    158 ???                                0x1c360f06 0 + 473304838
    159 ???                                0x1c3617f2 0 + 473307122
    160 ???                                0x1c3621e6 0 + 473309670
    161 ???                                0x1c362392 0 + 473310098
    162 ???                                0x1c363627 0 + 473314855
    163 ???                                0x1c3637cb 0 + 473315275
    164 ???                                0x1c3609ac 0 + 473303468
    165 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    166 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    167 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    168 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    169 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    170 ???                                0x15b471a7 0 + 364147111
    171 ???                                0x1c363e23 0 + 473316899
    172 ???                                0x1c69d5f5 0 + 476698101
    173 ???                                0x1c69dafc 0 + 476699388
    174 ???                                0x1c6a3d8d 0 + 476724621
    175 ???                                0x1c360ab7 0 + 473303735
    176 ???                                0x1c360f06 0 + 473304838
    177 ???                                0x1c3617f2 0 + 473307122
    178 ???                                0x1c3621e6 0 + 473309670
    179 ???                                0x1c362392 0 + 473310098
    180 ???                                0x1c363627 0 + 473314855
    181 ???                                0x1c3637cb 0 + 473315275
    182 ???                                0x1c3609ac 0 + 473303468
    183 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    184 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    185 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    186 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    187 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    188 ???                                0x15b471a7 0 + 364147111
    189 ???                                0x1c363e23 0 + 473316899
    190 ???                                0x1c69d5f5 0 + 476698101
    191 ???                                0x1c69dafc 0 + 476699388
    192 ???                                0x1c6a3d8d 0 + 476724621
    193 ???                                0x1c360ab7 0 + 473303735
    194 ???                                0x1c360f06 0 + 473304838
    195 ???                                0x1c3617f2 0 + 473307122
    196 ???                                0x1c3621e6 0 + 473309670
    197 ???                                0x1c362392 0 + 473310098
    198 ???                                0x1c363627 0 + 473314855
    199 ???                                0x1c3637cb 0 + 473315275
    200 ???                                0x1c3609ac 0 + 473303468
    201 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    202 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    203 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    204 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    205 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    206 ???                                0x15b471a7 0 + 364147111
    207 ???                                0x1c363e23 0 + 473316899
    208 ???                                0x1c69d5f5 0 + 476698101
    209 ???                                0x1c69dafc 0 + 476699388
    210 ???                                0x1c6a3d8d 0 + 476724621
    211 ???                                0x1c360ab7 0 + 473303735
    212 ???                                0x1c360f06 0 + 473304838
    213 ???                                0x1c3617f2 0 + 473307122
    214 ???                                0x1c3621e6 0 + 473309670
    215 ???                                0x1c362392 0 + 473310098
    216 ???                                0x1c363627 0 + 473314855
    217 ???                                0x1c3637cb 0 + 473315275
    218 ???                                0x1c3609ac 0 + 473303468
    219 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    220 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    221 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    222 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    223 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    224 ???                                0x15b471a7 0 + 364147111
    225 ???                                0x1c363e23 0 + 473316899
    226 ???                                0x1c69d5f5 0 + 476698101
    227 ???                                0x1c69dafc 0 + 476699388
    228 ???                                0x1c6a3d8d 0 + 476724621
    229 ???                                0x1c360ab7 0 + 473303735
    230 ???                                0x1c360f06 0 + 473304838
    231 ???                                0x1c3617f2 0 + 473307122
    232 ???                                0x1c3621e6 0 + 473309670
    233 ???                                0x1c362392 0 + 473310098
    234 ???                                0x1c363627 0 + 473314855
    235 ???                                0x1c3637cb 0 + 473315275
    236 ???                                0x1c3609ac 0 + 473303468
    237 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    238 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    239 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    240 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    241 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    242 ???                                0x15b471a7 0 + 364147111
    243 ???                                0x1c363e23 0 + 473316899
    244 ???                                0x1c69d5f5 0 + 476698101
    245 ???                                0x1c69dafc 0 + 476699388
    246 ???                                0x1c6a3d8d 0 + 476724621
    247 ???                                0x1c360ab7 0 + 473303735
    248 ???                                0x1c360f06 0 + 473304838
    249 ???                                0x1c3617f2 0 + 473307122
    250 ???                                0x1c3621e6 0 + 473309670
    251 ???                                0x1c362392 0 + 473310098
    252 ???                                0x1c363627 0 + 473314855
    253 ???                                0x1c3637cb 0 + 473315275
    254 ???                                0x1c3609ac 0 + 473303468
    255 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    256 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    257 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    258 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    259 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    260 ???                                0x15b471a7 0 + 364147111
    261 ???                                0x1c363e23 0 + 473316899
    262 ???                                0x1c69d5f5 0 + 476698101
    263 ???                                0x1c69dafc 0 + 476699388
    264 ???                                0x1c6a3d8d 0 + 476724621
    265 ???                                0x1c360ab7 0 + 473303735
    266 ???                                0x1c360f06 0 + 473304838
    267 ???                                0x1c3617f2 0 + 473307122
    268 ???                                0x1c3621e6 0 + 473309670
    269 ???                                0x1c362392 0 + 473310098
    270 ???                                0x1c363627 0 + 473314855
    271 ???                                0x1c3637cb 0 + 473315275
    272 ???                                0x1c3609ac 0 + 473303468
    273 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    274 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    275 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    276 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    277 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    278 ???                                0x15b471a7 0 + 364147111
    279 ???                                0x1c363e23 0 + 473316899
    280 ???                                0x1c69d5f5 0 + 476698101
    281 ???                                0x1c69dafc 0 + 476699388
    282 ???                                0x1c6a3d8d 0 + 476724621
    283 ???                                0x1c360ab7 0 + 473303735
    284 ???                                0x1c360f06 0 + 473304838
    285 ???                                0x1c3617f2 0 + 473307122
    286 ???                                0x1c3621e6 0 + 473309670
    287 ???                                0x1c362392 0 + 473310098
    288 ???                                0x1c363627 0 + 473314855
    289 ???                                0x1c3637cb 0 + 473315275
    290 ???                                0x1c3609ac 0 + 473303468
    291 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    292 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    293 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    294 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    295 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    296 ???                                0x15b471a7 0 + 364147111
    297 ???                                0x1c363e23 0 + 473316899
    298 ???                                0x1c69d5f5 0 + 476698101
    299 ???                                0x1c69dafc 0 + 476699388
    300 ???                                0x1c6a3d8d 0 + 476724621
    301 ???                                0x1c360ab7 0 + 473303735
    302 ???                                0x1c360f06 0 + 473304838
    303 ???                                0x1c3617f2 0 + 473307122
    304 ???                                0x1c3621e6 0 + 473309670
    305 ???                                0x1c362392 0 + 473310098
    306 ???                                0x1c363627 0 + 473314855
    307 ???                                0x1c3637cb 0 + 473315275
    308 ???                                0x1c3609ac 0 + 473303468
    309 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    310 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    311 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    312 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    313 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    314 ???                                0x15b471a7 0 + 364147111
    315 ???                                0x1c363e23 0 + 473316899
    316 ???                                0x1c69d5f5 0 + 476698101
    317 ???                                0x1c69dafc 0 + 476699388
    318 ???                                0x1c6a3d8d 0 + 476724621
    319 ???                                0x1c360ab7 0 + 473303735
    320 ???                                0x1c360f06 0 + 473304838
    321 ???                                0x1c3617f2 0 + 473307122
    322 ???                                0x1c3621e6 0 + 473309670
    323 ???                                0x1c362392 0 + 473310098
    324 ???                                0x1c363627 0 + 473314855
    325 ???                                0x1c3637cb 0 + 473315275
    326 ???                                0x1c3609ac 0 + 473303468
    327 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    328 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    329 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    330 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    331 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    332 ???                                0x15b471a7 0 + 364147111
    333 ???                                0x1c363e23 0 + 473316899
    334 ???                                0x1c69d5f5 0 + 476698101
    335 ???                                0x1c69dafc 0 + 476699388
    336 ???                                0x1c6a3d8d 0 + 476724621
    337 ???                                0x1c360ab7 0 + 473303735
    338 ???                                0x1c360f06 0 + 473304838
    339 ???                                0x1c3617f2 0 + 473307122
    340 ???                                0x1c3621e6 0 + 473309670
    341 ???                                0x1c362392 0 + 473310098
    342 ???                                0x1c363627 0 + 473314855
    343 ???                                0x1c3637cb 0 + 473315275
    344 ???                                0x1c3609ac 0 + 473303468
    345 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    346 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    347 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    348 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    349 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    350 ???                                0x15b471a7 0 + 364147111
    351 ???                                0x1c363e23 0 + 473316899
    352 ???                                0x1c69d5f5 0 + 476698101
    353 ???                                0x1c69dafc 0 + 476699388
    354 ???                                0x1c6a3d8d 0 + 476724621
    355 ???                                0x1c360ab7 0 + 473303735
    356 ???                                0x1c360f06 0 + 473304838
    357 ???                                0x1c3617f2 0 + 473307122
    358 ???                                0x1c3621e6 0 + 473309670
    359 ???                                0x1c362392 0 + 473310098
    360 ???                                0x1c363627 0 + 473314855
    361 ???                                0x1c3637cb 0 + 473315275
    362 ???                                0x1c3609ac 0 + 473303468
    363 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    364 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    365 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    366 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    367 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    368 ???                                0x15b471a7 0 + 364147111
    369 ???                                0x1c363e23 0 + 473316899
    370 ???                                0x1c69d5f5 0 + 476698101
    371 ???                                0x1c69dafc 0 + 476699388
    372 ???                                0x1c6a3d8d 0 + 476724621
    373 ???                                0x1c360ab7 0 + 473303735
    374 ???                                0x1c360f06 0 + 473304838
    375 ???                                0x1c3617f2 0 + 473307122
    376 ???                                0x1c3621e6 0 + 473309670
    377 ???                                0x1c362392 0 + 473310098
    378 ???                                0x1c363627 0 + 473314855
    379 ???                                0x1c3637cb 0 + 473315275
    380 ???                                0x1c3609ac 0 + 473303468
    381 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    382 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    383 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    384 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    385 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    386 ???                                0x15b471a7 0 + 364147111
    387 ???                                0x1c363e23 0 + 473316899
    388 ???                                0x1c69d5f5 0 + 476698101
    389 ???                                0x1c69dafc 0 + 476699388
    390 ???                                0x1c6a3d8d 0 + 476724621
    391 ???                                0x1c360ab7 0 + 473303735
    392 ???                                0x1c360f06 0 + 473304838
    393 ???                                0x1c3617f2 0 + 473307122
    394 ???                                0x1c3621e6 0 + 473309670
    395 ???                                0x1c362392 0 + 473310098
    396 ???                                0x1c363627 0 + 473314855
    397 ???                                0x1c3637cb 0 + 473315275
    398 ???                                0x1c3609ac 0 + 473303468
    399 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    400 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    401 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    402 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    403 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    404 ???                                0x15b471a7 0 + 364147111
    405 ???                                0x1c363e23 0 + 473316899
    406 ???                                0x1c69d5f5 0 + 476698101
    407 ???                                0x1c69dafc 0 + 476699388
    408 ???                                0x1c6a3d8d 0 + 476724621
    409 ???                                0x1c360ab7 0 + 473303735
    410 ???                                0x1c360f06 0 + 473304838
    411 ???                                0x1c3617f2 0 + 473307122
    412 ???                                0x1c3621e6 0 + 473309670
    413 ???                                0x1c362392 0 + 473310098
    414 ???                                0x1c363627 0 + 473314855
    415 ???                                0x1c3637cb 0 + 473315275
    416 ???                                0x1c3609ac 0 + 473303468
    417 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    418 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    419 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    420 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    421 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    422 ???                                0x15b471a7 0 + 364147111
    423 ???                                0x1c363e23 0 + 473316899
    424 ???                                0x1c69d5f5 0 + 476698101
    425 ???                                0x1c69dafc 0 + 476699388
    426 ???                                0x1c6a3d8d 0 + 476724621
    427 ???                                0x1c360ab7 0 + 473303735
    428 ???                                0x1c360f06 0 + 473304838
    429 ???                                0x1c3617f2 0 + 473307122
    430 ???                                0x1c3621e6 0 + 473309670
    431 ???                                0x1c362392 0 + 473310098
    432 ???                                0x1c363627 0 + 473314855
    433 ???                                0x1c3637cb 0 + 473315275
    434 ???                                0x1c3609ac 0 + 473303468
    435 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    436 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    437 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    438 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    439 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    440 ???                                0x15b471a7 0 + 364147111
    441 ???                                0x1c363e23 0 + 473316899
    442 ???                                0x1c69d5f5 0 + 476698101
    443 ???                                0x1c69dafc 0 + 476699388
    444 ???                                0x1c6a3d8d 0 + 476724621
    445 ???                                0x1c360ab7 0 + 473303735
    446 ???                                0x1c360f06 0 + 473304838
    447 ???                                0x1c3617f2 0 + 473307122
    448 ???                                0x1c3621e6 0 + 473309670
    449 ???                                0x1c362392 0 + 473310098
    450 ???                                0x1c363627 0 + 473314855
    451 ???                                0x1c3637cb 0 + 473315275
    452 ???                                0x1c3609ac 0 + 473303468
    453 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    454 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    455 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    456 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    457 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    458 ???                                0x15b471a7 0 + 364147111
    459 ???                                0x1c363e23 0 + 473316899
    460 ???                                0x1c69d5f5 0 + 476698101
    461 ???                                0x1c69dafc 0 + 476699388
    462 ???                                0x1c6a3d8d 0 + 476724621
    463 ???                                0x1c360ab7 0 + 473303735
    464 ???                                0x1c360f06 0 + 473304838
    465 ???                                0x1c3617f2 0 + 473307122
    466 ???                                0x1c3621e6 0 + 473309670
    467 ???                                0x1c362392 0 + 473310098
    468 ???                                0x1c363627 0 + 473314855
    469 ???                                0x1c3637cb 0 + 473315275
    470 ???                                0x1c3609ac 0 + 473303468
    471 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    472 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    473 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    474 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    475 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    476 ???                                0x15b471a7 0 + 364147111
    477 ???                                0x1c363e23 0 + 473316899
    478 ???                                0x1c69d5f5 0 + 476698101
    479 ???                                0x1c69dafc 0 + 476699388
    480 ???                                0x1c6a3d8d 0 + 476724621
    481 ???                                0x1c360ab7 0 + 473303735
    482 ???                                0x1c360f06 0 + 473304838
    483 ???                                0x1c3617f2 0 + 473307122
    484 ???                                0x1c3621e6 0 + 473309670
    485 ???                                0x1c362392 0 + 473310098
    486 ???                                0x1c363627 0 + 473314855
    487 ???                                0x1c3637cb 0 + 473315275
    488 ???                                0x1c3609ac 0 + 473303468
    489 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    490 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    491 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    492 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    493 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    494 ???                                0x15b471a7 0 + 364147111
    495 ???                                0x1c363e23 0 + 473316899
    496 ???                                0x1c69d5f5 0 + 476698101
    497 ???                                0x1c69dafc 0 + 476699388
    498 ???                                0x1c6a3d8d 0 + 476724621
    499 ???                                0x1c360ab7 0 + 473303735
    500 ???                                0x1c360f06 0 + 473304838
    501 ???                                0x1c3617f2 0 + 473307122
    502 ???                                0x1c3621e6 0 + 473309670
    503 ???                                0x1c362392 0 + 473310098
    504 ???                                0x1c363627 0 + 473314855
    505 ???                                0x1c3637cb 0 + 473315275
    506 ???                                0x1c3609ac 0 + 473303468
    507 com.adobe.AIR                      0x029d91f4 0x255b000 + 4710900
    508 com.adobe.AIR                      0x029d44c5 0x255b000 + 4691141
    509 com.adobe.AIR                      0x029d8dbf 0x255b000 + 4709823
    510 com.adobe.AIR                      0x02b068e2 0x255b000 + 5945570
    511 com.adobe.AIR                      0x02849290 0x255b000 + 3072656
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                  0x99740382 kevent + 10
    1   libSystem.B.dylib                  0x99740a9c dispatchmgr_invoke + 215
    2   libSystem.B.dylib                  0x9973ff59 dispatchqueue_invoke + 163
    3   libSystem.B.dylib                  0x9973fcfe dispatchworker_thread2 + 240
    4   libSystem.B.dylib                  0x9973f781 pthreadwqthread + 390
    5   libSystem.B.dylib                  0x9973f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                  0x9973f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                  0x9973f9a8 pthreadwqthread + 941
    2   libSystem.B.dylib                  0x9973f5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x9974775e pthreadcond_wait + 1191
    2   libSystem.B.dylib                  0x997493f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                      0x02af9e65 0x255b000 + 5893733
    4   com.adobe.AIR                      0x02935fbd 0x255b000 + 4042685
    5   com.adobe.AIR                      0x02af9f7f 0x255b000 + 5894015
    6   com.adobe.AIR                      0x02af9ff9 0x255b000 + 5894137
    7   com.adobe.AIR                      0x02afa094 0x255b000 + 5894292
    8   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    9   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x9974775e pthreadcond_wait + 1191
    2   libSystem.B.dylib                  0x997493f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                      0x02af9e65 0x255b000 + 5893733
    4   com.adobe.AIR                      0x02935fbd 0x255b000 + 4042685
    5   com.adobe.AIR                      0x02af9f7f 0x255b000 + 5894015
    6   com.adobe.AIR                      0x02af9ff9 0x255b000 + 5894137
    7   com.adobe.AIR                      0x02afa094 0x255b000 + 5894292
    8   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    9   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                  0x99719afa mach_msg_trap + 10
    1   libSystem.B.dylib                  0x9971a267 mach_msg + 68
    2   com.apple.CoreFoundation           0x967372df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation           0x967363c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation           0x967361f1 CFRunLoopRunInMode + 97
    5   com.apple.CoreMediaIOServices      0x9a706f15 MIO::DAL::RunLoop::OwnThread(void*) + 157
    6   com.apple.CoreMediaIOServices      0x9a708dda CAPThread::Entry(CAPThread*) + 180
    7   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    8   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x997739c5 nanosleep$UNIX2003 + 188
    2   com.adobe.AIR                      0x02af9f10 0x255b000 + 5893904
    3   com.adobe.AIR                      0x0298a3d9 0x255b000 + 4387801
    4   com.adobe.AIR                      0x0298a3f6 0x255b000 + 4387830
    5   com.adobe.AIR                      0x02af9f7f 0x255b000 + 5894015
    6   com.adobe.AIR                      0x02af9ff9 0x255b000 + 5894137
    7   com.adobe.AIR                      0x02afa094 0x255b000 + 5894292
    8   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    9   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x9974775e pthreadcond_wait + 1191
    2   libSystem.B.dylib                  0x997472b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                      0x02af9e91 0x255b000 + 5893777
    4   com.adobe.AIR                      0x02b37db0 0x255b000 + 6147504
    5   com.adobe.AIR                      0x02af9f7f 0x255b000 + 5894015
    6   com.adobe.AIR                      0x02af9ff9 0x255b000 + 5894137
    7   com.adobe.AIR                      0x02afa094 0x255b000 + 5894292
    8   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    9   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                  0x9973f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                  0x9973f9a8 pthreadwqthread + 941
    2   libSystem.B.dylib                  0x9973f5c6 start_wqthread + 30
    Thread 9:
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x9974775e pthreadcond_wait + 1191
    2   libSystem.B.dylib                  0x997472b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.adobe.AIR                      0x02af9e91 0x255b000 + 5893777
    4   com.adobe.AIR                      0x02c6c59e 0x255b000 + 7411102
    5   com.adobe.AIR                      0x02af9f7f 0x255b000 + 5894015
    6   com.adobe.AIR                      0x02af9ff9 0x255b000 + 5894137
    7   com.adobe.AIR                      0x02afa094 0x255b000 + 5894292
    8   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    9   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 10:  JavaScriptCore: FastMalloc scavenger
    0   libSystem.B.dylib                  0x99747aa2 __semwait_signal + 10
    1   libSystem.B.dylib                  0x9974775e pthreadcond_wait + 1191
    2   libSystem.B.dylib                  0x997493f8 pthread_cond_wait$UNIX2003 + 73
    3   WebKit.dylib                       0x19b90da3 WebKitGetAPI + 1401461
    4   WebKit.dylib                       0x19b90e11 WebKitGetAPI + 1401571
    5   libSystem.B.dylib                  0x99747259 pthreadstart + 345
    6   libSystem.B.dylib                  0x997470de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0052a020  ebx: 0x027c3a72  ecx: 0x00000000  edx: 0xbff9e1ec
      edi: 0x00000000  esi: 0x00536ca0  ebp: 0xbff9e1a8  esp: 0xbff9e190
       ss: 0x0000001f  efl: 0x00010286  eip: 0x0277ce40   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000010
    Binary Images:
        0x1000 -     0x6ff7 +AdobeMuse 0.8.841 (???) <5542DED7-741D-B3BD-56BE-89E760AEF7B7> /Applications/Muse.app/Contents/MacOS/Muse
       0xb0000 -    0xb4ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
       0xb9000 -    0xbfff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
       0xc9000 -    0xf2feb  com.apple.mio.DAL.VDC_4 140.0 (1496) <B0C3DA44-D183-F32E-44DB-13D828580C5E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.plugin/Cont ents/MacOS/VDC
      0x700000 -   0x73cff3  com.apple.DP.ScreenInputDevice 15.0 (15.0) <423039F0-E590-0254-D767-C04F1E2287AA> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AppleScreenInpu tDevice.plugin/Contents/MacOS/AppleScreenInputDevice
      0x746000 -   0x779ff3  com.apple.FWAVC 130.46 (46) <2F2CD20F-5B9E-911A-7EA8-40D016A6C23C> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
      0x7e4000 -   0x7eeff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
    0x255b000 -  0x36d0fc7 +com.adobe.AIR ??? (3.2.0.2070) <7EBAA6F0-794A-DE37-D04D-942F7073DE61> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x13be2000 - 0x13d90fe3  com.apple.TundraUnits 140.0 (1496) <51A20C84-A2F6-4F40-2E33-D5AB9E0CE068> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/TundraUnits.bun dle/Contents/MacOS/TundraUnits
    0x13e2b000 - 0x13e55ffb  com.apple.QuickTimeIIDCDigitizer 7.6.6 (1789) <73368702-B8C4-DB03-056B-666C0C137115> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDi gitizer
    0x13e8c000 - 0x13ec8fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1789) <88107C67-DB2B-479F-EE74-61E776811834> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x1670b000 - 0x16884ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x168b6000 - 0x16cbbfe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x16d33000 - 0x16d57fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x19a35000 - 0x1a034feb +WebKit.dylib ??? (???) <27589148-B9D5-FBC0-5E5A-6D3897DE86D6> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3B

  • Connect Firebird Database and coding in  Action Script

    Hello Friends
    I am new for Flex. I want to ask some questions. I hope i will get right answers as soon as possible.
    Thanks to all in advance.
    I have Firebird database. I want to create one desktop application and i want to store data in Firebird database but i don't know how to connect firebird database?
    Also i don't want to use .net or php or any other language. Is it possible to connect firebird database using action script? can i do insert,update and delete functionality or firebird database using action script?
    Plz reply me and if you have links or code then plz send me . If you want to send email me the send on [email protected]
    Thanks & Regards
    Manjurhusen Momin
    Sr. Software Developer
    Nichetech Solutions Pvt Ltd.

    Yes,  atleast NOT with core ActionScript3.0.
    If you are developing Flex Web Application then you must have to use PHP, .NET, JAVA
    If it's an AIR app then some apecial packages are provided to communicate with database and that too with very limited scope. If you need more data intensive operation then again you have to use other language.
    You can refer to
    http://livedocs.adobe.com/flex/3/html/help.html?content=SQL_05.html
    Abhinav

  • I am trying to reinstall Flash CS4 professional as the action script is not working but now I am getting an error: 2 message when I use the original CD to try and reinstall

    I can't get the original disk to work on a reinstall.  I get the message
    AdobeColorCommonSetRGB
    Error:
    Error 2.
    I teach a class using this program on Macintosh computers running 10.9.5 and the action script is not working.  It will work on any program designed using the 10.8 but if you design any animation on 10.9.5 the action script will not work for the buttons

    You would have to manually delete the color profiles in question... Run the cleaner tool and see if it gets you started.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • New to action script 3 and am really confused

    Hello and thank you in advance for helping if you can. I have a website banner that I made in flash. Everything works great and the last thing I need to do is add some script to it. One code is simple the stop action. So I added a new layer, called it actions and then clicked on the last frame inserted a blank keyframe and then opened the action window and typed in stop(); It worked great the banner cycled through once then stopped.
    Now here comes the part that has me stumped. I need to make this banner link to an external website. so this is what I did. On the actions layer I clicked the first frame and opened the actions window, Oh first I have a block of text converted to symbol (movie clip) and named the instance click_mc, then in the actions script window this is what I typed
    var link:URLRequest = new URLRequest("http://www.mojaveampworks.com/dirtyboy/DirtyBoy/Dirty_Boy.html");
    click_mc.addEventListener(MouseEvent.CLICK, onClick);
    function onClick(event:MouseEvent):void
    navigateToURL(link);
    click_mc.buttonMode = true;
    Now when I run the movie it doesn't run at all. Any help with this would be greatly appreciated as I'm ready to through this whole project out the window. Sorry if this question is redundant but I am new with action script.
    thanks

    Hi Ned and thank you for responding.
    I am not getting a compiler error but in the output I am getting this error: TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at dirtyboybnr2_fla::MainTimeline/frame1()

Maybe you are looking for

  • Problem about Non-blocking socket's read and write

    my aim is:when I open a socketchannel,I can use this socket which can continue send and get messages!(for example:open a socket,send a loging message,server echo,if passed,use the same socket sending other message,get echo messages.... Here is proble

  • FI Posting line Items

    Dear all, It,s a very urgent......I want know maximam how much line item we have to post at time of MIRO in planned delivery cost.And where is the SAP setting for that? I have facing following problem........ In my import PO three condition 1) Custom

  • Credit Card Charged By 1.00 USD while trying to create free trial account

    Hi, I don't have any Microsoft Subscription & I was trying to create free trial account, on that registration form they asked for Credit Card information for verification information only also they are saying they will not charge anything for this tr

  • Instant Client RPMs fail to "provide"

    The instantclient rpms have a fairly slim list of things that they provide: rpm -qa | grep oracle-instantclient | xargs rpm -q --providesoracle-instantclient-jdbc = 10.1.0.3-1 oracle-instantclient-basic = 10.1.0.3-1 oracle-instantclient-devel = 10.1.

  • Determinations for a szenario without BPM

    Hi, if I would like to create a WebService -> XI -> DB szenario without BPM, how often I have to use the wizard (for agreements and determinations)? Normally with BPM, I needed three: 1) Webserivce BS to XI 2) XI to DB 3) XI to WebSerivice But withou