HTMLLoader js errors

I am using Flash CS3 and adobe air and when i create a htmlloader
main.as
package {
   import flash.display.NativeWindow;
   import flash.display.Sprite;
   import flash.display.Stage;
   import flash.display.StageAlign;
   import flash.display.StageScaleMode;
   import flash.events.Event;
   import flash.html.HTMLLoader;
   import flash.net.URLLoader;
   import flash.net.URLRequest;
   public class main extends Sprite
   private var mainWindow:NativeWindow;
   private var htmlwebsite:HTMLLoader;
   public function main(){
  htmlwebsite = new HTMLLoader();
  htmlwebsite.addEventListener(Event.COMPLETE, completewebsiteHandler);
   var websiteurlReq:URLRequest = new URLRequest("http://www.kfc.com");
  htmlwebsite.load(websiteurlReq);
   function completewebsiteHandler(e:Event) {
  trace(htmlwebsite.window.document.getElementsByTagName("a")[0].getAttribute("href"));
I get this error
TypeError: Value undefined (result of expression document.querySelectorAll) is not object.
at http://platform.vine.co/static/scripts/embed.js : 21
at http://platform.vine.co/static/scripts/embed.js : 21
at http://platform.vine.co/static/scripts/embed.js : 21
I can see the line in the html, how can I remove the line from the html or stop the error from displaying and continue the code execution?

when i add this it says cancelable = true how to cancel the error
htmlwebsite.addEventListener(HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION, cata);
function cata(e:HTMLUncaughtScriptExceptionEvent) {
                                trace(e.exceptionValue);

Similar Messages

  • Htmlloader 403 errors

    I have an air app which displays my site through htmlloader. The app loads up the login page of my site, and allows users to login through the app. The problem is recently, every time I try to log in, it gives my a 403 error. I've completely deleted and reuploaded my site, and even made a test site, but both come up with the same issue, It doesn't even show the login page or the admin page, just a blank 403 error page. I've noticed that when I mess with the htmlloader (ie. remove the useragent and cookies) the page wont even load at all, and just shows a blank white screen inside the app. Can anyone help me, or even tell me maybe a better or more effeciant way of doing this?

    What he meant is as follows.
    1. You do not authenticate user using wordpress authentication. You can authenticaticate using some mechanism which the AIR application can do.
    2. Once you authenticate you can access the website using the AIR application.
    Word press provides a way to external authentication. Not sure it is still supported.
    http://wordpress.org/plugins/soap-authentication/
    Hope this helps. I have not implemented this so I am not sure.

  • Solution for a pdf error 3202

    Hi....
    Help me with this situation:
    I have a project in:
    Flex Builder 4.
    My AIR is 2.6
    I have Acrobat Reader X (Version 10.0.1.434)
    MX + Spark project
    SDK 4.1.0
    If mi error from this code:
                    if(HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK) {
                        Alert.show("You can view PDF", "Yes");
                    } else {
                        Alert.show("You can not view PDF" + HTMLLoader.pdfCapability, "Error");
    I have this result:
    ERROR_INSTALLED_READER_TOO_OLD:int = 3202
    I can see the PDFs right from my browser.
    I appreciate the attention to my request for help.
    Greetings from Mexico.
    Antonio

    I can't fix the problem.
    So, I prefer make a file into the desktop's client. And fill it with the PDF made it with FPDF (php) on the fly.
    Greetings from Mexico.

  • HTMLLoader.pdfCapability showing "wrong" error. Help?!

    Hello all,
    Just started trying to use the AIR HMTL component with its HTMLLoader. Tried to load/view a pdf doc. Seems to recognize the doc, but all it displays is a black region. In other words, the HTMLLoader area goes from white to black after attempting to load the PDF.
    Checking the HTMLLoader.pdfCapability shows 3202: ERROR_INSTALLED_READER_TOO_OLD
    The problem: I just paved my hard-drive with a new Windows install. The only Adobe Reader that's on my system is a fresh version of:
    Adobe Reader X (10)
    How can this reader be too old? I'm beginning to guess that the system is possibly reading "X" as the version, rather than 10, and so it thinks it's too old?! Can this actually be happening?
    Also, i'm not receiving any ErrorEvent from the htmlLoader upon load. It seems to load and/or try to load something as the area goes black. Trying to load other random files does not yield that result.
    I'm using the trial version of FlashBuilder 4.
    Any help VERY appreciated, especially pronto.
    Thanks much in advance.

    Hi!
    I had the same problem: 3203.
    Solution found: I uninstalled Adobe Reader and installed it again via the adobe.com site.
    This was the solution I found to this problem.
    I hope this helps.
    Hugs.

  • AIR, Acrobat/Reader XI 11.0.06 - There was an error opening this document. This file cannot be found

    Hi,
    After Adobe Reader and Acrobat updated to v11.0.06 I've started getting the following error message when I try to load PDF file into my AIR application on Windows (Vista and 7) machines: "There was an error opening this document. This file cannot be found."
    I'm loading PDF just like it's been described in Flex/AIR documentation. HTMLLoader loads html that looks like: <html><body><object id="PDFObj" data="app:/pdfs/test.pdf" type="application/pdf" width="100%" height="100%"></object></body></html>
    The file is in place and I've tried opening it from the Reader itself without any errors. When I uninstall Reader XI and install Reader X instead everything comes back to normal and the file is opened without an error.
    What was changed in the Acrobat/Reader 11.0.06 that it prevents PDFs from being opened from AIR application? Or was it changed even before 11.0.06?
    Kind regards,
    Roman

    Fyi, in addition to my earlier post, the other pc is using Adobe 8.1.1 and no other patch. I was trying to find 8.1.1 version but could not find a trust worthy site to load from. Do you think the error caused by using the 8.1.2 version? Thanks

  • Cannot open PDF files in AIR app on Mac OS error 3204

    Hello,
    I am having trouble opening a PDF file in adobe air application on Mac OS 10.9.2. I already installed adobe reader 11 and air on mac.
    I also traced HTMLLoader.pdfCapatibility, which returns 3204 (An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.) .
    I am showing you some sample code to you.
    if(HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK)
                var request:URLRequest = new URLRequest(tempFile.url);
                pdf.load(request);
                var ui:UIComponent = new UIComponent();
                ui.addChild(pdf)
                container.addChild(ui);
      else
      trace("PDF cannot be displayed. Error code:",HTMLLoader.pdfCapability);
    It shows the output :  PDF cannot be displayed. Error code: 3204
    Please let me know if anyone have any ideas ............asap

    Hi jon123_123,
    I dont understand what you mean by opening PDF file in Adobe Air, that is platform.
    You should try uninstall Adobe Reader and install Latest version of Adobe Reader with latest updates patches and check again.
    Regards,
    Ajlan Huda.

  • Opening a PDF inside Flash compile errors

    I'm trying to open a pdf inside flash.  I followed a tutorial online but I'm have issues with the compiler.  Here's my code:
    import flash.html.HTMLLoader;
    import flash.html.HTMLPDFCapability;
    import flash.html.HTMLWindowCreateOptions;
    if( HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK )
        var htmlLoader:HTMLLoader = new HTMLLoader();
        var url:URLRequest = new URLRequest( "01_Advanta2_Master.pdf" );
        htmlLoader.width = 800;
        htmlLoader.height = 600;
        htmlLoader.load( url );
    var pdfHolder:UIComponent = new UIComponent();
    pdfHolder.addChild (htmlLoader);
        addChild (pdfHolder);
    It results in these errors:
    1046: Type was not found or was not a compile-time constant: UIComponent.
    1180: Call to a possibly undefined method UIComponent.
    I've tried to import fl.core.UIComponents in the beginning but that resulted in this error:
    1172: Definition fl.core:UIComponent could not be found.
    Any help would be greatly appreciated.

    You need to have components in the library in order for them to be accessible.

  • HTMLLoader fires complete event too soon ?

    Hi to all,
    I have following problem i`m displaying pdf in a nativewindow (pdf is around 5 mb so i guess it takes some time to be rendered) I want to show user some custom progress bar until pdf is prepared to be shown in htmlLoader.The problem is that Event.COMPLETE is being dispatched too soon, pdf is not prepared to be shown.I tried with HTML_DOM_INITIALIZE event but same thing happened.
    I don`t want users to see empty window, i want to either progress bar or fully loaded PDF be shown.
    I figure out some workaround : i will download file from the location and open it up with openWithDefaultApplication() option within AIR 2, but i want to now if i can do it the way i wanted at the first place.
    Am i doing something wrong or there is some problem with HTMLLoader ?
    Here is simple code:
    htmlLoader.location = url;
    htmlLoader.addEventListener(Event.COMPLETE,onLoad);
    onLoad (...)
    //hide progress bar

    Dmennenoh, pulling the playSound function out of the other functions worked perfectly!  I should have known better.  Even though everything is working correctly I am now recieving an error stating that "Parameter url must be non-null."  I'm certain this has to do with the sound file urls that I am passing from the xml document... but if the sounds are playing the urls must be non-null already.
    I tried changing the tl["snd"+i] to container_mc["snd"+i] as you suggested but the sounds would not play at that point.  I recieve an error saying: "a term is undefined and has no porperties."  Below is how I built it:
    function buildScroller():void{
         for (var i:Number = 0; i < 55; i++){
            //create movie clips
            var container_mc:container = new container();
            addChild(container_mc);
            container_mc.x = 325 * i;  // set the number here to the width of the movie clip being repeated
            //sound info
            container_mc["snd"+i] = new Sound();       
            container_mc["snd"+i].load(new URLRequest(xmlData.sound.loc[i]));
            container_mc.snd = container_mc["snd"+i];
            container_mc.addEventListener(MouseEvent.CLICK, playSound, false, 0, true);
    function playSound(event:MouseEvent):void {
         event.currentTarget.container_mc.play();

  • HTMLLoader Breaks HTTP Attachments

    It seems that it is not possible to replicate standard
    browser behavior with Browser Attachments. If I go to any website
    that allows the downloading of a file to disk, an Air application
    can't be created such that it can save that HTTP attachment that
    was given. This makes it impossible to create a fully functional
    browser with Air.
    The problem is, HTMLLoader in Adobe AIR 1.0 does not handle
    the HTTP Content-Disposition response headers set to type
    'attachment'. It simply ignores this header. This is bad, because
    many sites on the web rely on user-agents handling this header
    appropriately in order to initiate a download of a file to an
    end-user's local disk.
    An example is
    Content-Disposition: attachment; filename="fname.ext"
    This HTTP response header says to the user agent, 'Don't
    render this response as HTML; instead write the response to a file
    on the user's disk called fname.ext'.
    When the Air HTMLLoader encounters an HTTP response with a
    Content-Disposition similar to the example above, nothing is
    re-rendered (which is the correct behavior), there is no way to
    detect that the attachment Content-disposition header has been
    served (bad), and there is no way to obtain the attachment itself
    (worse).
    The correct behavior for an HTTP client which receives an
    HTTP response parameter of this type can be found in RFC 2616,
    section 19.5.1. It is stated that "If this header is used in a
    response with the application/octet-stream content-type, the
    implied suggestion is that the user agent should not display the
    response, but directly enter a ‘save response as...’
    dialog". I suspect that Adobe hasn't had a chance to implement a
    way for HTMLLoader to notify client code of this situation, or the
    process for getting the HTTP response body.
    Has anyone encountered a work-around? Does anyone know of
    plans in place to correct this bug?

    That's a fairly trivial and self-explaining error. The mentioned class (or more specifically, the JAR file with the class) is missing in the classpath. The solution is also obvious: get the JAR file from the O'Reilly site and place it in the classpath.
    I would only recommend Apache Commons FileUpload over the O'Reilly thing. The FileUpload is much similar to the ancient (2001) O'Reilly thing and, above all, it is still in active development (O'Reilly stopped around 2005).

  • Adl Error : Adobe Flash Player error: could not load cURL library

    Hi people,
    I am trying to get this code working --
    var loader;
    $(function() {
    loader = new air.HTMLLoader();
    loader.addEventListener(air.Event.COMPLETE, complete);
    loader.load(new air.URLRequest('http://www.lilpirate.net/blog'));                         });
    function complete() {
    $(loader.window.document).ready(function(){
    $("#texts").val($("#header",loader.window.document).val());
    alert("Complete!");                                 });
    I get the Complete! alert message, but the textarea with id texts is not updated with the data in #header which is on http://www.lilpirate.net/blog
    I think this is happening because of the error message adl is throwing.
    I'm running Fedora 13 x64 and have installed flash player correctly(firefox test). I also have libcurl and libcurl devel packages installed.

    I'm getting the same problem. No explaination of why, and
    downgrading all my security to DANGEROUSLY unsafe levels doesn't
    help, nor does setting anything in the settings app. (Have you ever
    used a slower application?)
    I did find (using a Google search) a blog that pointed me to
    the article located at this address:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=13530cdd
    I don't know yet if it will help, but it appears to be on the
    right track.
    Good luck.

  • HTMLLoader

    Hi. I don't understand why i can't let HTMLLoader work.
    It seems that the code is very very easy:
    package {
        import flash.display.Sprite;
        import flash.html.HTMLLoader;
        import flash.net.URLRequest;
        public class HTMLLoaderExample extends Sprite
            public function HTMLLoaderExample()
                var html:HTMLLoader = new HTMLLoader();
                var urlReq:URLRequest = new URLRequest("http://www.adobe.com/");
                html.width = stage.stageWidth;
                html.height = stage.stageHeight;
                html.load(urlReq);
                addChild(html);
    I changed some strings, so there are no compile errors, but i only see the white screen (I know that AIR requires).
    I'm a newbie. If it's not difficult can someone give a source code... Maybe the problem is in settings.

    is it to do with stage.stageWidth try putting in 500.

  • HTMLLoader and Scrollbars

    I've been following the lynda.com AIR for Flash Devs
    tutorial. It shows how to add the Scrollbar Class to an HTMLLoader.
    Is it just me, or is Adobe's Scrollbar a rather odd
    implementation?
    I mean it works, but, for instance, the scroll handle you
    grab with your mouse is always much much smaller than it should be
    when compared to the actual content.
    Also, I have the stage resizing and the scrollbars moving
    properly, but I've noticed that resizing the app smaller, always
    forces the scrollbar to appear, regardless of the content being
    larger than the content area or not.
    Is everyone using this implementation for scrolling, or are
    people using something else?

    OK - my problem with the HTML Control is I can't seem to add it to a child custom class.
    i.e. - I have my main Air app and a custom class extending UIComponent. I add the custom class to the stage in the main app, and in the custom class, add an HTML Control.  I'm also adding a different HTML Control to the main app.
    Only the HTML in the main app actually shows up. No errors given. What am I missing here?
    Main Air app mxml:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
    <mx:Script>
    <![CDATA[
    import mx.controls.HTML;
    var _myComp:Comp;
    private function init():void {
    _myComp = new Comp();
    _myComp.init();
    _myComp.x = 200;
    _myComp.y = 200;
    addChild(_myComp)
    var html:HTML = new HTML();
    html.htmlText = "Text on main application window"
    addChild(html);
    ]]>
    </mx:Script>
    </mx:WindowedApplication>
    Comp Class:
    package {
    import flash.display.Shape;
    import mx.controls.HTML;
    import mx.core.UIComponent;
    public class Comp extends UIComponent {
    public function Comp() {
    public function init():void {
    var shape:Shape = new Shape()
    shape.graphics.beginFill(0,1)
    shape.graphics.drawRect(0,0,200,400);
    shape.graphics.endFill();
    addChild(shape)
    var html:HTML = new HTML();
    html.htmlText = "Text Inside child component";
    html.x = 200
    this.addChild(html);
    trace(html.htmlText)

  • HTML control has javascript errors: how to update the HTML control in AIR ?

    I have an AIR application (flex 4.6 or flex 4.7), using  AdobeAIR3.7 or AdobeAir4.0
    I use a HTML browser component
        <mx2:HTML id="browser" width="100%" height="100%">
    Problem is: when navigating to page, JS gives errors, whereas it works fine with firefox, chrome, ie or safari
    When I display the brower navigator.appVersion gives me :
        5.0 (windows;u;fr-FR) AppleWebkit/533.19.4(KHTML, like Gecko) AdobeAIR/3.7
        5.0 (windows;u;fr-FR) AppleWebkit/533.19.4(KHTML, like Gecko) AdobeAIR/4.0
    Maybe this is an OLD version : is there a way to UPDATE the internal browser used by Flex ?
    JS script I got in the AIR HTML (I don't get in normal browsers):
        ReferenceError: Can't find variable: Uint8Array
        TypeError: Result of expression 'messageHandler.on' [undefined] is not a function.

    You might be able to use StageWebView: StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference
    Currently we're stuck between a very old embedded WebKit version used by HTMLLoader, and StageWebView which uses the system WebKit and doesn't allow for any DOM interaction. See here: How do you use AIR's WebKit/htmlloader?

  • HelloWorld:  HTMLLoader failed to initialize on MAC OSX

    Hi All...
    Just Started Playing with AIR. Installed the runtime and the latest jdk on a Mac running OSX 10.6.7.
    Following the AIR 1.5 HTML Docs, attempted to run the HelloWorld application.
    I copied and pasted the HelloWorld-app.xml content and HelloWorld.html content into their respective files. Copied also the AIRAliases.js to the HelloWorld folder and used the command line tools as indicated:
    adl HelloWorld-app.xml
    The commend executes, but what I get is the following, both on the console and on an ActionScript error window:
    Error: HTMLLoader failed to initialize
            at flash.html::HTMLLoader/initHTMLEngine()
            at flash.html::HTMLLoader()
            at runtime::ContentPlayer/loadInitialContent()
            at runtime::ContentPlayer/playRawContent()
            at runtime::ContentPlayer/playContent()
            at runtime::AppRunner/run()
            at ADLAppEntry/run()
            at global/runtime::ADLEntry()
    After dismissing the error window, the HellowWorld app window appears, but with no content.
    I was unable to find any pointers to what is wrong, and where... I know that HelloWorld.html is being read because if i remove the file, i get a different complain, about it being missing... Also, if I remove all it's content, i don't get the error, but I also don't get the app window.
    Any clues?
    Thanks!

    Also. I tried packaging the application and was able to generate a HelloWorld.air package. When i run it, the application crashes.
    I also downloaded some of the AIR applications offered by adobe on the SDK download window. Some run, some crash... The AOL Videos app crashes after the splash window, in a similar way that the HelloWorld.air app crashes...
    Here is the first part error from the crash window... I can paste the whole thing, but it is very lengthy:
    Process:         HelloWorld [1165]
    Path:            /Users/me/ME's Applications/HelloWorld.app/Contents/MacOS/HelloWorld
    Identifier:      examples.html.HelloWorld.1AF9A0824893844D8B6FA46EE87A19B2D2F3FA90.1
    Version:         0.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [186]
    Date/Time:       2011-04-01 14:17:33.749 -0600
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          62855 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  1 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      8D9B3548-226F-4FAE-A57A-53C75B5EF89E
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x13e71651 0 + 333911633
    3   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    4   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    5   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    6   com.adobe.AIR                     0x02a8f4d1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107574
    7   com.adobe.AIR                     0x02a8f50d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107634
    8   com.adobe.AIR                     0x02a75cd6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003131
    9   com.adobe.AIR                     0x02a75f39 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003742
    10  com.adobe.AIR                     0x02a762b9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2004638
    11  com.adobe.AIR                     0x02a764df r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2005188
    12  com.adobe.AIR                     0x02b54dfd r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2916834
    13  com.adobe.AIR                     0x02b55335 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2918170
    14  com.adobe.AIR                     0x02b5571a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2919167
    15  com.adobe.AIR                     0x02b689c6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2997675
    16  com.adobe.AIR                     0x02b68b76 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2998107
    17  com.adobe.AIR                     0x02beb7d2 shaders_acos_ss + 320242
    18  com.adobe.AIR                     0x028e5f2e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365331
    19  com.adobe.AIR                     0x028e6073 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365656
    20  com.adobe.AIR                     0x02b78354 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3061561
    21  com.adobe.AIR                     0x02b784e4 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3061961
    22  com.adobe.AIR                     0x0256ddf4 0x255a000 + 81396
    23  com.adobe.AIR                     0x025708d7 0x255a000 + 92375
    24  ???                               0x1359024f 0 + 324600399
    25  ???                               0x1359121c 0 + 324604444
    26  ???                               0x13512ca8 0 + 324086952
    27  ???                               0x13517994 0 + 324106644
    28  ???                               0x13517fc8 0 + 324108232
    29  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    30  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    31  com.adobe.AIR                     0x02a71bfd r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986530
    32  com.adobe.AIR                     0x02a71d1c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986817
    33  com.adobe.AIR                     0x02576a00 0x255a000 + 117248
    34  com.adobe.AIR                     0x02569109 0x255a000 + 61705
    35  com.adobe.AIR                     0x02569288 0x255a000 + 62088
    36  com.apple.Foundation              0x97a3e9d5 __NSFireDelayedPerform + 537
    37  com.apple.CoreFoundation          0x91b51adb __CFRunLoopRun + 8059
    38  com.apple.CoreFoundation          0x91b4f464 CFRunLoopRunSpecific + 452
    39  com.apple.CoreFoundation          0x91b4f291 CFRunLoopRunInMode + 97
    40  com.apple.HIToolbox               0x995c2e04 RunCurrentEventLoopInMode + 392
    41  com.apple.HIToolbox               0x995c2af5 ReceiveNextEventCommon + 158
    42  com.apple.HIToolbox               0x995c2a3e BlockUntilNextEventMatchingListInMode + 81
    43  com.apple.AppKit                  0x9121378d _DPSNextEvent + 847
    44  com.apple.AppKit                  0x91212fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    45  com.apple.AppKit                  0x911d5247 -[NSApplication run] + 821
    46  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    47  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    48  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00002ff7 start + 4363
    49  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00001fe7 start + 251
    50  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x9756b922 kevent + 10
    1   libSystem.B.dylib                 0x9756c03c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x9756b4f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x9756b29e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x9756ad21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x9756ab66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x9756a9b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9756af48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9756ab66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x975450e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x975bb45f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x975450e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x975bb45f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x975450fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x975a1aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x975450fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x975a1aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x0003ce90  edx: 0x13f71154
      edi: 0xbfffd19c  esi: 0x13f710d0  ebp: 0xbfffd1b8  esp: 0xbfffd170
       ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000004

  • Adobe Muse only give me the actionscript error message... I tried all solutions posted in this forum

    Hey so here the log I get wehn the actionscript error pops up..
    Hope this helps.
    Thanks for the help.
    Error: HTMLLoader failed to initialize
              at flash.html::HTMLLoader/initHTMLEngine()
              at flash.html::HTMLLoader()
              at mx.core::FlexHTMLLoader()
              at mx.core::ClassFactory/newInstance()
              at mx.controls::HTML/createChildren()
              at com.adobe.muse.widgets::MuseHTML/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at com.adobe.muse.widgets::BaseAttachingWidget/initialize()
              at com.adobe.pash.ui::DocumentCanvas/initialize()
              at com.adobe.pash.ui::PreviewCanvas/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/set mxmlContent()
              at spark.components::SkinnableContainer/set mxmlContent()
              at spark.components::SkinnableContainer/createDeferredContent()
              at spark.components::SkinnableContainer/createContentIfNeeded()
              at spark.components::SkinnableContainer/createChildren()
              at spark.components::Application/createChildren()
              at mx.core::UIComponent/initialize()
              at spark.components::Application/initialize()
              at spark.components::WindowedApplication/initialize()
              at com.adobe.pash.air::PASHonAIRApplication/initialize()
              at MuseOnAIR/initialize()
              at mx.managers.systemClasses::ChildManager/childAdded()
              at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
              at mx.managers::SystemManager/initializeTopLevelWindow()
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()

    Is it possible you're using a case-sensitive file system on your new mac?
    Can you make sure you've got the latest version of Adobe AIR installed?
    http://get.adobe.com/air/
    Also, you may want to try joining the muse prerelease program at museprerelease.com
    The new beta version is unlikely to have this problem.

Maybe you are looking for

  • Export list of portal content to excel for comparison

    Hi. I have the problem that I have to support a SAP Portal where Dev, Qas and Prod systens are not consistent. Many objects do not exists in Dev or are renamed. So I like to compare the portal content hierarchy of these systems e.g. with help of exce

  • How to copy SAP Solution Manager?

    Hi experts, I'm searching a manual, which explains a system copy for Solution Manager 7.0 EhP 1. I can't find such a document in the SAP Marketplace. Can anybody help me? Thanks and best regards Max

  • After Effects CS6 render fails!! Help!!!

    Hi, I have an issue with my Adobe After Effects CS6. When I try to render a compostion that contains video and audio, the render fails. I need your help very urgently.

  • To Find Table

    Hi, I am having a Structure COMT_PARTNER_TO_DISPLAY, now i have to find those tables which include this structure in it. how i can made this? Urgent. Regards, jackie

  • Allowing Default Values OR typed values in a SSRS Report Parameter

    Hello, I'm able to set a parameter while designing a SSRS report to use a list of values or I can chose to specify no values.  In the latter scenario when actually running the report the value can be typed instead of selected. What seems impossible i