Resize Adobe Connect Content Window

 

Trying to use Adobe Connect Training for something it wasn’t intended for is really a pain. Little things (that are big things) just drive me nuts about it. Anyways, here (mainly for me for future reference) is a script to force the content window to be fullsized. It goes in the BODY and not the HEAD (which, for some reason, wasn’t working as it would get ignored).

<!– Fullsize the browser window (Adobe Connect makes it too small to start!) –>
<script language=”Javascript1.1″ type=”text/javascript”>
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
self.focus();
</script>

If anyone reading this has had any success getting 3rd-party (ie, not packaged by Captivate or Adobe Presenter) AICC content to track properly in Adobe Connect Training, *please* email me a working sample as I’d love to see it work.

This entry was posted in Adobe Connect, HTML, JavaScript. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

 

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

Subscribe without commenting