I try to join the BigBlueButton demo meeting, and the loading hangs again at 100% (or 90% if I use Chrome instead of Firefox) This time, though, the log gives me this message:
[ERROR] Error loading PollingModuleError #2036
So what is Flex Error 2036? I’m sure I’ll find out.
After lunch.
UPDATE: Apparently, the root cause of Error 2036 is that some Flash object can’t be found. So it’s time to go through the Polling AS and find what’s gone missing…
UPDATE: Turns out the cause of the problem was convenience breeding complacence. I have an alias set up that pretty much automates a recompile of BigBlueButton, and the step for compiling Polling Module is in the middle. Unfortunately, running the whole script at once doesn’t wait around to show you when there are errors in the compile, like I was getting. Sigh. Anyway, parts of the client code had reverted to an older state, and I needed to update them again. Problem solved!