Thank you for sharing, however it only solves Error #2032... #2046 is
not solved by these method. If you know how to solve Error #2046 please
let me know.
> I wanted to document this in case anyone else gets it. We are using
> BigBlueButton inside a network where lots of users' machines have no
> access to the internet. When some machines (those without any access
> to the internet) accessed our BigBlueButton server (internal), they
> would get a dialog saying "RSL Error 1 of 4" and at the bottom of the
> screen it would say "Error #2032". After some debugging and network
> traffic monitoring I was able to determine that Flex was trying to
> download shared libraries from Adobe. This won't work on a machine
> that can't access the internet. Fortunately it falls back to trying
> to request these files from the same folder as the swf that needs them
> (in this case BigBlueButton.swf). So, if you experience this, you can
> workaround it by doing this on your BigBlueButton server:
> cd /var/www/bigbluebutton/client/
> wget
> http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/mx_4.5.0.20967.swz
> wget
> http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/rpc_4.5.0.20967.swz
> wget
> http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.23...
> wget
> http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/framework_4.5.0....
> chown root.root *.swz
> If you can't access the net from your server, just download those four
> files manually and put them in /var/www/bigbluebutton/client/ (and
> chown on them).
> Devs:
> I'm not a flash developer - don't pretend to be. But I read
> somewhere that we can change our flex / flash build to include these
> files in our generated swf. It either statically links them and puts
> them in the same folder or it actually merges them into the swf
> itself. Do you know how to do this? Can we do it?
> Best Regards,
> Jeremy Thomerson
> --
> You received this message because you are subscribed to the Google
> Groups "bigbluebutton-users" group.
> To post to this group, send email to bigbluebutton-users@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-users?hl=en.