For some reason the salespeople sold a site where they want the scorm player to launch in a lightbox. I know there's lots of reasons that's not a great idea, but I've got to do it. I've figured out how to do it with a couple of ajax requests to the server to get the attempt id and the script produced by sco_node_nav_info loaded into the parent page. I also kicked it off using sco_node_nav_to and I think everything is working well. It works on chrome and firefox and safari, but I ran into a problem with IE8 (haven't tested ie9+ yet) On ie8 it launches fine in the lightbox the first time, but subsequent launches (without a page reload) it gives the "Error initializing commuications with LMS" alert.

Do you happen to have any idea why that would be happening? (Possibly because of the iframe maybe?) I thought I would put this out there and see if anyone else has run into it while I work on it.

Thanks!