Action Script & Components

Hey gang.
I am new to Flash & FlashCom so please bare with me but I
have been learning very quickly.
I am writting a FlashCom video conferencing application. All
is well I have learned AS very fast on both FlashCom and Flash
client sides.
One part where I get really confused is the use of the
FlashCom Components. They work "seamlessly" when you drop a
SimpleConnect component but when you do a connection of your own
via code VideoConference, TextChat and all these components do not
work.
Doing a videoConference.Connect(conn); doesn't seem to do
anything. It works with the ConnectionLight however but any other
component I try does not work. I've tried putting it before/after
my conn.connect() but neither makes a difference.
Could someone help give me some insight on how to hook up the
components when using my own NetConnection via AS code?
Thanks and take care.

Anyone please? I don't know how to hook these components up
when not using a SimpleConnect.
Any help would be greatly appreciated.
Thanks and take care,
Simon

Similar Messages

  • Using mx components in Action Script project in Flash Builder

    Hi
    I have created an Action Script project in flash builder 4 and want to use a mx.controls.button.
    The as file looks like this:
    package
        import flash.display.Sprite;
        import mx.controls.Button;
        public class as_test_project extends Sprite
            public function as_test_project()
                var btn:Button = new Button();
                btn.label = "test";
                addChild(btn);
    I have added C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\src as a Source Path in the project settings. I have also added framework.swc to the library path.
    I still get errors like :
    Description    Resource    Path    Location    Type
    Unable to resolve resource bundle "core" for locale "en_US".    as_test_project        Unknown    Flex Problem
    Have then tried added various Bundles folders like
    C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\bundles
    to the source path and library path, but I still get the errors.
    WHAT IS THE CORRECT WAY OF USING MX COMPONENTS IN A PURE ACTION SCRIPT PROJECT ?
    If I want to use th fl.controls componets instead but dont have CS3 where can I download them ?

    Thank you for your quick reply.
    But how then can I obtain the fl.controls components and use them in an Action
    Script project in Flash Builder 4?
    I don't have CS3 or CS4 (the flash authoring tool) installed.
    Is there an SWC somewhere to be downloaded?

  • CS3 action script 2.0: compiled clip components do not appear in the component panel

    Hi,
    I have a FLA file containing 3 compiled clip components.
    I use a MXP file to copy this file to the components panel,
    this works fine when using Macromedia Flash 8 or Macromedia MX
    2004, but when using CS# the components do not appear in the
    components panel, only if a use regular component or SWC component
    it appears in the panel, any reason why?any ideas?
    Thanks
    Maya

    I can use this code from html. I'm able to say where the swf
    and xml file are. I just don't know how to do this using action
    script.
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    width="768" height="576" id="tech" align="middle">
    <param name="movie"
    value="slideshow.swf?xml_path=musicbox_slideshow/slideshow.xml"
    />
    <param name="quality" value="high" />
    <embed
    src="slideshow.swf?xml_path=musicbox_slideshow/slideshow.xml"
    quality="high" width="768" height="576" name="tech" align="middle"
    allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>.

  • Action script object

    I would like to creare an object for third party developers
    to report high score.
    I dont want them to see my code.
    So for example I will create a class highScore with API
    sendScore and the developer will use it.
    What is the best way to do it?
    Is the only way to do it is to crearre action script file
    that they can see my code?

    Well, a good place to start:
    http://www.adobe.com/devnet/flash/components/components.html

  • Can FC put action script in a 'code behind'.

    Once of the practices I do in FB3 is to move all my action script into 'code behind' files instead of having all the code in the mxml files.  Does FC have the option to do that (as part of the gen process) and if not, does anyone else who 'codes' instead of 'designs' feel that is a benefit?  I know I'd prefer it to be in a 'separate' as3 file.  Also, if I DO move the code into code behinds (I've not tried it yet), does FC have any issues reading the code behind?  I'll be trying that on a 'simple' project to be sure but figured I'd ask just in case anyone else wants to know...

    The two references cited helped answer questions about Adobe's overall philosophy and approach that came up as I worked a simple example down the design/development stack of tools from Illustrator (AI) to Catalyst (FC) to Flash Builder 4 (FB).
    Other questions that arose were:
    Each application (AI, FC, FB) contains tools for design with some degree of overlap.
    Will FC eventually include from AI (or Photoshop, InDesign, etc.) and the FB design view all functionality needed for interactive storyboarding and skin generation?
    Is it the intent for FC to become the designer's tool and FB the developer's tool, at least for application design?
    The diagram in the Gumbo skinning spec shows that base components and their subclasses are typically implemented in AS and skins in MXML and recommends this as the preferred design pattern. Yet when I converted one of my groups (essentially a form) to a customized component, and exported the project into FB, I noticed that FC had generated a single mxml file (CustomComponent1 ...) and not a pair of files (an X.as file for the base component and an X.mxml file for the skins).
    For several reasons, wouldn't you want to generate separate files as depicted in the Gumbo diagram as a starting point for code customization?
    How does one develop custom components in FB (or using AI+FC+FB) and package them as a library so that they can be dropped into FC and used in the way that the current set of 5 components (button, hscrollbar, vscrollbar, text input and data list) are used?
    How will I integrate my hand-coded dynamic components for data visualization alongside more generic and static app components on an RIA page?
    How would I use AI+FC to design liquid layouts where children at each level often utilize constraints (i.e. top, bottom, left, right) between parent and child?
    For agile methodologies, how will refactoring the interaction or software design work in this new world where interaction designers are trying to maintain full control over appearance and interactive behavior?
    Finally, I would like to know what tools and steps Ely used to develop the component shown in the video. It would be instructive to turn that into a tutorial that we could walk through, step by step, in slow motion
    While I understand the arguments for separation of design and development as a workflow methodology, those of us with development and HCI/visualization backgrounds building research prototypes would like to see integration of the design and development tools (from the perspective of the workflow, not the architecture and code).
    As Jordan said, the direction you are heading is inspiring. Keep up the good work.

  • [svn:fx-trunk] 5098: Update action script files with asdoc version tags.

    Revision: 5098
    Author: [email protected]
    Date: 2009-02-26 18:21:27 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DropDownList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButtonBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxPanel.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxRadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScroller.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxScrollerLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxSpinner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextArea.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxToggleButton.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/HGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ItemRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/MXMLComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/PopUp.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/ResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Skin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextSelectionVisibility.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/VGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/DropDownBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxContainerBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxRange.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxScrollBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTextBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IDeferredContentOwner.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ISelectableRenderer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/IViewport.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/InvalidatingSprite.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/core/ScrollUnit.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AddAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/CallAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateColor.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxCrossFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxFade.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxMove.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxResize.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxRotate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxWipe.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/PropertyValuesHolder.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/RemoveAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Timeline.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/WipeDirection.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/AddActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/CallActionInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DInstance .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateColorInsta nce.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxFadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxMoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxResizeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotate3DInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxRotateInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxWipeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/RemoveActionInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/SetActionInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/ArrayInterpolator.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/EaseInOut.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/HSBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IEaser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/IInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Linear.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberArrayInterpol ator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/NumberInterpolator. as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Power.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/RGBInterpolator.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/interpolation/Sine.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/AnimationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/ElementExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/RendererExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/TextOperationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapResizeMode.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CloseSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/CubicBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/FilledElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Graphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/ISharedDisplayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Line.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/LineSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MaskType.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/MoveSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/PathSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/QuadraticBezierSegment.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/ISharedGraphicsDispl ayObject.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/TextGraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/BasicLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/Block.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/ILayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementFactory.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutElementHelper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LinearLayoutVector.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/TileLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalAlign.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalLayout.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/SparkSkin.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/states/AddItems.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/AdvancedTextLayoutFormatS tyles.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicTextLayoutFormatStyl es.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/SelectionFormatTextStyles .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/utils/MouseShieldUtil.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Error :Action Script Stuck

    Hi,
    I am getting the Error(Action Script Stuck), while i am
    running the application in Palm Treo 700 w 1.1 Verizon Emulator,
    its running in windows Mobile 5.0. I used one Datagrid, one Xml
    Connector, one Data Set and two buttons. And data are populated
    from the XML file, which has been located in the same folder. Any
    one, let me know the solution for that.

    Hi,
    The Primary cause of the whole problem is the use of V2
    components. Please
    Emulate the scenario with movie clips and that should work.
    Rendering of V2
    components is a tedious task for the player and is not
    recommended for
    flashLite. Using some workarounds might help in dire need,
    when you use
    randomly generated movie clips to emulate the datagrid or the
    data set and
    write your own parser to replace the XML connector component,
    custom buttons
    can always be used other than the button component
    Regards,
    Debashish Paul
    "netsoul" <[email protected]> wrote in
    message
    news:eievp9$5do$[email protected]..
    > Dear Vijayan,
    >
    > The error 'Action Script Stuck' is a great problem in FL
    2.1. The reason
    > of
    > that error is not only in the internal processes in
    flash player, but in
    > incorrect work 3-d part applications, that do not free
    resources on time.
    > The
    > investigation that problem on real devices (WM5 &
    BREW) detected, that the
    > error 'Action Script Stuck' appears in very simple
    scripts, when FL 2.1
    > player
    > is really freezed by another application because of lack
    of resources.
    >
    > My opinion - the mechanism of detecting 'Action Script
    Stuck' must be
    > improved
    > to separate internal and external reasons. That
    > applys to FL 2.1 for BREW too.
    >
    > Sincerely,
    > Alex
    >

  • 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

  • How do I use the button states in an action script?

    In my Captivate 8 project I use smart shape as buttons. The buttons have different images presented dependent on the state of the button. I have also created a simple action script that shows what happens when the button is pressed. When the button has been pressed the normal state of the button appear. I, however, want the down state of the button to remain visible util the user presses another button. How do I accomplish this? Is there variables for the buttons different state or how can I create that?
    BR,
    Madeleine

    When you talk about 'actionscript' do you mean advanced or shared actions? You cannot write actionscript within Captivate, only Javascript. If you use advanced/shared actions they'll be converted on runtime to either Actionscript (for SWF output) or Javascript (for HTML5 output).
    The states in shape buttons are the normal way buttons behave (not only in Flash). If you are indeed using shared/advanced actions, and you want the down state to remain until the next shape button is clicked, you'll have to go the way described by iFlashAppsToo. Create shapes that have the look of the down state, make them initially invisible and group all those shapes on one slide. Add two statements to the shared/advanced action (please do use shared actions, you'll save time):
    Hide Group   so that eventual down mimicked states on previously clicked buttons disappear
    Show Im_Downx    to show the down image for that button

  • Adding data to cfgrid using action script

    how can i add data to a grid row called name in action
    script. i have a cfselect control containing name of students and i
    want to add the values of the selected student from the list to
    grid.

    Did you add your instance of SpectrumCanvas to the stage with addChild()?
    If so, you should boil your posted code to a more simple example.
    If this post answered your question or helped, please mark it as such.

  • Error message with Action Script 2.0 file

    Hi,
    I am trying to edit an old flash file that uses Action Script 2.0. I am using CS6 and keep getting the following error message after publishing:
    Scene 1, Layer 'AS', Frame 1, Line 5, Column 29
    1067: Implicit coercion of a value of type int to an unrelated type String.
    Can you suggest any fixes or workarounds? I also have Flash 4.0. Can i downsave the file? If so, how?
    Thanks!

    Thank you. I think that did fix the original two errors. But now upon test of the file, I get some new errors:
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 3
    1120: Access of undefined property ratio.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 20
    1180: Call to a possibly undefined method number.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 7, Column 27
    1120: Access of undefined property _root.
    Symbol 'MoneySlider', Layer 'AS', Frame 1, Line 9, Column 27
    1120: Access of undefined property ratio.
    And on the MoneySlide layer in Actions:
    this.ratio = 0;
    this.loadBar._width = 0;
    this.dragger.ratio.text= "$0";
    dragger.onPress=function(){
              this.startDrag(true,0,0,line._width,0);
              this.onEnterFrame=function(){
                        ratio=Math.round(number(_root.transitBenefitLimit/100)*(this._x/(line._width/10 0)));
                        loadBar._width = Math.round(this._x);
                        dragger.ratio.text= "$"+ratio;
    dragger.onRelease=dragger.onReleaseOutside=stopDrag;

  • Using action script 2 how can i send a variable value to a dynamic textbox on a different keyframe?

    using action script 2 how can i send a variable value to a dynamic textbox on a different keyframe?

    Thanks for your swift response.
    That sounds like a good solution, but the code I have on frame 2 is this
    timer = 0;
    countup = function(){
    timer++;
    countupInterval = setInterval(countup,100);
    If I added the same actionscript to frame 3 which has a dynamic textbox with a variable timer attached wouldn't it just put the timer back to 0? What I want is the last known value that was given when it was in frame 2.
    I am thinking of temple run here, I am trying to caculate the total distance(set in the timer variable) from the previous try.
    Hope this makes sense.
    Chazwick

  • Error while loading an child movieclip if the child has any action script

    Hi
    I am developing an application where I need to load a child.swf . All works fine when I load the mc but as soon as I add Action Script (lets say trace("test")) to the Child.swf I get a Error #1009: Cannot access a property or method of a null object reference. On the addChild line.
    Code
    trace("Toothpaste click");
    var mLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest("Child);
    mLoader.load(mRequest);
    mcContainer.addChild(mLoader);

    Sorry.Thanks
    Typo on the forum.
    I can load the child.swf see the image/text in the child  displayed in the parent but as soon as I add as3 to the child page I receive the above mentioned error. If I run the child.swf from the IDE or by itself everything works fine .
    trace("Toothpaste click");
    var mLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest("Child.swf");
    mLoader.load(mRequest);
    mcContainer.addChild(mLoader);

  • Could someone help me with my action script?

    I followed a tutorial on how to make an interactive photo gallery but for some reason the file isn't working. I am new to flash and no very little about action script.
    Would someone be willing to take a look at my file and advise me?
    Thanks

    Did your tutorial have you download XML from a server to feed the images to the gallery? Many people forget to check for errors loading the XML file or forget to "do something" once the XML is loaded. Common things not to look for are IOErrorEvent.IO_ERROR or SecurotyErrorEvents warning you the XML you're trying to load is on a different domain (a webserver online) and it doesn't have permission (a crossdomain.xml).
    In those situations it can appear like it's doing nothing.
    Did you just take the code of the tutorial at the end and try to play it as you went through the tutorial? If you just copy and pasted it all you'lre going to have a hard time isolating the issue. In that case you can always re-do the tutorial until you start to see issues. Then you know where they are.

  • Setting timeout settings for Action Scripts

    We are using OIM 11gR1 along with the AD and Domino connectors. We are also using Action Scripts to perform some post create actions on the AD and Domino resources that get created by OIM. The action scripts are being invoked with the correct set of parameters and they do their job. However for both connectors, the connector server (Java connector server for Domino, .NET connector server for AD) times out when waiting for the script to complete. Our scripts are expected to take a long time (30+ seconds).
    Based on our testing, the AD connector times out in 30 seconds, and the Domino connector times out in 20 seconds. You would get the below exception in your Java Connector Server log file:
    Dec 4, 2013 2:36:41 PM org.identityconnectors.framework.api.operations.ScriptOnConnectorApiOp runScriptOnConnector
    FINE: Exception:
    java.lang.RuntimeException: Timeout waiting for action, process was terminated
        at org.identityconnectors.domino.WinJni._executeWinCommand(Native Method)
        at org.identityconnectors.domino.WinJni.executeWinCommand(WinJni.java:31)
        at org.identityconnectors.domino.ScriptOnConnector.executeCmdScript(ScriptOnConnector.java:143)
        at org.identityconnectors.domino.ScriptOnConnector.runScriptOnConnector(ScriptOnConnector.java:88)
        at org.identityconnectors.domino.DominoConnector.runScriptOnConnector(DominoConnector.java:316)
    Is there any way to configure OIM so that it waits longer for the action script to complete. The real problem over here is that if 2 users are being provisioned to AD and/or Domino simultaneously (we use access policies to trigger provisioning rules), then the connector (Java or .NET) does NOT invoke the action script for the second user if the action script for the first user times out. It does however create AD/Domino resources for all applicable users. This in itself is a defect - but I need a workaround.
    Looking at some old Sun Identity Manager documentation (which became Oracle Waveset), it seems that the entire OIM concept of action scripts has its origins in Sun Identity Manager/Oracle Waveset. And these products did support the notion of timeouts. Have a look at :
    http://docs.oracle.com/cd/E19225-01/821-0092/bzbuc/index.html
    Does anyone familiar with Oracle OIM code know if custom timeouts are supported by AD and Domino connectors?
    Thanks
    Aspi Engineer

    Change the time for the below under 'Web Intelligence Processing Server'
    Idle Document Timeout (seconds):
    Idle Connection Timeout (minutes):
    If you still have problem then try changing the web.xml under the following war files,
    AdminTools
    PartnerPlatformService
    PerformanceManagement
    PlatformServices

Maybe you are looking for

  • TS4006 can i add another device to find my iPhone with a different apple id?

    I have my phone and Ipad listed on Find my Iphone app, but need to add another phone that has a different apple id from my family.  How?

  • Unable to call a Web Services via UTL_DBWS

    Hi all, I create with Apex 3.1 a web service (it works) Now i need to use the UTL_DBWS package to access a web services from PL/SQL So i get the Name 'WebServiceDemo', the URL 'http://my_url' and the Target Namespace 'http://my_target' from the web s

  • Internal Credit memo

    Hi All, I have successufully completed the cycle intercompany return process which means Sales order --> Delivery --> Billing --> Intercompany billing then Return process Return order referring to Billing --> return delivery --> credit memo --> inter

  • Plsql code for button.....

    i have a page which contain fields term_id,*term_desc*,*term_condition* and some buttons Add,*delete* and save.. Actually no data in the table.. when i press Add button the term_id should get increment by '1' . where i have to wite the below coding i

  • Where is tiles storage? i need to restore

    hello today i crash firefox when try to open boockmark menu. so i reinstall firefox and clear it. now i need to restore tiles cuz i dont remember 1 website what i use before. how can i do it ? i have old profile files