Haha no worries about the questions. Trust me I have many as well. I am more of a flash guy(obviously) and have not begun to learn my .NET as of yet.
By reach out I mean I use a some calls to a database using code such as...
ExternalInterface.call("SCOSetValue", "cmi.completion_status", "incomplete");
ExternalInterface.call("SCOSetValue", "cmi.success_status ", "unknown");
ExternalInterface.call("SCOSetValue", "cmi.exit", "suspend");
My redirection where the error is occurring is within a single flash SWF and I am just telling it to gotoAndPlay() another section of the main timeline. Nothing is reloaded.
The error is occuring exactly at the time that I click to use the gotoAndPlay() to the next section of my timeline. It is a windows vista error saying that there has been an error with the LMS and that is must be shutdown. After a few seconds I am granted a details report that has the following:
C:\Users\MYUSERNAME\AppData\Local\Temp\WERF68E.tem p.version.txt
&
C:\Users\MYUSERNAME\AppData\Local\Temp\WER55D.temp .mdmp
...both of which are useless in narrowing down the problem. Thanks MS!
