Javascript, Flash and Bookmarks

We are using Captivate 8 to create our courses.  On slide 3 through 12 I have one web object per slide which brings up a web page containing a streaming video player that points at a video hosting company that we rent space on.  Our website is hosting the HTML containing the steaming video player used for each slide.
On each of these slides (3 through 12) I have some JavaScript (upon page load) which is trying to set the suspend data and making sure that the current slide is being bookmarked.  I have tried calling the suspend data call and even the set Bookmark call and both have the same results:  Nothing happens.
I am testing it out on a PC running Flash and am using Fiddler to watch the transactions.  Once the videos have started (starting on slide 3), I do not detect any activity to update the bookmark information going back to our LMS.
Once the student is past all of the slides containing the video web objects, then the bookmarking seems to start working correctly again.
It appears that Captivate is converting the slides to a Flash Movie with iframes used to display the video itself.  But it appears that while the flash movie is playing the slides with the videos, no communication goes on between the course and the LMS.
The videos on each slide is only about 5 to 10 minute long.
We are having more and more students who get somewhere past the 3rd video slide and then their session times out for some reason (usually inactivity) but when they attempt to restart the course, they taken back to the first video slide again.
We are not ready to go exclusively HTML5, so I need our bookmarking to work with the Flash-version of our course.
Any help or advice would be greatly appreciated.
Thanks

I have used 2 different approaches and neither one seems to work.
The first was:
/* Calling a self-invoked function to not pollute the global scope and immediately destroy the scope chain */
(function(){
  var KeepItActive = {
  checkComms: function() {
  this.showConsoleLogs = 'no';
  try {
  this.currSetExitResult = SCORM2004_CallSetValue("cmi.exit", SCORM2004_SUSPEND);
  if (this.showConsoleLogs == 'yes') {
  console.log("Result is type of " + typeof this.currSetExitResult);
  console.log("Set Exit to Susspend worked =  " + this.currSetExitResult);
  if (this.currSetExitResult || this.currSetExitResult == 'true' ) {
  this.currSlideName = SCORM2004_GetBookmark();
  if (this.showConsoleLogs == 'yes') {
  console.log("Current Slide Name =  " + this.currSlideName);
  } else {
  if (this.showConsoleLogs == 'yes') {
  console.log("Set Exit to Susspend Failed");
  }  catch (err) { //otherwise assume failed.
  if (this.showConsoleLogs == 'yes') {
  console.log("The Catch of the try-catch feature was activated");
  KeepItActive.checkComms();
The second was:
/* Calling a self-invoked function to not pollute the global scope and immediately destroy the scope chain */
(function(){
  var KeepItActive = {
  resetBookmarks: function() {
  try {
  var strBookmark = null;
  var callReturn = null;
  strBookmark = this.SCORM2004_GetBookmark();
  callReturn = this.SCORM2004_SetBookmark(strBookmark);
  }  catch (err) { //otherwise assume failed.
  if (this.showConsoleLogs == 'yes') {
  console.log("The Catch of the try-catch feature was activated");
  SCORM2004_GetBookmark: function () {
     SCORM2004_ClearErrorInfo();
     return SCORM2004_CallGetValue("cmi.location");
  SCORM2004_SetBookmark: function(strBookmark) {
     SCORM2004_ClearErrorInfo();
     return SCORM2004_CallSetValue("cmi.location", strBookmark);
  KeepItActive.resetBookmarks();

Similar Messages

  • Adobe 'fixes' for Flash and Dreamweaver

    According to what I've been reading, Adobe added fixes to
    Dreamweaver 8.02 to deal with the Active Content problem created by
    Microsoft when Flash animations are embedded in web pages. Since I
    have an earlier version of Dreamweaver and Flash and am having
    problems like everyone else with that issue, would some 8.02 user
    kindly inform me if this is indeed the case, and what does one do
    in the new version to ensure Flash active content runs as intended?
    Is it something that one must still manually add to the code in an
    .html file, is the correction added automatically, is there an icon
    to press....just how is the new feature/fix used and incorporated?
    I'd like to know before considering an update. Thank
    you..............frank

    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
    Basically after you update if you add a flash file you get
    this code added to the html file:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    and that folder (Scripts) and (fileAC_RunActiveContent.js)
    are automatically created with your project. When you import a swf
    file the code that is automatically generated is also updated with
    a snippet of code to fix the AC issue:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','404','height','368','src','~movies','quality','high','pluginspage','http://www.macrom edia.com/go/getflashplayer','movie','~movies'
    ); //end AC code
    </script><noscript>
    You dont really have to do anything other then remember to
    upload the scripts folder to your server when you publish.

  • I continually get a Java error. I've uninstalled and reinstalled firefox and nothing has helped. I've updated flash and Java.

    I have used Firefox as my default browser for many years. I've recently started getting a Java error message. It pops up continually. I have updated flash and java. I have uninstalled and re-installed Firefox and nothing has helped. I have had to start using Chrome instead of Firefox which I don't care for but I don't have the java error with Chrome. How do I fix this problem? The error reads as follows:
    Java Script Application
    Error: syntax error

    Your '''JavaScript''' error has nothing to do with the Java plugin . It is likely caused by an added extension (the earlier forum threads [/questions/944619] and [/questions/943088] mention disabling or updating the Social Fixer extension will resolve the problem).
    You can read this article for help troubleshooting your extensions: [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Pdf's Links and Bookmarks

    Hello,
    I know you can add links and bookmarks within a pdf, that will take you to other areas of that particular pdf.  However, I need to put a link or bookmark into a pdf that will allow a user to click on a link in Captivate, Flash, Dreamweaver, etc and be taken directly to that section within the pdf.
    Can you create a link on a website that will take you to a particular spot within a pdf?  Or will it just open the pdf and display the first page, and then the user would have to scroll to that section?
    If this can't be done, what is a good solution?

    Thanks so much!
    Date: Wed, 4 Nov 2009 14:48:45 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pdf's Links and Bookmarks
    It can be done yes.
    It's all explained in the following link:
    http://kb2.adobe.com/cps/317/317300.html
    >

  • How do I get my toolbar and bookmarks to show on screen when I open mozilla foxfire?

    I downloaded the new version of Mozilla foxfire and nothing shows up but the google bar. My toolbar and bookmarks have disappeared! What can I do. Is the old version available?
    what is shockwave flash? what does it do?

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    See also:
    *https://support.mozilla.org/kb/common-questions-after-updating-firefox
    *https://support.mozilla.org/kb/Menu+bar+is+missing
    *https://support.mozilla.org/kb/how-do-i-get-firefox-button

  • Javascript flash intercommunication.

    Hi All,
    I am a new to flash. Hence i am not sure how to ask these
    questions. But let me try my best.
    I have to actually show a banner ad after a flash movie has
    been completed.
    The banner ad is currently served using javascript.
    Here are the questions:
    1. I need to know somehow that flash movies is complete. Is
    there a way i can from javascript figure out that the flash movie
    has ended? I understand that i can call javascript function from
    ActionScript. I don't have have control over flash code, then what
    is the right way to identify the completion of flash.
    2. Is it possible to detect click on the flash component and
    pass control to javascript. Again without embeding any code in to
    flash. That is, will the click on the flash bubble up to the HTML
    container holding it?
    3. Is it possible to force completion of flash movie from
    javascript?
    4. What is the platform support for javascript flash
    intercommunication. I don't see Linux in the support list.
    5. If i cannot do away without having hooks in the flash
    code, please point me to best practices and other articles that's
    there.
    6. What the are points that has to be kept in mind while
    doing this?
    Currently our banner ads render fine in most browsers and in
    most of the platforms. So i need the support on Major browsers and
    platforms.
    Any pointers or information in this regard will he very
    helpful.
    Thanks in advance.
    Cheers,
    Vijay.

    Hi folks,
    I haven't got any response. Did i ask something very silly or
    am i asking in the wrong forum? I need information for evaluation.
    Response even to any one question will be very useful. Any leads
    will also be great. If what i have asked in not feasible kindly let
    me know.
    Cheers,
    Vijay

  • Flash and Html combined elements

    I have a question, basically what I have is a flash site, and
    one of those sections is a news section, when someone clicks on
    that section i want it to open up html webpage within flash and
    then be able to scroll up and down the page because i know it all
    wont fit. I want to do this because it will be easier to update, i
    do not want anything fancy perhaps a picture resized and some text
    under it, when you select the picture it will open in a new window
    full sized. Does anyone know how to do this?

    Here's a good help article that should help to explain the process: Adobe Flash Platform * External API example: Communicating between ActionScript and JavaScript in a web browser

  • Advice on integrating Flash and HTML

    I have googled and researched this topic on the web.
    Integrating Flash and HTML seems like a popular topic but much of
    the information is dated (using FS commands or solutions based on
    2000-2004 coding and/or hacks) I am using Flash CS3 and Dreamweaver
    CS3. I can use Actionscript 2 or Actionscript 3. Here is my goal
    I want to use a Flash navigation in the top third of my page
    and have it control and load new HTML pages in the bottom two
    thirds of the page. Some of these html pages use SPRY code but most
    are simple HTML pages. I prefer Flash over CSS because I have more
    control and predictability. What I have found so far is three
    different solutions.
    1.HTML Framesets. This seems like a really good idea but I
    thought using framesets was a fading technique and should be
    avoided. Is this true?
    2. Using the ExternalInterface class to communicate between
    Javascript and Actionscript. This also seemed like a good idea but
    it is not clear to me how to implement. Do I combine this with
    innerHTML or some type of AJAX technique.
    3. Keep everything in Flash and load different swfs into main
    Flash page. I like this idea the best and it would work for most
    pages but I still like html pages when there is alot of text or I
    want to use SPRY techniques.
    When I have posted elsewhere I get references to articles
    telling me why Flash is bad or framesets are bad or innerHTML is
    not standard HTML. The only thing I am sure about is that most
    people are pretty passionate about defending their own way of doing
    things. I am hoping someone can provide some solid information
    about what is possible and how to implement a solution.

    It works when you put it online... :)1

  • Flash and browser integration

    hi,
    i am trying to find out if there is a way to control the
    window which holds the flash movie through flash, for instance,
    make it scroll up or down, or somehow control the flash movie to
    react the windows position... i have seen it somewhere in an advert
    where oranges are being squashed when the flash banner is scrolled
    up the window... i wish i had the link to give you an example..
    anyway, any help will be apreciated.
    thanks.

    you can use javascript to control the browser window and you
    can use the externalinterface class to communicate between flash
    and javascript.

  • Safari 4, which flash and java related files to restore with time machine?

    As is evident in the thread I already posted to on the BBC Iplayer and on others below the 'official' software update of Safari 4 has caused javascript/flash issues systemically (ie that affect Firefox too.)
    Can anyone list the relevant files that I should look to restore one by one in time machine in order to get back flash/javascript functionality?
    I am sure other people would find this helpful and have therefore started a new topic.

    I shut Safari 4's Java and plug-ins off (not JavaScript) and the problem with some sites (mostly ad content and other trouble-causers, one is certainly BrightCove) has disappeared.

  • Flash and SEO for Ecommerce Web Design

    Hi
    I am working with a web design company in the UK and was wondering if there are any indications of when Flash could be recognised by Google?
    This is a major issue as the design features are fantastic but SEO is a nightmare.
    I would love to introduce it within our ecommerce web design solutions, but only when the issue is resolved.
    Message was edited by host to remove links

    In SEO terms, content is king.  Basically, if you have no HTML headings and text on your web pages, there's nothing much for search engines to grab onto. No content = no traffic.
    Flash is invisible to SEs, translators, screen readers, iPhones/iPads, and many other web devices.   To support the widest possible audience, you might want to re-think your need for Flash and switch to HTML.  Almost anything you can do with Flash can be done reasonably well with jQuery (JavaScript) http://jquery.malsup.com/cycle/
    Your other option is SWF Object Replacement along with HTML equivalents for SEs and devices that don't support Flash.
    http://code.google.com/p/swfobject/
    Google's SEO Starter Guide (PDF)
    http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.p df.
    Good luck with your project,
    Nancy O.
    Signature deleted by host

  • Two Questions Re: Embedding Flash and Tables Shortcut

    .
    Two Questions Re: Embedding Flash and Tables Shortcut
    1) I work on a Mac and use Dreamweaver 8. Often I like to
    embed Flash objects into a page and I do this by using
    Dreamweaver's INSERT > MEDIA > FLASH. However, the SWF file
    doesn't show up on the published web page and I’ve never had
    this issue using previous versions, so I’m not sure what to
    do? Here's what Dreamweaver generates when I use their INSERT
    feature:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','180','src','flash/BANNER.HOME','quality','high','pluginspage','http:// www.macromedia.com/go/getflashplayer','movie','flash/BANNER.HOME'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="180">
    <param name="movie" value="flash/BANNER.HOME.swf">
    <param name="quality" value="high">
    <embed src="flash/BANNER.HOME.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="180"></embed>
    It seems a bit weird that the SWF file is not showing
    considering Flash & Dreamweaver are the most compatible apps,
    no? I’m assuming if Dreamweaver is generating this code it
    should work, no?
    2) I’m getting an error when trying to use the Tables
    short cut COMMAND+ OPTION+T that reads...
    "While executing objectTag, the following JavaScript error(s)
    occurred:
    At line 26 of file “Macintosh
    HD:Applications:Macromedia Dreamweaver 8:
    Configuration:Objects:Common:Table.htm”:
    TypeError: cmdDOM.parentWindo.createTableStr is not a
    function"
    What’s strange is it was working fine last week and for
    the life of me I don’t know what could of happened to make
    this shortcut get corrupted?
    I’ve reinstalled the app multiple times and still I get
    the same error :-(
    Any help is greatly appreciated!
    Thanks in advance!
    .

    > It seems a bit weird that the SWF file is not showing
    considering Flash &
    > Dreamweaver are the most compatible apps, no? I?m
    assuming if
    > Dreamweaver is
    > generating this code it should work, no?
    It works. Most likely you have not uploaded the Scripts
    folder referenced
    in the head of the page.
    > What?s strange is it was working fine last week and for
    the life of me I
    > don?t
    > know what could of happened to make this shortcut get
    corrupted?
    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Rupda" <[email protected]> wrote in message
    news:[email protected]...
    > .
    >
    >
    Two Questions Re: Embedding Flash and Tables Shortcut
    >
    >
    >
    1) I work on a Mac and use Dreamweaver 8. Often I like to
    embed
    > Flash
    > objects into a page and I do this by using Dreamweaver's
    INSERT > MEDIA >
    > FLASH. However, the SWF file doesn't show up on the
    published web page
    > and
    > I?ve never had this issue using previous versions, so
    I?m not sure what to
    > do?
    > Here's what Dreamweaver generates when I use their
    INSERT feature:
    >
    >
    <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','550','height','180','src','flash/BANNER.HOME','qualit
    > y','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','f
    > lash/BANNER.HOME' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="550" height="180">
    > <param name="movie" value="flash/BANNER.HOME.swf">
    > <param name="quality" value="high">
    > <embed src="flash/BANNER.HOME.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="550"
    height="180"></embed>
    >
    >
    > It seems a bit weird that the SWF file is not showing
    considering Flash &
    > Dreamweaver are the most compatible apps, no? I?m
    assuming if
    > Dreamweaver is
    > generating this code it should work, no?
    >
    >
    >
    >
    2) I?m getting an error when trying to use the Tables short
    cut
    > COMMAND+ OPTION+T that reads...
    >
    >
    "While executing objectTag, the following JavaScript error(s)
    occurred:
    > At line 26 of file ?Macintosh HD:Applications:Macromedia
    Dreamweaver 8:
    > Configuration:Objects:Common:Table.htm?:
    > TypeError: cmdDOM.parentWindo.createTableStr is not a
    function"
    >
    >
    > What?s strange is it was working fine last week and for
    the life of me I
    > don?t
    > know what could of happened to make this shortcut get
    corrupted?
    >
    > I?ve reinstalled the app multiple times and still I get
    the same error
    > :-(
    >
    >
    >
    > Any help is greatly appreciated!
    >
    >
    > Thanks in advance!
    >
    > :-)
    >
    > .
    >

  • Flash and internet explorer warnings

    Hello!
    I am new to flash so I am really sorry if my question is too stupid for this forum.
    I want to include some flash banners or movies on my website but everytime that I load my website with internet explorer i get the yellow bar on the top of the page saying that the active x needs permission to load the page but this does not happen with Firefox.
    Does anyone know how to overcome this problem or where can I get a tutorial to learn how to do this?
    I have seen that some sites have flash movies, javascript and banners included but dont get any warnings.
    I would appreciate any help!
    Thanks

    Hello and thanks for your reply mldb88!
    It is a problem with internet explorer and I know what I should do when that happens but I am concerned about other people that will visit my website. As you might know there are a lot of people using internet explorer and some of them might get scared with this kind of warnings and I would really like to avoid that.
    But like I said on my previous post, I have seen that most websites that have flash and javascript included in the page, I dont get these warnings on internet explorer when i load them and I would like to know if there is some code or something else that I should include on the webpage to avoid this warning which seems to happen only with internet explorer.
    Thanks!

  • Deep mysteries of javascript/Flash

    I have a menu system which employs both Flash and a
    javascript popout. See it here:
    www.embracethefuture.org.au/test.
    Clicking an item in the flash menu calls a javascript function to
    open the relevant pop-out menu. Whent he user's mouse moves out of
    the menu area, the menu is hidden by js, then a callback is made to
    Flash to reset the appearance of the menu (the illuminated white
    arrow has to go back to yellow). It works just fine and dandy in
    Mozilla etc, and I'm pretty sure it was working in IE6, but in IE7,
    Flash cannot add the callback function. I get a javascript error
    that there is no such element as 'sidemenu'. I thought it might
    have to do with the fact that the flash content is written in by
    javascript (to avoid the need to activate controls), but the error
    still occurs when I hard code the flash.
    I'm not posting any Actionscript or Javascript because I am
    almost certain there is no fault there. I was wondering if any guru
    out there knows of this problem with Javascript callbacks in IE7
    and a solution to it.

    I solved this. The problem was that I had converted to
    ASP.NET and the flash was embedded in a server form, which created
    problems for IE. I found a workaround. Cheers.

  • Screen flashes and then goes black after CPU load

    Yesterday morning I upgraded my MacBook Pro 6,2 (Mid 2010) to OS X Lion. Since then I've been having issues while performing CPU-not-too-intensive tasks. Every once in a while my screen flashes for a split second and then turns completely black. The MBP is unresponsive so I'm forced to shut it down using the power button.
    At first i though this was a Lion issue. However, it has happened again just now while I was on Windows through BootCamp. I was checking my e-mail and performing some other mundane tasks for about an hour, and then while trying to copy some files to an external Hard Drive my screen flashed and went black.
    Hardware issue then??
    Any help would be greatly appreciated.

    It's already happened 4-5 times right when I pressed Cmd+D to bookmark a site on Safari. What the heck? That isn't even a CPU load.
    Here's the error report:
    Interval Since Last Panic Report:  26887 sec
    Panics Since Last Report:          14
    Anonymous UUID:                    D5913603-D6D0-4A1E-9827-257C6E51A196
    Mon Jul 25 19:40:23 2011
    panic(cpu 0 caller 0xffffff7f809522bf): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff80a071c000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807d40b100 : 0xffffff8000220702
    0xffffff807d40b180 : 0xffffff7f809522bf
    0xffffff807d40b210 : 0xffffff7f80a423fc
    0xffffff807d40b260 : 0xffffff7f80a424bc
    0xffffff807d40b2c0 : 0xffffff7f80cec749
    0xffffff807d40b400 : 0xffffff7f80a61519
    0xffffff807d40b430 : 0xffffff7f8095bc4a
    0xffffff807d40b4e0 : 0xffffff7f8095754c
    0xffffff807d40b6d0 : 0xffffff7f8095881f
    0xffffff807d40b790 : 0xffffff7f817b8876
    0xffffff807d40b8a0 : 0xffffff7f817b8d6c
    0xffffff807d40b8c0 : 0xffffff7f8178a84c
    0xffffff807d40b8e0 : 0xffffff7f8178b87d
    0xffffff807d40baa0 : 0xffffff7f817d399a
    0xffffff807d40bb60 : 0xffffff7f817888fd
    0xffffff807d40bbc0 : 0xffffff8000651f8e
    0xffffff807d40bbe0 : 0xffffff800065286a
    0xffffff807d40bc40 : 0xffffff8000652ff0
    0xffffff807d40bd80 : 0xffffff80002a3738
    0xffffff807d40be80 : 0xffffff8000222ff6
    0xffffff807d40beb0 : 0xffffff8000214829
    0xffffff807d40bf10 : 0xffffff800021bb58
    0xffffff807d40bf70 : 0xffffff80002ae380
    0xffffff807d40bfb0 : 0xffffff80002d83a3
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.0.2)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 f2000->0xffffff7f80bc8fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)[95ABB490-3AB5-3D5E-9C21-67089A9AE6A1]@0xffff ff7f8087e000
                dependency: com.apple.iokit.IONDRVSupport(2.3)[E99C8907-946D-3F1A-A261-4C0F2D5D0451]@0xffff ff7f808e0000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3)[897EB322-FD55-36D7-A68E-9E9C34A74A84]@0xf fffff7f808a8000
             com.apple.nvidia.nv50hal(7.0.2)[2E84958C-1EEC-316B-9F7A-68C368F83476]@0xffffff7 f80bc9000->0xffffff7f80eeafff
                dependency: com.apple.NVDAResman(7.0.2)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 f2000
             com.apple.GeForce(7.0.2)[18E50F21-1E7F-3FFE-B298-7CD7A11879F8]@0xffffff7f8177d0 00->0xffffff7f81839fff
                dependency: com.apple.NVDAResman(7.0.2)[7E65ECA2-D3A1-35F8-B845-C975FB531E7E]@0xffffff7f808 f2000
                dependency: com.apple.iokit.IONDRVSupport(2.3)[E99C8907-946D-3F1A-A261-4C0F2D5D0451]@0xffff ff7f808e0000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)[95ABB490-3AB5-3D5E-9C21-67089A9AE6A1]@0xffff ff7f8087e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3)[897EB322-FD55-36D7-A68E-9E9C34A74A84]@0xf fffff7f808a8000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11A511
    Kernel version:
    Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64
    Kernel UUID: 24CC17EB-30B0-3F6C-907F-1A9B2057AF78
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 119605728603
    last loaded kext at 58454533114: com.paragon-software.filesystems.ntfs          82 (addr 0xffffff7f8217f000, size 278528)
    loaded kexts:
    com.paragon-software.filesystems.ntfs          82
    com.logmein.hamachi          1.0
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AppleHDA          2.1.1f11
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.24
    com.apple.driver.AppleMikeyDriver          2.1.1f11
    com.apple.driver.AppleIntelHDGraphics          7.0.2
    com.apple.driver.AGPM          100.12.40
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleIntelHDGraphicsFB          7.0.2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.0
    com.apple.driver.AppleMuxControl          3.0.8
    com.apple.GeForce          7.0.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0b2
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          220.8
    com.apple.driver.AppleIRController          309
    com.apple.driver.AppleUSBCardReader          3.0.0
    com.apple.driver.AppleUSBTCKeyEventDriver          220.8
    com.apple.driver.AppleUSBTCKeyboard          220.8
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          32
    com.apple.iokit.SCSITaskUserClient          3.0.0
    com.apple.iokit.IOAHCIBlockStorage          2.0.0
    com.apple.driver.AppleUSBHub          4.4.0
    com.apple.driver.AppleFWOHCI          4.8.6
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.iokit.AppleBCM5701Ethernet          3.0.6b9
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AirPort.Brcm4331          500.20.6
    com.apple.driver.AppleAHCIPort          2.1.8
    com.apple.driver.AppleUSBEHCI          4.4.0
    com.apple.driver.AppleUSBUHCI          4.4.0
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          166.0.0
    com.apple.nke.applicationfirewall          3.0.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          166.0.0
    com.apple.iokit.IOBluetoothSerialManager          2.5f17
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.AppleHDAHardwareConfigDriver          2.1.1f11
    com.apple.driver.DspFuncLib          2.1.1f11
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOAVBFamily          1.0.0d22
    com.apple.iokit.IOFireWireIP          2.2.3
    com.apple.iokit.IOAudioFamily          1.8.3fc11
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.1.1f11
    com.apple.iokit.IOHDAFamily          2.1.1f11
    com.apple.driver.AppleGraphicsControl          3.0.8
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleSMC          3.1.1d2
    com.apple.driver.IOPlatformPluginFamily          4.7.0b2
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.0.2
    com.apple.NVDAResman          7.0.2
    com.apple.iokit.IONDRVSupport          2.3
    com.apple.iokit.IOGraphicsFamily          2.3
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleFileSystemDriver          13
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.5f17
    com.apple.driver.AppleUSBBluetoothHCIController          2.5f17
    com.apple.iokit.IOBluetoothFamily          2.5f17
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.driver.AppleUSBMultitouch          220.23
    com.apple.iokit.IOUSBHIDDriver          4.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.driver.AppleUSBMergeNub          4.4.0
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOAHCISerialATAPI          2.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.0
    com.apple.iokit.IOUSBUserClient          4.4.0
    com.apple.iokit.IOFireWireFamily          4.4.3
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IO80211Family          400.40
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.4.0
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          326
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.6)
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5055GSXF, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

Maybe you are looking for