Playback of flash slideshow and jittering audio

the flash slideshow appears to be jittery but when you play individual .flv files it appears it has been encoded ok. interesting problem

Another possibility is poor reporting of the problem. :)
Are you referring to the brief pause in the transition between each slide? That's how slideshow works for Flash export, since Encore's Flash export is for progressive download, and each chapter is its own FLV file.
Pro: The wait for download is minimized, since only a single chapter has to be downloaded before playback begins
Con: There is a slight pause between chapters
If this does not address what you are seeing, please provide more details describing exactly what you are seeing. Posting a link to a faulty Flash-encode slideshow might help.

Similar Messages

  • Best method for flv playback in flash 8

    group,
    i am currently trying to get to grips with flv playback with
    flash 8. i have come across a number of methods for flv playback
    within flash 8 and am curious to know the difference between
    methods and ultimately if there is such a difference discover which
    is best. I have had a few issues with some methods and was
    wondering if it was because that method sucks.
    In particular i am looking for the best method for allowing
    custom skinning of the player with the ability to have a player
    somewhere on stage without it being stapled to the darn flv file.
    METHOD1:
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    theVideo.attachVideo(ns);
    ns.play("testmovie.flv");
    METHOD2:
    import mx.video.*;
    this.attachMovie("FLVPlayback", "my_FLVPlybk", 10,
    {_width:360,_height:240,x:0, y:0});
    my_FLVPlybk.skin = "SteelExternalAll.swf"
    my_FLVPlybk.contentPath = "testmovie.flv";
    my_FLVPlybk.autoSize=true;
    my_FLVPlybk.autoPlay=false;
    what are the differences??
    any help would be much appreciated. Thanks for your time and
    expertises,
    Flash fan.

    Adobe has announced that it has ceased development of Flash for mobile phones (in favour of HTML5, and due to the opposition of both Apple and Microsoft to allow support of Flash for their mobile operating systems), so from that direction neither Microsoft nor Nokia is going to get any help.
    If the Adobe Flash Video format specification is publicly available to use or to license (I don't know if it is), then at least Microsoft could implement support for it, if they wanted to (Nokia might not have sufficient rights from Microsoft to add new codecs to Windows Phone).
    So, you might direct your question primarily to Microsoft, rather than Nokia (of course, a Microsoft representative will probably read this, too, but whether they'll response or not is another matter).

  • Playback of Flash Tracks

    *I work in a school district and we recently upgraded to QuickTime 7.2. We also are using Kid Pix 4. We have discovered that the stickers and animation in Kid Pix no longer work after the Quick Time upgrade. I have found the following information on the Kid Pix support site:*
    _+"Stickers and Animation do not appear (Windows®)+_
    +When attempting to add a sticker or animation to a project in Kid Pix® Deluxe 4, the handles for the object show in the workspace, but the sticker or animation does not appear. Updating to Apple® Quicktime® 7.1.3 can cause this behavior. A setting in Quicktime® will need to be adjusted. Review the remainder of this technical note for additional information.+
    +Perform the following steps to adjust Quicktime® 7.1.3 to work properly with Kid Pix® Deluxe 4:+
    +Close all programs and windows and return to the desktop.+
    +Click the Start button and select Control Panel. The Control Panel window will appear. If the Control Panel is showing in category view, click the Switch to Classic View link. (Windows® XP)+
    +Double-click on the Quicktime icon. Quicktime Preferences will display.+
    +Click the Advance tab. Additional options will appear.+
    +Place a check in the box labeled Enable Playback of Flash Tracks and click Apply. The Quicktime Preferences window and Quicktime Player may be closed.+
    +Launch and use Kid Pix® Deluxe 4. The stickers and animations will appear correctly."+
    *My problem is that it only fixes it for the current person logged in.*
    *Our students do not have access to the control panel, and they are volitile users (meaning they are deleted upon logout).*
    *Do you know if there is a registry key we could use to make that change for all users?*

    Don't know if you figured it out yet, but I was in the exact same situation. (Am using DLUs, students are volatile, Teacher/Administrative are non-volatile.)
    Here's how I fixed it:
    Logged in using my admin account to set the preferences for QT the way I wanted them. Copied the quicktime.qtp file from my local account's directory to someplace accessible by all (I used x:\Kid Pix 3 Network Server\WSinstall" directory". (NOTE: the quicktime.stp file is not stored in the "defaultuser", or "All users" local USERPROFILES, but the local user's USERPROFILES directory)
    Every time a user runs KidPix 4 I make sure that file gets copied over to: "c:\Documents and Settings\<user>\Local Settings\Application Data\Apple Computer\Quicktime\"
    I just did a batch file in the "Lauch Scripts" in ZENworks to "Run before Launching". It copies the quicktime.qtp file to where it needs to be (see batch file info below).
    Also, I didn't have to do an install at each workstation for the client by actually running client install. I installed it once, then copied the directory to the "WSinstall" directory mention above. When someone runs Kid Pix it looks to to see if the client files are on the local drive, if not, it just copies them over.
    below is the batch file I use form within ZENworks:
    @ECHO OFF
    TITLE INSTALLING KID PIX 4 CLIENT, Please wait . . .
    if exist "C:\Program Files\The Learning Company\KidPix 4 Network\KP.exe" GOTO END
    ECHO Copying files . .
    xcopy "X:\Kid Pix 4 Network Server\WSinstall\The Learning Company\KidPix 4 Network\." "C:\Program Files\The Learning Company\KidPix 4 Network\." /E /Y
    :END
    C:
    MD "%USERPROFILE%\Local Settings\Application Data\Apple Computer\QuickTime\
    CD "%USERPROFILE%\Local Settings\Application Data\Apple Computer\QuickTime\
    xcopy "X:\Kid Pix 4 Network Server\WSinstall\QuickTime.qtp" /Q /Y
    xcopy "X:\Kid Pix 4 Network Server\WSinstall\KP.cfg" "C:\Program Files\The Learning Company\KidPix 4 Network\." /E /Y
    (The KP.cfg file lets you configure auto-login and default save locations, see tech notes 41047 and 41581 at support.riverdeep.net.)

  • Advice for flash animation and audio

    Just wondered if anyone could give me advice on the
    following:
    I have a music score in flash with an animated bar to show
    the position in the score during playback. The audio track is
    included with the flash file before I import it into Director.
    Is this the best method to run audio and flash together or
    does running the flash movie and audio track seperately have any
    advantages.
    regards
    Andy

    Hi Andy,
    That behavior will let you set a Flash sprite's member to be
    paused or
    not. I don't know that this has anything to do with what you
    want to do.
    You can't directly change the volume of a flash .swf from
    Director. You
    can use sprite(X).stopAllSounds() to stop the sound in a
    Flash .swf in
    Director, but there's no start available. A Flash .swf has a
    sound
    property, but that will only toggle the sound of an .swf off
    and on, and
    only applies after the sound has finished. The change will be
    used at
    the next play of the .swf.
    You can use the soundLevel property of Director to control
    the volume of
    the whole Director movie. If you have no other sounds playing
    when the
    .swf is running, you can use this property to control volume.
    It's
    pretty coarse, it only allows for 7 levels of volume change.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Slow motion recording and playback with Flash Player with web browers

    Hi,
    I am using a MacBook, have installed Flash Player 10, and everything was great until a couple of days ago. Then, my audio playback with Flash seems to be in slow motion. I record my voice in this program call Voicethread using either Safari or Firefox and what it should be a 3 seconf audio track seems to be elongated to 9, streching my voice like it is on slow motion. I have tried everything that it is recommended (restaring, uninstallins, reinstalling, etc) and NOTHING... I have spent hours already trying to fix this issue that came from nowhere... 36 hours ago was working just perfectly!
    Any suggestions?
    Many thanks,
    Luis

    Adobe Flash Player has also been crashing periodically on 2 of my computers, I'm still running XP, one of them a powerful HTPC, Dell Optiplex 755 SFF over a new Cable Internet Connection. Buffering, Lagging, crashing when streaming video for Catchup TV (Freeview) via Firefox Adobe Flash Player Add-On, does not happen on Youtube though. Lagging & Crashing does NOT occur AT ALL in Google Chrome, but I hate that browser.
    Have tried the usual disabling Flash Hardware Acceleration + Protected Mode, setting storage to Unlimited, disabling FF Ad Blockers + Hardware Acceleration, cleaning Caches, updating program versions, everything bar reinstalling programs. It's not happening in Chrome, why in Firefox?

  • I have an iMac running OSX 10.6.8 and updated to the latest  flash player but the audio on youtube music still won't respond.  Any suggestions besides buying a new computer?

    I have an eight year old iMac running OSX 10.6.8 and just installed the latest Flash Player but the audio won't play on the youtube music website.  What else do I need to update or install to listen to the music?

    just installed the latest Flash Player
    Did you uninstall all the previous versions of Adobe Flash Player?  Did you repair permissions and restarted your computer after the installation?
    Which browser & version are you using?  Have you tried other browsers? 
    Please advise.

  • How to load and play Flash Slideshow or banner on CS5 Flash player 10.1

    The Flash Player 10.1 supports CS5, so  the flash slideshow or flash banner designed by CS3 or CS4 can not be loaded or played normally.
    To load your flash slideshow into CS5 Flash Player 10.1 or future version, you need to  get a Flash Slideshow tool that supports CS Flash Player 10.1.
    With such a Flash Slideshow tool (  http://flash.dvd-photo-slideshow.com/demoalbums01.php ) , you can load your flash slideshow  into Dreamweaver CS5 and upload it to web directory.  After you upload it to internet, it will play well on the CS5 Flash Player 10.1.
    Also, if the Flash Slideshow tool will not run normally on your computer if it can not support CS5.  To Choose a good Flash Slideshow Software for yourself, you should have a try it  on your computer. And you also need to install  the CS5 Flash Player 10.1 on your PC at first.

    In addition I also can not get html5 video to play in the adobe air app.  Would this issue be tied to the above?

  • Flash buttons and slideshow don't show [was: Please help]

    hello all and thanks in advance
    ive made my site using dw cs3 and all works perfectly on my hdd when i preveiw in i.e or firefox ,however when i upload the site to my server (justhost)
    the flash buttons and slideshow do not apear !   dont know what i can do to reslove this so any ideas would be great and thanks again for reading
    regards martin
    [Subject line edited by moderator to indicate what the question is about]

    hi again and thanks so much
    the file was there but the script folder it was located in was using a capital letter to start ...doh
    again thank you so much
    regards martin

  • Installed latest flash player and now have lost audio

    I finally updated to the lates flash player - version 10.2.153.1 and now when I play a file from the Investors website I get video but no audio.
    I tried several of the files at the website and no joy.
    I was able to go to the ESPN site and play a video stream there and the audio was ok.
    My Zune music mp3 files play ok
    I don't know where to go to begin troubleshooting this problem.
    This was working prior to the upgrade. I am on XP with sp3 using IE 8
    Any help would be appreciated

    Start here: http://kb2.adobe.com/cps/837/cpsid_83739.html
    If that does not resolve the issue, try this: http://www.codecguide.com/fix_for_flash_sound_problems.htm

  • Copy-pasting and lifting audio between projects--no playback

    Hello everyone,
    Every time I copy paste or lift audio from one project to another (i.e. copy, save project 1, close, open project 2, paste), the audio works fine for that session but ceases to play back when I reopen the project later. The audio in the project media / clip selection area will work just fine, but when I double-click on the clip I pasted in the timeline, the clip preview window shows a red field and no audio. This basically means that I'm losing all the edits I made in project 1 and having to re-insert each piece of audio into the project 2 timeline and redo my edits. What's the problem? Is there any way I can copy-paste audio from one project timeline to another?
    (Edit:) I'm using CS6.
    Thanks very much,
    Josh
    Message was edited by: jmclaurin14

    It  wont work  that way because you are playing it out of the Clipboard. which is temporary.
    Usemultiple  Sequences in the same Project instead if you want to do that. to different edits

  • How do I get the audio playback from the source monitor to work? I have the trial version of the latest premiere and the audio works in that but not cs6

    I have the trial version of the latest premiere and the audio works in that but not cs6

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    -especially your sound hardware, and the details of your video

  • Flash won't play audio

    OS: Windows Vista (32-bit)
    Browser: Mozilla Firefox 4.0.1
    Flash version: 10.3.181.26
    I've runned into a bit of a problem here which i've ultimately narrowed down to Flash, which while still playing video, has lost the capability to playback audio. My speakers work perfectly and i'd figure that my audio codec/software is just the same considering it works on everything but Flash playing websites. I've tried Flash on both Firefox and Internet Explorer to no avail, even after updating both browsers to see if that had any effect whatsoever. Missing.reg'ed it as well.
    In addition, i've uninstalled, disabled and then re-added multiple programs (Flash, audio software, and even Java for some reason) to see if it did the trick and nothing came of it.
    Googled the hell out of the subject and not a single method has worked for my PC. Anyone else have some good tips?
    Thanks for reading!

    See if this offers any help: http://www.codecguide.com/fix_for_flash_sound_problems.htm
    Note that point 1 should be %APPDATA%\Adobe\Flash Player and %APPDATA%\Macromedia\Flash Player for Vista and W7.

  • Build a web gallery with amazing flash slideshows with dynamic XML files

    Build a web gallery with amazing flash slideshows with dynamic XML files
    Screenshot:
    Features
    Features
    Transitions, zooming and panning effect You can  choose from  Random, Wipe from Left, Fade to White, Cross Expansion and  other 60-plus  transition effects. Zooming and panning effect is  optional for advanced flash  templates.
    XML-driven This flash slideshow are XML-driven. The XML  document allows more personalized controls over the flash.
    Auto-playback and repeat mode The flash slideshow will play  automatically after preloading, and it can repeat playback.
    Dynamic customization Besides XML control, the  advanced  templates provide many more custom options, so that you can  create slideshow  that fits into your existing web design: width ,  height, border color,  background color, thumbnail size, etc. More about  dynamic customization
    Usage and demo visit: http://webdesigndevelopment.blog.com...swf-xml-files/

    Please excuse the bump...
    Anyone with a LR flash gallery that starts with slideshow in play mode?
    Can it even be set to do this?
    The only code in the style.xml that looks like it might be realted is line 12 <playOptions playMode="pause"/>, changing that to "play" does nothing.
    Thanks,
    Donnie

  • I'm trying to watch an audio enhanced presentation using Adobe. I'm able to view the slideshow however, the audio is missing. Any suggestions?

    I just purchased my firt MacBook and am having some trouble running Adobe. I'm trying to view an enhanced video presentation using Adobe Flash Player. I can see the slideshow, but the audio is missing. I've downloaded a recent flash player and reader but I get nothing. Any ideas?

    If your computer is running Snow Leopard, and is not at 10.6.8, you could use
    Software Update to get final Combo Update 10.6.8 v. 1.1 for Snow Leopard.
    Aside from that (you may have already done so) here is a free-running
    application that may help your line-in audio, by the name of LineIn
    http://www.rogueamoeba.com/freebies/ and it suggests possibilities.
    There also are USB input methods using those for audio; not sure what
    is still available, a few great ones no longer were. One from Belkin a few
    years ago, called the iMic, offered great options over USB.
    Hopefully the free application can help.
    Good luck & happy computing!

  • Safari and Flash, fun and games...

    Hi, I'm running Safari 5.0.2 on 10.5.8. In recent weeks, especially with the BBC site, I've been experiencing incredibly slow playback on flash. Takes ages to load and start. Nowhere else is like this (maybe a post to the BBC would be in order). Recently, it has started to crash the browser.
    I've searched for solutions and tried other fixes people have suggested... I have uninstalled, re-installed, fixed permissions, cleared cache on Safari etc but always it ends up crashing Safari. I enclose a crash log of the latest crash, if anyone has any ideas. Thanks - meanwhile I'll get on to the BBC
    Process: Safari [62467]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.2 (5533.18.5)
    Build Info: WebBrowser-75331805~2
    Code Type: X86 (Native)
    Parent Process: launchd [203]
    Interval Since Last Report: 1224 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 502 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-10-28 09:24:36.010 +0100
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 9CD5A1E6-7658-4A37-BF1B-433E770831C6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...lashPlayer-10.4-10.5.plugin 0x335d7afa 0x33342000 + 2710266
    1 ...lashPlayer-10.4-10.5.plugin 0x3368918c 0x33342000 + 3436940
    2 ...lashPlayer-10.4-10.5.plugin 0x3368d831 0x33342000 + 3455025
    3 ...lashPlayer-10.4-10.5.plugin 0x337d8d39 NP_Initialize + 15881
    4 com.apple.CoreFoundation 0x959413c5 CFRunLoopRunSpecific + 3141
    5 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    6 com.apple.HIToolbox 0x96c522ac RunCurrentEventLoopInMode + 283
    7 com.apple.HIToolbox 0x96c520c5 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox 0x96c51f39 BlockUntilNextEventMatchingListInMode + 106
    9 com.apple.AppKit 0x94f0e6d5 _DPSNextEvent + 657
    10 com.apple.AppKit 0x94f0df88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    11 com.apple.Safari 0x000161ab 0x1000 + 86443
    12 com.apple.AppKit 0x94f06f9f -[NSApplication run] + 795
    13 com.apple.AppKit 0x94ed41d8 NSApplicationMain + 574
    14 com.apple.Safari 0x0000a74e 0x1000 + 38734
    Thread 1:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x91951a5f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x91951d7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x9297b484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x9297779c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94ceb264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x917f5121 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x001ad872 0x1000 + 1755250
    4 com.apple.Safari 0x00044c1b 0x1000 + 277531
    5 com.apple.Safari 0x00044b6b 0x1000 + 277355
    6 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    7 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x93f2bb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    4 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x949bba09 fefragmentthread + 54
    3 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    4 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x921eb520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x92187dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x921879a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9171f3f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x91731d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x91b326fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    2 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x921cddbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x921cdbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x921cdb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x94f746e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x92187dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x921879a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    10 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x904715f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90471480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    7 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x3335bdcf 0x33342000 + 105935
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x3335bdcf 0x33342000 + 105935
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x33768657 unregister_ShockwaveFlash + 46311
    4 ...lashPlayer-10.4-10.5.plugin 0x3351de1e 0x33342000 + 1949214
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x33768657 unregister_ShockwaveFlash + 46311
    4 ...lashPlayer-10.4-10.5.plugin 0x33656ab5 0x33342000 + 3230389
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x334be26d 0x33342000 + 1557101
    5 ...lashPlayer-10.4-10.5.plugin 0x334c07d8 0x33342000 + 1566680
    6 ...lashPlayer-10.4-10.5.plugin 0x334c1104 0x33342000 + 1569028
    7 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    8 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    9 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    10 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    11 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x91b2bb96 recvfrom$NOCANCEL$UNIX2003 + 10
    1 ...lashPlayer-10.4-10.5.plugin 0x3377ef9b unregister_ShockwaveFlash + 138795
    2 ...lashPlayer-10.4-10.5.plugin 0x3377e1b2 unregister_ShockwaveFlash + 135234
    3 ...lashPlayer-10.4-10.5.plugin 0x334c1c94 0x33342000 + 1571988
    4 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    5 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    6 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x90480bdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x9048279a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x90480f3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x90480c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x90471480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x339f9b4f NP_Initialize + 2247711
    4 ...lashPlayer-10.4-10.5.plugin 0x3395dabb NP_Initialize + 1608587
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x339f9b4f NP_Initialize + 2247711
    4 ...lashPlayer-10.4-10.5.plugin 0x3395dabb NP_Initialize + 1608587
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x33688f65 ecx: 0x00000000 edx: 0x00000008
    edi: 0x34369000 esi: 0x2e2891b0 ebp: 0xbfffeab8 esp: 0xbfffeaa0
    ss: 0x0000001f efl: 0x00010246 eip: 0x335d7afa cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.2 (5533.18.5) <97d5cae404807a569eaf7aadbed34a49> /Applications/Safari.app/Contents/MacOS/Safari
    0x646000 - 0x651fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x659000 - 0x683fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x694000 - 0x6a3ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1b25000 - 0x1b31ffb +com.fsb.SafariBlock ??? (2.2r1) <fe7dd96f3e475128f5b951956f41f1c9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBloc k
    0x21dee000 - 0x2219cfe3 com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x259aa000 - 0x259adff2 +com.macromedia.Flash Player.plugin 10.1.85.3 (10.1.85.3) <7c335f75ebdb76fa2f741e584516a12f> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x260a2000 - 0x260a7ff3 libCGXCoreImage.A.dylib ??? (???) <adb040a70a21224cdd51dbcb779520bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x26184000 - 0x261a0ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x261df000 - 0x261e1ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x26ef8000 - 0x2707dfe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x270ab000 - 0x27414fe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x2a1e5000 - 0x2a1e6ff7 +com.machangout.glims.osax 1.0 (1) <551a43a052771cfe7f36699e3a653161> /Library/ScriptingAdditions/Glims.osax/Contents/MacOS/GlimsOSAX
    0x2a215000 - 0x2a223feb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x2a2ae000 - 0x2a2c0fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x2a894000 - 0x2a8ebff7 +com.machangout.glimsInternal 1.0b23 (1.0 build 23) <904a807e5d8ab8a133722e238de34d47> /Library/Application Support/Glims/PlugIns/Glims.bundle/Contents/MacOS/.GlimsInternal
    0x2e21b000 - 0x2e21cfff com.apple.JavaPluginCocoa 12.7.0 (12.7.0) <2910c87b17ddaa1a8a5efaf9d4c76b00> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x2e6e6000 - 0x2e6eeffe com.apple.JavaVM 12.7.0 (12.7.0) <d9cf554378c7cafa431ea651c476fb80> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x32aea000 - 0x32aedfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x32af9000 - 0x32afcfef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x33342000 - 0x33d01ff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.85.3 (10.1.85.3) <ef601cb10181da93432d165ee610759e> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x33fbc000 - 0x33fc2fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x34055000 - 0x340bafde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x340da000 - 0x3412ffdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x3415d000 - 0x34160ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x34165000 - 0x341abfc3 com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x341b1000 - 0x341b402f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900b3fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x900b4000 - 0x900b5ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x900b6000 - 0x900ccfff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x900cd000 - 0x900cdffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x900ce000 - 0x900deffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90153000 - 0x901cdff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x901ce000 - 0x902d5ff7 com.apple.WebKit 5533.18 (5533.18.1) <440347f9cd9c6a7522ee74205b8a0c6d> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x902d6000 - 0x902f4ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902f5000 - 0x90399ff7 com.apple.QuickTimeImporters.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9039a000 - 0x90424ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90425000 - 0x90452feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90453000 - 0x90453ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90454000 - 0x904d1feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x904de000 - 0x904e3fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x904e4000 - 0x90b84fff com.apple.CoreGraphics 1.409.6 (???) <572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90bb8000 - 0x90be0ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90be1000 - 0x90ebbff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ebc000 - 0x90fa4ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90fa5000 - 0x90fb5fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90fb6000 - 0x910efff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x910f0000 - 0x91177ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x91178000 - 0x911b2fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x911b3000 - 0x911fefe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x911ff000 - 0x91231fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91232000 - 0x9155dff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9155e000 - 0x91560fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91561000 - 0x915affe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x915b5000 - 0x915c2fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x915c3000 - 0x91650ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91696000 - 0x9169bfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9169c000 - 0x916ebfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x916ec000 - 0x917b7fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x917b8000 - 0x917bfff7 libCGATS.A.dylib ??? (???) <c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x917c5000 - 0x917c5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x917c6000 - 0x917e2ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x917e3000 - 0x919dbfff com.apple.JavaScriptCore 5533.18 (5533.18.1) <35153f2ee49352b58351e68118bfc971> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91abf000 - 0x91ac9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91ae2000 - 0x91c49ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x91c4a000 - 0x91c67ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91c68000 - 0x91c9efef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x91c9f000 - 0x91de9feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91dea000 - 0x91e0efeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x91e0f000 - 0x91e75ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91e7b000 - 0x91e7dff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e7e000 - 0x91e7effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91fe3000 - 0x92012fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92013000 - 0x92019fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9201a000 - 0x9201affa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9201b000 - 0x92033fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92034000 - 0x9217cff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9217d000 - 0x923f9fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x923fa000 - 0x9257efef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9257f000 - 0x92584fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92585000 - 0x925c6fe7 libRIP.A.dylib ??? (???) <c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x925c7000 - 0x92646ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92647000 - 0x92656ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <43c5b91223501f917392f59fbf9d7ace> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92657000 - 0x92680fff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x92681000 - 0x926bbffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92925000 - 0x92941ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92942000 - 0x92973ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92974000 - 0x92974fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92975000 - 0x9346efff com.apple.WebCore 5533.18 (5533.18.1) <9604e225d63566d0ecb141c1d0d291e2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9346f000 - 0x9346fffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93470000 - 0x93470ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9349b000 - 0x9349bff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9349c000 - 0x9349cffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9349d000 - 0x934bcffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x934bd000 - 0x93508ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93509000 - 0x935f7fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93666000 - 0x93718ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x93719000 - 0x93728fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x937f3000 - 0x93886fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93887000 - 0x938e3ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x938e4000 - 0x938ecfff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x938ed000 - 0x9390bfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x93916000 - 0x93956fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93957000 - 0x93a12fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93a13000 - 0x93adaff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93ade000 - 0x93ae5fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x93af8000 - 0x93b85ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93bc3000 - 0x93c1cff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93c1d000 - 0x93c32ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93c33000 - 0x93c5efe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x93c5f000 - 0x93c63fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93c6a000 - 0x93e26ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93e27000 - 0x93e81ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93e82000 - 0x93ec4fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93ec5000 - 0x93f03fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93f04000 - 0x943d5fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x943d6000 - 0x94427ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94428000 - 0x947e4ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x947e5000 - 0x948c6ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x948c7000 - 0x94c64fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94c65000 - 0x94c89fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x94c8a000 - 0x94c98ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x94ce8000 - 0x94d8ffec com.apple.CFNetwork 438.14 (438.14) <1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94d90000 - 0x94d90ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94d91000 - 0x94dd0fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94ec6000 - 0x94ecdffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x94ece000 - 0x956ccfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x956cd000 - 0x956d9fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x956da000 - 0x9574cfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9574d000 - 0x958cdfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x958ce000 - 0x95a01fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95a02000 - 0x95b54ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b55000 - 0x95b5efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95b5f000 - 0x95b61ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x95b62000 - 0x95b6eff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95b6f000 - 0x95becfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95bed000 - 0x95dbeff3 com.apple.security 5.0.6 (37592) <f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e41000 - 0x95e8afef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95e8b000 - 0x95e96fe7 libCSync.A.dylib ??? (???) <8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95e97000 - 0x96255fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96256000 - 0x9625afff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9625b000 - 0x962b8ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x962cd000 - 0x966ddfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96730000 - 0x96733fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96734000 - 0x96814fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x96815000 - 0x9681cfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9681d000 - 0x968b0ff3 com.apple.ApplicationServices.ATS 238.14.1 (???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x968b1000 - 0x96a40fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96a41000 - 0x96ae8feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96ae9000 - 0x96c21fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96c22000 - 0x96f2afe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96f2b000 - 0x96f62fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96f63000 - 0x97e62fe6 com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97e63000 - 0x97e6fffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    The problems are caused by third party input managers/enhancers that have not yet been updated by their developers to comply with the standards used by Safari 4.1.and/or Safari 5.
    In your case these are:
    0x1b25000 - 0x1b31ffb +com.fsb.SafariBlock ??? (2.2r1) <fe7dd96f3e475128f5b951956f41f1c9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBloc k
    0x2a1e5000 - 0x2a1e6ff7 +com.machangout.glims.osax 1.0 (1) <551a43a052771cfe7f36699e3a653161>
    You fill find them in one or either of these folders:
    Home/Library/Input Managers
    Hard Disk/library/Input Managers
    Hard Disk/Library/Application Support
    although the exact location is indicated in your crash report as quoted above - look under 'Binary Images'.
    Close Safari and delete them, then restart Safari and it should be working normally. Alternatively drag them to the desktop and restart Safari. then add them back one at a time, restarting Safari every time, until you find the one (or more) causing the crash.
    Check with the developers of the plug-in/s in question for updates that are Safari 5 compliant.
    In the case of Glims, you need to update to Build 26:
    http://www.machangout.com/

Maybe you are looking for