Flash communicatio w/ javascript problems

I have been tasked w/ creating a new interface for something
at work.
I need to have flash communicate w/ some js that is on the
same page as my movie. (right now the actionscript will only
display what is returned in a dynamic text box.
the js is written by someone else so im not even sure if im
calling it right.
as:
js_next = ExternalInterface.call("buttonClick", "next");
link = js_next;
the js:
function buttonClick(id) {
if (buttonStatus.charAt(whichButton(id)) == '0') return
false;
var currentFrame = new
String(document.getElementById('contentFrame').contentWindow.document.location)
if (currentFrame.indexOf("glossary.htm") > -1 ||
currentFrame.indexOf("help.htm") > -1) {
document.getElementById('contentFrame').src = returnFrame
}else{
var curSize = new
Number(document.getElementById('narrationFrame').offsetHeight)
if (curSize < 215) {
document.getElementById('contentFrame').contentWindow.courseReview();
eval(document.getElementById('contentFrame').contentWindow.document.getElementById('pageV ariableScript').innerHTML);
switch (id) {
case 'back' :
buttonEnableAll();
if (back == '') {
buttonClick('exit');
}else{
document.getElementById('contentFrame').contentWindow.navigate(thisFolder
+ '/' + back);
break;
case 'reload' :
buttonEnableAll();
document.getElementById('contentFrame').contentWindow.location.reload();
break;
case 'next' :
buttonEnableAll();
// Process test bank Next Frame
if (next == '*') {
var testBank = getCookie("testBank");
if (testBank != '' && testBank != null) {
var theFrames = testBank.split(";");
next = theFrames.shift();
testBank = theFrames.join(";");
setCookie("testBank", testBank);
}else{
next = 'postresults.htm'
if (next == '') {
buttonClick('exit');
}else{
document.getElementById('contentFrame').contentWindow.navigate(thisFolder
+ '/' + next);
break;
case 'glossary' :
returnFrame = new
String(document.getElementById('contentFrame').contentWindow.document.location)
document.getElementById('contentFrame').src = 'glossary.htm'
break;
case 'audio' :
if (isNetscape()) {
var currSrc = document.images['btnAudio'].src
}else{
var currSrc = document.getElementById('btnAudio').src
currSrc = currSrc.toLowerCase().replace(/\//,"/");
var newSrc = currSrc.substring(0, currSrc.lastIndexOf('/') +
1)
if (currSrc.indexOf('audioon') > -1) { setAudio('N',
'interface'); newSrc += 'audiooff.gif' }
if (currSrc.indexOf('audiooff') > -1) { setAudio('D',
'interface'); newSrc += 'audiotext.gif' }
if (currSrc.indexOf('audiotext') > -1) { setAudio('Y',
'interface'); newSrc += 'audioon.gif' }
replaceImage('btnAudio', newSrc);
buttonClick('reload');
break;
case 'exit' :
if (next == '') {
document.getElementById('contentFrame').contentWindow.SCORM_Complete();
}else{
document.getElementById('contentFrame').contentWindow.SCORM_Incomplete();
window.opener.close();
break;
case 'help' :
returnFrame = new
String(document.getElementById('contentFrame').contentWindow.document.location)
document.getElementById('contentFrame').src = thisFolder +
'/../../_Common/help.htm'
break;
return true;
}

Using this:
<?php
if ($menu=="components"){
    ?>
<script language="javascript" type="text/javascript">
sendToFlash('components');
</script>
<?php
if ($menu=="tools"){
    ?>
    <script language="javascript" type="text/javascript">
    sendToFlash('tools');
    </script>
    <?php
?>

Similar Messages

  • Using Flash variable in Javascript problem

    I want Flash to load a rss feed and hand it to Javascript
    which will do the parsing and rendering. AFAIK Javaswcript can't
    load external documents and include them into the current html page
    for some security reasons. So I try this approach.
    I attached the code I have. My Problem is that Flash does
    pass the variable to javascript but the document.write overwrites
    everything else in the current html document.
    I don't want to work with popups for obvious reasons. The
    variable must be included in the _current_ document.
    Can anyone give me a hint how to get this working properly?

    What is happening is the XML file is getting cached by the browser.
    There are a few different ways to fix this, but this is what I have found to be the easiest.
    In the Actionscript, where the call to load the xml is, append a random string to the end of the call.
    so:
    (This is AS2 code - so a conversion is necessary if using AS3)
    myXML.load("http://path/to/xml.xml?r="+Math.round(Math.random()*99999999999999999999999999999999999999999999999));
    What this will do is tell the browser that you are calling a unique file every time you try to load the xml, which will forcefully bypass the cached version.

  • Flash javascript problems

    I am attempting to get Flash - Javascript communication working using ExternalInterface.addCallback, using code found at http://kb2.adobe.com/cps/156/tn_15683.html. I am trying to pass parameters into Flash using a javascript function, but it only works if I insert a 'window.alert' line into the code. Once I click OK, the parameter str is passed into Flash ok. The function is:
                   function sendToFlash(str) {
            if (str=="tools"){
                window.alert(str);   
            getFlashMovie("richFunctionality_corp").sendTextToFlash(str);
            if (str=="components"){
                window.alert(str);
            getFlashMovie("richFunctionality_corp").sendTextToFlash(str);
    If I remove the window.alert, str isn't passed into Flash. Is this a browser speed thing?
    A value menu is passed out of Flash using getURL("index.php?pageID=239&menu=tools"), i.e. the page reloads and a php script  sends the appropriate str value to the sendToFlash javascript function based upon the value of menu.
    Help! I'm totally at a loss here and my javascript knowledge is very basic.
    Thanks...

    Using this:
    <?php
    if ($menu=="components"){
        ?>
    <script language="javascript" type="text/javascript">
    sendToFlash('components');
    </script>
    <?php
    if ($menu=="tools"){
        ?>
        <script language="javascript" type="text/javascript">
        sendToFlash('tools');
        </script>
        <?php
    ?>

  • While executing ObjectTag in flash.htm, a javascript error occurred

    I'm attempting to place a SWF file in an editable region on a page created from a template.  I get the error: While executing ObjectTag in flash.htm, a javascript error occurred.  I saw on another sight that someone found the problem which was editable regions remove the head tag information.  But I do not know how to enter this info.  I tried just putting  a </head> and a head and body tag in code view inside the name region but this did not work. Any help would be appreciated.

    Main.dwt
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    background-color: #00C;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    #container {
    background-color: #FFF;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    #flashbanner {
    background-color: #FFF;
    height: 350px;
    width: 900px;
    #title {
    background-color: #FFF;
    height: 35px;
    width: 900px;
    #navtop {
    background-color: #FFF;
    height: 100px;
    width: 900px;
    #spacer1 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    #navleft {
    background-color: #FFF;
    float: left;
    height: 1200px;
    width: 250px;
    border-right-width: medium;
    border-right-style: solid;
    border-right-color: #00C;
    #mainbody {
    background-color: #FFF;
    height: 1200px;
    width: 646px;
    float: left;
    #spacer2 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    clear: both;
    #navbottom {
    background-color: #FFF;
    height: 100px;
    width: 900px;
    #spacer3 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    -->
    </style></head>
    <body>
    <div id="container"><!-- TemplateBeginEditable name="flashbanner" -->
      <div id="flashbanner">flashbanner</div>
    <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="title" -->
    <div id="title">title</div>
    <!-- TemplateEndEditable -->
    <div id="navtop">nav top</div>
      <div id="spacer1"></div>
      <div id="navleft">nav left</div>
      <!-- TemplateBeginEditable name="mainbody" -->
      <div id="mainbody">mainbody</div>
      <!-- TemplateEndEditable -->
      <div id="spacer2"></div>
      <div id="navbottom">nav bottom</div>
      <div id="spacer3"></div>
    container</div>
    </body>
    </html>
    Index.htm
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    background-color: #00C;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    #container {
    background-color: #FFF;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    #flashbanner {
    background-color: #FFF;
    height: 350px;
    width: 900px;
    #title {
    background-color: #FFF;
    height: 35px;
    width: 900px;
    #navtop {
    background-color: #FFF;
    height: 100px;
    width: 900px;
    #spacer1 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    #navleft {
    background-color: #FFF;
    float: left;
    height: 1200px;
    width: 250px;
    border-right-width: medium;
    border-right-style: solid;
    border-right-color: #00C;
    #mainbody {
    background-color: #FFF;
    height: 1200px;
    width: 646px;
    float: left;
    #spacer2 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    clear: both;
    #navbottom {
    background-color: #FFF;
    height: 100px;
    width: 900px;
    #spacer3 {
    background-color: #00C;
    height: 20px;
    width: 900px;
    -->
    </style></head>
    <body>
    <div id="container"><!-- InstanceBeginEditable name="flashbanner" -->
      <div id="flashbanner">flashbanner</div>
    <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="title" -->
    <div id="title">title</div>
    <!-- InstanceEndEditable -->
    <div id="navtop">nav top</div>
      <div id="spacer1"></div>
      <div id="navleft">nav left</div>
      <!-- InstanceBeginEditable name="mainbody" -->
      <div id="mainbody">mainbody</div>
      <!-- InstanceEndEditable -->
      <div id="spacer2"></div>
      <div id="navbottom">nav bottom</div>
      <div id="spacer3"></div>
    container</div>
    </body>
    <!-- InstanceEnd --></html>

  • Flash jumps when javascript change height of container DIV

    Flash jumps down, when you change(make bigger) the height of contaner DIV.
    I've narrowed the problem down to the simple code
    &lt;div id="layer" style="width:700px; height:45px;" onclick="
    this.style.height='225px' ">
    <embed src="test.swf" wmode="transparent" width="100%"
    height="100%"></embed>
    &lt;/div>
    No matter what SWF file is used, if you click on the flash(DIV) the
    javascript will change the height of the DIV and the flash will jump
    down.
    The quick fix is to remove the wmode="transparent", but if I need the transparency I cannot do that.
    Example - http://f-source.com/firefox4_flash_bug/

    You need to add 'px' to the height:
    <pre><nowiki>function resize() {
    height = document.documentElement.clientHeight;
    imgheight = Math.round((height / refheight) * 530);
    document.getElementById('Image1').style.height = imgheight+'px'; //background height
    setTimeout("resize()", resize_delay);
    }</nowiki></pre>

  • Trouble loading pages in Safari 1.3.2 (maybe due to a javascript problem?)

    Hi!
    I'm wondering if anyone could offer advice on how to fix a problem I'm having with my web browsers. I can't seem to load certain pages (e.g., Amazon.com). The browser loads most of the page, but then gets stuck on the last item and never finishes loading (so the whole page stays blank). I'm having the same problem in Safari, Firefox, and Internet Explorer. I think it may be a javascript problem. When I turn the javascript option off in Safari, I have no trouble loading the pages. Also, when I look at the safari activity monitor while opening those trouble pages, the .js files are the ones that don't load.
    Things I've tried include emptying the browser cache, resetting cookies, emptying my java cache in the utilities section, and making sure all of my software is up to date.
    Any help or suggestions you could give me would be fantastic. Thank you so much!

    Hello there,
    Do you have a style sheet [ CSS ] you are using in Safari-> Advanced Tab? if yes set it to none, and see if that helps.
    Whilst in Advanced tab check your network settings & make sure you've no proxies checked on.
    In " View " Check your Text encoding try using Unicode.
    Have you tried a restart,if the puter that can help.
    Have you run permission repair and see if DU reports any errors.
    In Utilities Disk Utility, First Aid tab. do not bother with verify perm.
    do run repair permissions. Stay on the left side of the Disk Utility
    < [ not repair disk ] if you know already, sorry.
    Good Luck, I hope something helps..
    Eme: )

  • On 12/23/11 I update the adobe flash player and have had problems since- unexpected closing and freezing. Remove the adobe flash player and those problems resolved. How do I go back to the earlier version of adobe?

    I was prompted by Firefox to update my adobe flash player on 12/23/11, which I did. Ever since then the web site has frozen and/or crashed. I run a internet business and can't have this continue. I uninstalled the flash player and the problems have stopped. I would like to reinstall the earlier version of adobe, since that didn't seem to impact the web site.
    This is the flash player I installed on the 23rd - Flash Player 10.3 for Mac OS X 10.4-10.5 (Intel)

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • Flash Builder 4 trace problem.....

    Flash Builder 4 trace problem.....
    Hi,
    I got the trace-classical problem:
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.display::Sprite$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.display::MovieClip$cinit ()
    267 AVMINF: MTHD PreloaderDisplay$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD mx.managers::SystemManager$cinit ()
    267 AVMINF: MTHD global$init ()
    267 AVMINF: MTHD flash.utils::Dictionary$cinit ()
    267 AVMINF: MTHD flash.utils::Dictionary ()
    267 AVMINF: MTHD flash.utils::Dictionary/init ()
    79 AVMINF: MTHD flash.display::Loader/get contentLoaderInfo ()
    379 AVMINF: MTHD flash.events::EventDispatcher/addEventListener ()
    379 AVMINF: MTHD flash.display::Loader/loadBytes ()
    380 AVMINF: MTHD flash.display::Loader/_buildLoaderContext ()
    380 AVMINF: MTHD flash.display::Loader/_getJPEGLoaderContextdeblockingfilter ()
    380 AVMINF: MTHD flash.display::Loader/_loadBytes ()
    More information:
    *I did read many answer already about the mm.cfg file, but I don't have that file, i don't even got firefox...
    *That is happens only when i am using flash player 10.2 + (IT DOES NOT HAPPENS WITH FLASH PLAYER 10.1 - )
    Please help,
    Thanks for advance.
    Esteban

    No.
    Working only with Flash Builder 4 to compile, but you can switch the flash player versions anyway.
    And when my flash version is up to 10.1 the trace console commes crazy, and brokes the debbug session.
    But never mind, i did kill the OS already in order to keep working.

  • Certain links in a website donot work ,some javascript problem ,worked well with old versions

    I have a problem with the site ,when i click on the link ,there is no effect ,it should open a new window ,there seems to be a javascript problem ,it shows me javascript(default),in previous versions i had no problem

    Those radio buttons seem to be working here.
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Blogger / Flash audio widget spacing problem

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Please excuse me re-posting this question, but I have new
    info and =
    needed a new subject line. :-)
    I'm trying to use a very nice little Flash audio player
    script on a =
    Blogger page. Here's what it looks like on a simple HTML
    page:
    http://ayersvirtual.com/deleteme.htm
    On that page above, in all my browsers, the spacing above and
    below the =
    audio player is fine. That's what I want.
    But when I put the same code in a Blogger post, there are
    massive =
    top-bottom margins in Firefox 3, and none at all in IE 7.=20
    Here is a sample Blogger post showing this:=20
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-player-problem=
    .html
    I dug through Blogger's CSS, and don't see anything that
    should cause =
    this. I added a line of CSS targeted at the <object>
    tag, zeroing its =
    margins, but that didn't do it.=20
    Any help with figuring this out would be MUCH appreciated!
    --=20
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18063"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY>
    <DIV><FONT face=3DArial size=3D2>Please excuse me
    re-posting this =
    question, but I=20
    have new info and needed a new subject line. 
    :-)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I'm trying to
    use a very nice little =
    Flash audio=20
    player script on a Blogger page. Here's what it looks like on
    a simple =
    HTML=20
    page:</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><A href=3D"
    http://ayersvirtual.com/deleteme.htm"><FONT
    face=3DArial =
    size=3D2>
    http://ayersvirtual.com/deleteme.htm</FONT></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>On that page
    above, in all my browsers, =
    <STRONG>the=20
    spacing above and below the audio
    player</STRONG> is =
    fine. That's=20
    what I want.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>But when I put
    the same code in a =
    Blogger post,=20
    there are <STRONG>massive top-bottom margins in Firefox
    3</STRONG>, and=20
    <STRONG>none at all in IE 7</STRONG>.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Here is a sample
    Blogger post showing =
    this:=20
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial=20
    size=3D2>
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-playe=
    r-problem.html</FONT><A=20
    href=3D"
    http://pattyayers.blogspot.com/"></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I dug through
    Blogger's CSS, and don't =
    see anything=20
    that should cause this. I added a line of CSS targeted at the
    =
    &lt;object&gt;=20
    tag, zeroing its margins, but that didn't do it.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Any help with
    figuring this =
    out would be MUCH=20
    appreciated!  :-)</FONT></DIV>
    <DIV><BR><FONT face=3DArial size=3D2>--
    <BR>Patty Ayers | </FONT><A=20
    href=3D"
    http://www.WebDevBiz.com"><FONT
    face=3DArial=20
    size=3D2>www.WebDevBiz.com</FONT></A><BR><FONT
    face=3DArial =
    size=3D2>Free Articles on=20
    the Business of Web Development<BR>Web Design Contract,
    Estimate Request =
    Form,=20
    Estimate
    Worksheet<BR>--</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0157_01C8E5D5.30A1E450--

    Yeah, it does make me appreciate Wordpress. I would have
    stuck with it, but
    when I found out that you have to pay to edit your CSS (on
    their hosted
    plan), I switched back to Blogger!
    I'll keep my eye on that beta ("draft") version of Blogger. I
    have to be
    cautious with my client's account, but maybe I'll try it for
    my own blogs.
    Thanks again...!
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Mad Dog" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm glad it worked. Yes, it's weird how Blogger adds
    <br>s, but remember,
    > it's for the masses who still act like they're on
    typewriters, so it does
    > make sense for most people. As I mentioned, the new
    version (in Draft mode
    > now) supposedly will get rid of that. Funny....the first
    thing I was going
    > to tell you want to remove anything more than a single
    space from the
    > <object>.....
    >
    > I'm surprised the setting affects everything. I would
    have expected it
    > would only affect a new post, not everything!
    >
    > Makes ya appreciate Wordpress, doesn't it? (Though I do
    like the interface
    > in Blogger)
    >
    > Anyway, glad I could help point you in a direction.
    >
    > MD
    >
    > P@tty Ayers ~ACE wrote:
    >> I think I found a way! I can't leave that setting
    turned off, because
    >> my client needs it turned on. (What a bizarre and
    silly way Blogger
    >> handles something as simple as paragraphs of text!)
    >>
    >> But, if I remove every ounce of white space from the
    <object> tag
    >> before I paste it in, Blogger doesn't add any
    <br> tags into it.
    >>
    >> I believe this is going to work. Mad Dog, thank you
    VERY much for
    >> giving me the clues I needed. I truly appreciate
    it!! This was really
    >> about to drive me crazy.
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >>
    >> "P@tty Ayers ~ACE"
    <[email protected]> wrote in
    >> message news:[email protected]...
    >>>
    >>> "Mad Dog"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>
    >>>> First...try going into the SETTINGS >
    FORMATTING and change
    >>>> "Convert line breaks" to "No." That might
    help, but might not.
    >>>> Blogger loves adding <br> and has been
    known to add them in
    >>>> embedded objects.
    >>>
    >>> That stops Blogger from adding <br /> tags
    into my <object> code!
    >>> Yay!! But unfortunately it left all of my blog
    posts completely without
    >>> any
    >>> paragraphs at all. If this was just for *my*
    blog, I could just add
    >>> the <p> tags in (which I tried, and it
    works). But it's for my
    >>> client's blog, and she's not going to do that.
    >>>
    >>> Does Blogger seriously not have a setting where
    hard returns are
    >>> turned into normal paragraph tags?? It's either
    <br> tags everywhere
    >>> and anywhere, or nothing??
    >>>
    >>>
    >>> --
    >>> Patty Ayers | www.WebDevBiz.com
    >>> Free Articles on the Business of Web Development
    >>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>> --
    >>>
    >>>
    >>>
    >>>>
    >>>> If that doesn't do it, try using the new
    Draft version of Blogger
    >>>> (
    http://draft.blogger.com/).
    It's still a work in progress (it won't
    >>>> Autosave!) but it doesn't add the automatic
    <br> linebreak. Check
    >>>> out more info about it at
    >>>>
    http://bloggerindraft.blogspot.com/2008/06/new-feature-new-post-editor.html,
    >>>> especially about halfway down. It's
    certainly worth a try!
    >>>>
    >>>> (I used Draft Blogger when I was away a
    couple of weeks ago since
    >>>> if you advance date a post, it won't show up
    until then, unlike the
    >>>> current version which posts it immediately
    but with an advance
    >>>> date. Doh!) MD
    >>>>
    >>>>
    >>>> P@tty Ayers ~ACE wrote:
    >>>>> The "Edit HTML" window in Blogger is a
    strange thing. I never see
    >>>>> much HTML in there. There are no
    <p> or <br> tags, just my text.
    >>>>> The code that I paste into the "Edit
    HTML" window has no extra <br
    >>>>> /> tags. Blogger apparently adds them
    before publishing the page.
    >>>>>
    >>>>> In other words, no, I can't manually
    remove them, because they're
    >>>>> not shown to me. :-(
    >>>>>
    >>>>> Do you use Blogger, MD? Is the "Edit
    HTML" feature like that for
    >>>>> you, also? Any other ideas?
    >>>>>
    >>>>> --
    >>>>> Patty Ayers | www.WebDevBiz.com
    >>>>> Free Articles on the Business of Web
    Development
    >>>>> Web Design Contract, Estimate Request
    Form, Estimate Worksheet
    >>>>>
    >>>>> "Mad Dog"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Have you gone into the HTML window
    and manually removed them?
    >>>>>>
    >>>>>> P@tty Ayers ~ACE wrote:
    >>>>>>> Yup, Blogger has added 7 <br
    /> tags *inside* my <object> tag.
    >>>>>>> Argh. What I need is a way to
    stop Blogger from doing that. I
    >>>>>>> wonder if I can trick it
    somehow.
    >>>>>>>
    >>>>>>> --
    >>>>>>> Patty Ayers | www.WebDevBiz.com
    >>>>>>> Free Articles on the Business of
    Web Development
    >>>>>>> Web Design Contract, Estimate
    Request Form, Estimate Worksheet
    >>>>>>>
    >>>>>>> "P@tty Ayers ~ACE"
    <[email protected]> wrote
    >>>>>>> in message
    news:[email protected]...
    >>>>>>>> I'm sure you're both right,
    but there are no <br /> tags in the
    >>>>>>>> <object> code that I
    enter into Blogger. For some perverse
    >>>>>>>> reason, Blogger adds them.
    Not sure where that leaves me. :-( Any
    >>>>>>>> ideas? --
    >>>>>>>> Patty Ayers |
    www.WebDevBiz.com
    >>>>>>>> Free Articles on the
    Business of Web Development
    >>>>>>>> Web Design Contract,
    Estimate Request Form, Estimate Worksheet
    >>>>>>>> --
    >>>>>>>>
    >>>>>>>> "Speculumcm"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> Osgood escribió:
    >>>>>>>>>> You have quite a few
    <br /> tags within the <object> tag
    >>>>>>>>>> itself which
    should'nt be there and will cause spacing issue.
    >>>>>>>>>> I'd remove them and
    see what happens.
    >>>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Yep, Osgood it's right,
    remove <br /> tags within <object> tag
    >>>>>>>>> and <embed> tags
    as well. Something like this:
    >>>>>>>>>
    >>>>>>>>> <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>>>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    >>>>>>>>> width="290"
    height="24"> <param name=movie
    >>>>>>>>> value="
    http://mojomom.com/podcast/audio-player/player.swf"><param
    >>>>>>>>> name=quality
    value=high><param name="LOOP" value="false">
    >>>>>>>>> <param name="wmode"
    value="transparent"><param name="FlashVars"
    >>>>>>>>>
    value="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_Momma _Zen_v1.mp3">
    >>>>>>>>> <embed
    src="http://mojomom.com/podcast/audio-player/player.swf"
    >>>>>>>>>
    FlashVars="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_M omma_Zen_v1.mp3"
    >>>>>>>>> quality=high
    >>>>>>>>> pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    >>>>>>>>>
    type="application/x-shockwave-flash" width="290" height="24"
    >>>>>>>>> loop="false">
    </embed> </object>
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Eso lo arregla
    definitivamente
    >>>>>>>>>
    >>>>>>>>> Saludos
    >
    >

  • If WDA will be able to call a Flash island, and Flash can call javascript

    In this thread here:
    How would/should you invoke a javascriptable applet from WDA or WDJ?
    Thomas said that an upcoming release of WDA will let WDA call Flash "islands".
    Since this link:
    http://www.adobe.com/devnet/flash/articles/external_interface.html
    says that Flash can invoke javascript,  won't it be possible for WDA to call an applet indirectly by calling Flash and letting Flash call the applet ?
    djh

    Anton -
    I asked Thomas Stout to describe exactly what he's doing with Flex and JMol, and I'm posting his response just to be sure that there is no way (other than the portal) of duplicating what he is doing using WDA.
    Here's his response:
    Backend (linux):
    - we have a "database" of crystal structures in flat-file directories (for example,
    weekly rsync's from the PDB)
    - we parse those with perl scripts into an XML table with tagged data that we
    feel is relevant
    Flex:
    - the Flex app is constructed to load that XML file and display the data in a
    table.  We exported that code from Flex into an HTML table, which provided
    the basic page with a Flash movie of the Flex app embedded (See the attached
    screenshot from a development version of our web page: it's the horizontal
    rectangle at the top of the page).
    webpage:
    - we then built of the Jmol functionality into the lower half of this web page.  The
    table entries at the top are sortable on any column and filterable via the text
    box.  Once a line in the table is selected, the "Load" button passes the
    accompanying structure to the Jmol applet and all of the Jmol "tools" become
    active in the lower half of the page.   There is no communication in the reverse
    direction (can't think of why you would want to!).
    - BTW, the web page does not use "frames" -- I'm personally opposed to them --
    but it is all constructed within a table.  The Flash movie is in a table cell that
    spans two columns, the Jmol app is down a row and in the left hand (wider) cell,
    while the selectable links on the right are all in the right-hand cell.  The page is
    an amusing gmisch of HTML, javascript and JmolScript all fighting it out
    together.....    :)

  • Safari browser does not detect Adobe Flash and/or JavaScript.

    Hello,
    I have Safari and Firefox loaded on my Mac. My Firefox browser detects Adobe Flash Player and Javascript is enabled, but my Safari browser doesn't seem to detect it although it is definitely loaded and installed on the computer. I can watch/see videos on youtube and see flash-enabled content on websites using firefox browser, but my safari browser cannot. Is there anything else I can do to fix this? I went and checked that I have javascript enabled in my preferences for the Safari Browser.
    I have reinstalled the latest version of flash player on my computer several times. But, when I go to a website like youtube, all it tells me is that either my Javascript is disabled or I have an old version of Flash player. I've repeatedly installed the newest version. I need help with this. Thanks.

    No it doesn't work now. I uninstalled Flash, reinstalled, unclicked the javascript buttons in safari preferences, restarted, everything, and still I can't play vids in sites like youtube.com.

  • Flash Player and JavaScript

    Hi,
    I am the creator of the
    Virtual Cutter.
    This is a website that can be used to create clips and playlists
    for a large number of streaming video formats, and currently
    supports the Windows Media Player, Real Player, Quicktime Player
    and Kasenna Broadband Player. I am now looking to support the Flash
    Player as well, or, more accurately, Flash-specific file formats
    such as swf and flv.
    As I am not a Flash programmer and do not know much about
    Flash files, I hope to find answers to the questions I have about
    this issue in this forum.
    To use the architecture of the Virtual Cutter, I need to
    access the Flash Player using JavaScript.
    1. Is there a JavaScript function to get the current position
    of the videofile? Something like flashplayer.getcurrentposition
    2. Is it possible to add buttons to start, stop, pause,
    rewind the file?
    Off course, to play a clip, it must be possible to play a
    file from any position in the file. The Virtual Cutter therefore
    generates (depending on the player) an .asx, ram or.smil file, that
    contains parameters for start point and end point/duration.
    3. Is there a similar file format that I can use to play only
    a selection of the Flash file?
    4. Is is possible to create a playlist, so a sequence of
    clips can be played?
    5. What Flash-specific file formats could be processed?
    The Virtual Cutter is an Open Source project. If anyone is
    interested in working together on this, please contact me.
    Best wishes,
    André Rosendaal

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash. Adobe is not providing Flash for Apple iOS devices, and they no longer provide Flash for any other cellular phones. Flash is officially gone.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    A sample of Apps that can display some Flash content:
      1. Puffin
      2. SkyFire
      3. Photon Flash
      4. Browse2Go
      5. Swifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Safari crashes at random times (ie. Facebook, ESPN), Javascript problem?

    If it helps, Dashboard crashes whenever I open it also.
    I'm guessing this is a javascript problem but I can't seem to find any solutions to this problem so far. (Although a lot of people seem to be having similar repetitive crashing problems!)
    Somebody help? I'll post an error log soon.

    Process: Safari 1452
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd 72
    Date/Time: 2009-01-05 18:27:24.496 -0800
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000008b2074d2
    Crashed Thread: 4
    Thread 0:
    0 libSystem.B.dylib 0x9145b20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91462ce5 pthreadmutexlock + 569
    2 com.apple.JavaScriptCore 0x924dcfaa KJS::JSLock::DropAllLocks::~DropAllLocks() + 154
    3 com.apple.WebKit 0x9415de88 -WebBaseNetscapePluginView setWindowIfNecessary + 136
    4 com.apple.WebKit 0x9415c807 -WebBaseNetscapePluginView updateAndSetWindow + 151
    5 com.apple.WebKit 0x9415be74 -WebBaseNetscapePluginView start + 244
    6 com.apple.WebKit 0x9415bc1b -WebBaseNetscapePluginView viewDidMoveToWindow + 155
    7 com.apple.AppKit 0x95c6d4a8 -NSView _setWindow: + 1413
    8 com.apple.AppKit 0x95c762b1 -NSView addSubview: + 470
    9 com.apple.WebKit 0x9415b4c0 -WebHTMLView addSubview: + 64
    10 com.apple.WebCore 0x90f7cc05 WebCore::Widget::addToSuperview(NSView*) + 277
    11 com.apple.WebCore 0x90f7c773 WebCore::RenderWidget::setWidget(WebCore::Widget*) + 275
    12 com.apple.WebCore 0x90f7c5f3 WebCore::RenderPart::setWidget(WebCore::Widget*) + 51
    13 com.apple.WebCore 0x90f7c447 WebCore::FrameLoader::loadPlugin(WebCore::RenderPart*, WebCore::KURL const&, WebCore::String const&, *::Vector<WebCore::String, 0ul> const&, *::Vector<WebCore::String, 0ul> const&, bool) + 455
    14 com.apple.WebCore 0x90f7c0b9 WebCore::FrameLoader::requestObject(WebCore::RenderPart*, WebCore::String const&, WebCore::AtomicString const&, WebCore::String const&, *::Vector<WebCore::String, 0ul> const&, *::Vector<WebCore::String, 0ul> const&) + 489
    15 com.apple.WebCore 0x90f7807c WebCore::RenderPartObject::updateWidget(bool) + 2252
    16 com.apple.WebCore 0x90f13d0f WebCore::FrameView::performPostLayoutTasks() + 463
    17 com.apple.WebCore 0x90eeecda WebCore::FrameView::layout(bool) + 762
    18 com.apple.WebCore 0x91069230 WebCore::Document::updateLayout() + 112
    19 com.apple.WebCore 0x90f7a5f8 WebCore::Document::updateLayoutIgnorePendingStylesheets() + 104
    20 com.apple.WebCore 0x90fa50e5 WebCore::Element::offsetWidth() + 21
    21 com.apple.WebCore 0x90f660e0 WebCore::JSElement::getValueProperty(KJS::ExecState*, int) const + 384
    22 com.apple.JavaScriptCore 0x924b2f43 KJS::DotAccessorNode::evaluate(KJS::ExecState*) + 243
    23 com.apple.JavaScriptCore 0x924b1f39 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
    24 com.apple.JavaScriptCore 0x924b1ee9 KJS::VarStatementNode::execute(KJS::ExecState*) + 25
    25 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    26 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    27 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    28 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    29 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    30 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    31 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    32 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    33 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    34 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    35 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    36 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    37 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    38 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    39 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    40 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    41 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    42 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    43 com.apple.JavaScriptCore 0x925074b1 KJS::FunctionCallBracketNode::evaluate(KJS::ExecState*) + 1857
    44 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    45 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    46 com.apple.JavaScriptCore 0x924cc2fa KJS::IfElseNode::execute(KJS::ExecState*) + 106
    47 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    48 com.apple.JavaScriptCore 0x924c3841 KJS::TryNode::execute(KJS::ExecState*) + 33
    49 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    50 com.apple.JavaScriptCore 0x924bf986 KJS::ForNode::execute(KJS::ExecState*) + 102
    51 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    52 com.apple.JavaScriptCore 0x924f473d KJS::DoWhileNode::execute(KJS::ExecState*) + 45
    53 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    54 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    55 com.apple.JavaScriptCore 0x924bd010 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
    56 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    57 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    58 com.apple.JavaScriptCore 0x924b92ce KJS::IfNode::execute(KJS::ExecState*) + 78
    59 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    60 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    61 com.apple.JavaScriptCore 0x924bd010 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896
    62 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    63 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    64 com.apple.JavaScriptCore 0x924b92ce KJS::IfNode::execute(KJS::ExecState*) + 78
    65 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    66 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    67 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    68 com.apple.JavaScriptCore 0x924b39b0 KJS::LogicalAndNode::evaluate(KJS::ExecState*) + 112
    69 com.apple.JavaScriptCore 0x924b9329 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25
    70 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    71 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    72 com.apple.JavaScriptCore 0x924c848c KJS::functionProtoFuncApply(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 588
    73 com.apple.JavaScriptCore 0x924b2dd6 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 806
    74 com.apple.JavaScriptCore 0x924bbcdf KJS::ReturnNode::execute(KJS::ExecState*) + 79
    75 com.apple.JavaScriptCore 0x924c0340 KJS::BlockNode::execute(KJS::ExecState*) + 64
    76 com.apple.JavaScriptCore 0x924cc2fa KJS::IfElseNode::execute(KJS::ExecState*) + 106
    77 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    78 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    79 com.apple.JavaScriptCore 0x924fd8b7 KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 135
    80 com.apple.WebCore 0x9107a2e1 WebCore::ScheduledAction::execute(KJS::Window*) + 641
    81 com.apple.WebCore 0x91079f8d KJS::Window::timerFired(KJS::DOMWindowTimer*) + 269
    82 com.apple.WebCore 0x91079e68 KJS::DOMWindowTimer::fired() + 40
    83 com.apple.WebCore 0x91075d09 WebCore::TimerBase::fireTimers(double, **::Vector<WebCore::TimerBase, 0ul> const&) + 137
    84 com.apple.WebCore 0x91075a92 WebCore::TimerBase::sharedTimerFired() + 162
    85 com.apple.WebCore 0x910759d4 WebCore::timerFired(__CFRunLoopTimer*, void*) + 68
    86 com.apple.CoreFoundation 0x95b95b25 CFRunLoopRunSpecific + 4469
    87 com.apple.CoreFoundation 0x95b95cd8 CFRunLoopRunInMode + 88
    88 com.apple.HIToolbox 0x93a2f2c0 RunCurrentEventLoopInMode + 283
    89 com.apple.HIToolbox 0x93a2f012 ReceiveNextEventCommon + 175
    90 com.apple.HIToolbox 0x93a2ef4d BlockUntilNextEventMatchingListInMode + 106
    91 com.apple.AppKit 0x95c96d7d _DPSNextEvent + 657
    92 com.apple.AppKit 0x95c96630 -NSApplication nextEventMatchingMask:untilDate:inMode:dequeue: + 128
    93 com.apple.Safari 0x0000808e 0x1000 + 28814
    94 com.apple.AppKit 0x95c8f66b -NSApplication run + 795
    95 com.apple.AppKit 0x95c5c8a4 NSApplicationMain + 574
    96 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x914623ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9148cd0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x90e528ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x90e0b065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x9148c095 pthreadstart + 321
    5 libSystem.B.dylib 0x9148bf52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9145b1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x914629bc mach_msg + 72
    2 com.apple.CoreFoundation 0x95b950ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95b95cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x96523052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x9148c095 pthreadstart + 321
    6 libSystem.B.dylib 0x9148bf52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9145b1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x914629bc mach_msg + 72
    2 com.apple.CoreFoundation 0x95b950ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95b95cd8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00118d4d 0x1000 + 1146189
    5 com.apple.Safari 0x00117fd3 0x1000 + 1142739
    6 com.apple.Safari 0x00118081 0x1000 + 1142913
    7 libSystem.B.dylib 0x9148c095 pthreadstart + 321
    8 libSystem.B.dylib 0x9148bf52 thread_start + 34
    Thread 4 Crashed:
    0 com.apple.JavaScriptCore 0x924ceacf KJS::Collector::collect() + 239
    1 com.apple.JavaScriptCore 0x92490065 void* KJS::Collector::heapAllocate<(KJS::Collector::HeapType)0>(unsigned long) + 485
    2 com.apple.JavaScriptCore 0x924b3015 KJS::StringImp::toObject(KJS::ExecState*) const + 85
    3 com.apple.JavaScriptCore 0x924c377c KJS::DotAccessorNode::evaluateToNumber(KJS::ExecState*) + 252
    4 com.apple.JavaScriptCore 0x925016fa KJS::SubNode::evaluate(KJS::ExecState*) + 170
    5 com.apple.JavaScriptCore 0x924b342b KJS::ArgumentListNode::evaluateList(KJS::ExecState*, KJS::List&) + 43
    6 com.apple.JavaScriptCore 0x924b2c5b KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 427
    7 com.apple.JavaScriptCore 0x924b1f39 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
    8 com.apple.JavaScriptCore 0x924b1ee9 KJS::VarStatementNode::execute(KJS::ExecState*) + 25
    9 com.apple.JavaScriptCore 0x924b9a71 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481
    10 com.apple.JavaScriptCore 0x924b9529 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265
    11 com.apple.JavaScriptCore 0x924d52b5 KJS::FunctionCallResolveNode::evaluateToBoolean(KJS::ExecState*) + 949
    12 com.apple.JavaScriptCore 0x924c052a KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 106
    13 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    14 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    15 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    16 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    17 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    18 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    19 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    20 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    21 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    22 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    23 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    24 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    25 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    26 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    27 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    28 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    29 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    30 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    31 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    32 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    33 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    34 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    35 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    36 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    37 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    38 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    39 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    40 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    41 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    42 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    43 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    44 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    45 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    46 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    47 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    48 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    49 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    50 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    51 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    52 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    53 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    54 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    55 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    56 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    57 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    58 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    59 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    60 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    61 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    62 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    63 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    64 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    65 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    66 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    67 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    68 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    69 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    70 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    71 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    72 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    73 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    74 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    75 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    76 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    77 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    78 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    79 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    80 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    81 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    82 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    83 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    84 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    85 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    86 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    87 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    88 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    89 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    90 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    91 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    92 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    93 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    94 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    95 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    96 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    97 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    98 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    99 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    100 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    101 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    102 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    103 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    104 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    105 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    106 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    107 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    108 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    109 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    110 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    111 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    112 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    113 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    114 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    115 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    116 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    117 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    118 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    119 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    120 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    121 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    122 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    123 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    124 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    125 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    126 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    127 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    128 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    129 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    130 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    131 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    132 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    133 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    134 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    135 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    136 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    137 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    138 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    139 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    140 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    141 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    142 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    143 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    144 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    145 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    146 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    147 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    148 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    149 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    150 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    151 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    152 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    153 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    154 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    155 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    156 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    157 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    158 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    159 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    160 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    161 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    162 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    163 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    164 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    165 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    166 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    167 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    168 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    169 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    170 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    171 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    172 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    173 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    174 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    175 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    176 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    177 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    178 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    179 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    180 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    181 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    182 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    183 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    184 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    185 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    186 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    187 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    188 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    189 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    190 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    191 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    192 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    193 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    194 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    195 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    196 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    197 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    198 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    199 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    200 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    201 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    202 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    203 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    204 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    205 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    206 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    207 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    208 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    209 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    210 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    211 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    212 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    213 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    214 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    215 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    216 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    217 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    218 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    219 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    220 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    221 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    222 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    223 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    224 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    225 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    226 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    227 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    228 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    229 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    230 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    231 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    232 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    233 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    234 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    235 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    236 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    237 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    238 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    239 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    240 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    241 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    242 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    243 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    244 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    245 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    246 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    247 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    248 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    249 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    250 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    251 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    252 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    253 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    254 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    255 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    256 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    257 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    258 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    259 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    260 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    261 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    262 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    263 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    264 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    265 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    266 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    267 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    268 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    269 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    270 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    271 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    272 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    273 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    274 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    275 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    276 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    277 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    278 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    279 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    280 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    281 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    282 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    283 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    284 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    285 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    286 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    287 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    288 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    289 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    290 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    291 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    292 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    293 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    294 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    295 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    296 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    297 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    298 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    299 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    300 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    301 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    302 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    303 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    304 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    305 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    306 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    307 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    308 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    309 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    310 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    311 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    312 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    313 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    314 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    315 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    316 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    317 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    318 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    319 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    320 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    321 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    322 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    323 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    324 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    325 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    326 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    327 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    328 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    329 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    330 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    331 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    332 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    333 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    334 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    335 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    336 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    337 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    338 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    339 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    340 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    341 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    342 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    343 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    344 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    345 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    346 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    347 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    348 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    349 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    350 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    351 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    352 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    353 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    354 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    355 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    356 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    357 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    358 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    359 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    360 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    361 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    362 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    363 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    364 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    365 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    366 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    367 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    368 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    369 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    370 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    371 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    372 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    373 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    374 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    375 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    376 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    377 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    378 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    379 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    380 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    381 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    382 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    383 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    384 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    385 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    386 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    387 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    388 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    389 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    390 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    391 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    392 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    393 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    394 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    395 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    396 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    397 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    398 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    399 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    400 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    401 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    402 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    403 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    404 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    405 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    406 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    407 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    408 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    409 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    410 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    411 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    412 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    413 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    414 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    415 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    416 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    417 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    418 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    419 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    420 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    421 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    422 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    423 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    424 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    425 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    426 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    427 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    428 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    429 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    430 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    431 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    432 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    433 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    434 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    435 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    436 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    437 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    438 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    439 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    440 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    441 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    442 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    443 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    444 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    445 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    446 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    447 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    448 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    449 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    450 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    451 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    452 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    453 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    454 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    455 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    456 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    457 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    458 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    459 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    460 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    461 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    462 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    463 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    464 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    465 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    466 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    467 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    468 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    469 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    470 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    471 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    472 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    473 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    474 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    475 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    476 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    477 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    478 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    479 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    480 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    481 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    482 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    483 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    484 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    485 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    486 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    487 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    488 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    489 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    490 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    491 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    492 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    493 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    494 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    495 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    496 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    497 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    498 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    499 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    500 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    501 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    502 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    503 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    504 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    505 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    506 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    507 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    508 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    509 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 25
    510 com.apple.JavaScriptCore 0x924c04d9 KJS::LogicalOrNode::evaluateToBoolean(KJS::ExecState*) + 2

  • Flash player causes real problems on Youtube

    Flash player causes real problems on Youtube site.
    I don't really know if it's a Flash Player problem or a Youtube one but Youtube used to work fine back in like 3-4 months ago, now it doesn't anymore.
    The issues I encounter with Flash player on Youtube are as follows:
    First issue is the fact that after the video completely loads or it loads a big part of it then I click on the seek bar to jump at a specific time that has been already downloaded by the Flash player the video starts loading again from that point on like it didn't actually downloaded that part before. This issue causes big bandwith use since it downloads many many times the same portions of the clip that it has already loaded before dozens of time. If I play a 3 min music clip and click replay or point on the seek bar at the begining of the clip to play it again it loads/downloads the clip again and again and again. If the video clip has over 1 hour then I click play it might entirely load into the player in a few minutes then I click on the seek bar to skip at a certain point it starts loading again from that point on. This is the most anoying thing I encounter with Youtube lately.
    Second issue is the fact that if I click on the seek bar of the player to skip to a specific time most of the time the playback does not start from that point on but it skips back to the last point where it was so I must click several times or keep the mouse button pressed for a long time on the same point in order to play from that place on. This one is again very anoying.
    Third issue is that after the video starts playing in 360p it automatically changes to 720p after a minute or so even if I had checked this setting "I have a slow connection. Never play higher-quality video" in Youtube Playback Settings. I cleared the cookies and chosed several times the same "I have a slow connection. Never play higher-quality video" setting in Youtube Playback Settings but it just doesn't keep the settings on. This one is again very anoying since my computer can't handle well 720p.
    I have reinstalled Win XP SP3 and even installed Win 7 SP1 tried several versions of Flash Player and several versions of Firefox, Chrome and Opera but the same issues occur everytime.
    I haven't encounter any of these issues before like 3-4 months ago.

    I have had problems trying to watch videos on youtube for the past couple of years. It's been almost unbearable, even if I set the resolution to 144kb! Then a few days ago, I went to youtube and couldn't watch at all. There was an error showing that my Flashplayer was out of date, and then a link to Firefox to get the right update. I did that two times to no avail. I had just installed the newest version of Flash Player as of November 2014, yet this error kept popping up. Finally, out of utter frustration, I did like you did, and uninstalled everything related to Adobe Flash. Then I went to youtube, just to see how bad the result would be, and suddenly videos started playing smoother, at higher resolution, and with faster buffering to start out.  Sure, there are some videos that I can't play, and the newest iTunes seemed to have issues without having Flash, but videos aren't frustrating me like they had been on youtube.
    So, yeah, I know what you're saying. I had the same solution work for me. Cheers.

Maybe you are looking for

  • PlZ help me these question

    Hi all, i attended a interview, these are the qes..plz help me with ans.. 1. is it possible without using function modules in bdc(open, insert,close) data transferring? how ... 2. which one is better session/call transection? why? 3. in LSMW what r t

  • Spry Data does not display in browser window.

    Using CS4 I followed "Building a photo album with the Spry framework" by Don Booth.  I can run gallery.html  in Dreamweaver CS4 "Live View" and it works, but does not work in a browser. Does not work in "Preview in browser" from Dreamweaver nor IE8 n

  • Adobe Flash Player will not Start on IE 11

    I am having a problem with the Adobe Flash Player plugin for IE 11 on Windows 8.1 Pro x64. Whenever I try to use the desktop version of IE 11 and try to load a page that has flash content on it, I get the following warning: Whenever I click "Allow",

  • Slow iTunes Cover Flow

    I have a Macbook 2 Ghz processor with a 1gig of ram. I have just over 5,000 songs and they are all on my hard drive, when i use the cover flow view in iTunes it seems to be very slugish sometimes. When I first got the Macbook cover flow worked beauti

  • STKO and STPO link

    Hi, How to find the link STLAL(Alternative BOM) field in STKO and STPO. Please let me know how to link. Its very urgent. Thanks & Regards, Murali.