CINXE.COM

Role of Material in Classification

<html lang="en" xmlns:xxt="http://www.adobeconnect.com/xt/java/com.macromedia.airspeed.servlet.ui.XSLTExtensions"> <head><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5.0" /><title>Role of Material in Classification</title> <script type="text/javascript" src="/common/scripts/s_code.js?ver=11.4.5"></script><script type="text/javascript" src="/common/scripts/OmnitureTracker.js?ver=11.4.5"></script><script src="/common/scripts/jQuery/js/minified/jquery-3.5.1.min.js?ver=11.4.0"></script><script language="JavaScript" type="text/javascript" src="/common/scripts/BrowserUtils.js?ver=11.4.5"></script><script language="JavaScript" type="text/javascript" src="/common/scripts/analytics/IACaller.js?ver=11.4.5"></script><script language="JavaScript" type="text/javascript" src="/common/scripts/analytics/IAFields.js?ver=11.4.5"></script><script language="JavaScript" type="text/javascript" src="/common/scripts/analytics/meetingLaunchIA.js?ver=11.4.5"></script> <link rel="stylesheet" href="/common/styles/chrome_flash_warning.css?ver=11.4.5"> <link rel="stylesheet" href="/common/styles/meeting_launch_pages.css?ver=11.4.5"> <script type="text/javascript"> function isIPadVersion13Devices(){ const ipad = (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); return ipad; } // setting cookie for IPAD IOS 13 devices if(isIPadVersion13Devices()) document.cookie = "platform=iPad"; var useUASniffing = false; function setUASniffing(value) { useUASniffing = value; } function isMSIE() { var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE "); if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer, return version number { return true; } else // If another browser, return 0 { return false; } return false; } </script><script> window.Coral = window.Coral || {}; Coral.options = { typeKitId: ''}; </script><!--[if lte IE 9]><script type="text/javascript"> setUASniffing(true); </script><![endif]--><!--[if gte IE 9]><!--><script src="/common/scripts/coral_min.js?ver=11.4.5"></script> <link rel="stylesheet" href="/common/styles/coral_min.css?ver=11.4.5"><!--<![endif]]]--><link rel="stylesheet" href="/common/styles/addin_without_flash.css?ver=11.4.5"> <script> var isReview = 'false'; //flushContentQueue is a global variable to decide whether we want to flush content queue or not. This variable can be overridden for specific content type. var isFlushContentQueue = false; var hostValue = 'https://share.dhs.gov'; var transcriptValue = '791003006'; var licenseId=""; var icon = 'archive'; var needToRelease = false; var isOldLaunchWorkflow = false; var isWebRTC = false; var webRTCApp = false; var isWebRTCRecordingUser = false; var webRTCRecordingUserName = ''; var casClientApiUrl = ''; var webRTCConnectionTestUrl = ''; var zoneId = ''; var meetingLaunchIA; if (icon=='archive' && isWebRTC) { window.location = 'output/webrtc/recording.mp4'; } //BUG IOS 13 issues var isTabletDeviceHTMLFix = "false"; var showMobileBetaLabelFix = true; // Copyright (c) 2001 - 2009 Adobe Systems Inc. and its licensors. All rights reserved. function isReviewMode() { return(isReview != undefined && isReview.toString().toLowerCase() == "true"); } if(typeof connectApp !== "undefined") { connectApp.Window.maximize(); } function initReviewFrame() { var frameDoc = window.frames.ReviewMode; frameDoc.document.open(); frameDoc.document.write("<html><body style=\"background-color:rgb(103,103,103);\"><style>.rtop,.rbottom{display:block}.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}.r1{margin: 0 5px}.r2{margin: 0 3px}.r3{margin: 0 2px}.r4{margin: 0 1px;height: 2px}.rs1{margin: 0 2px}.rs2{margin: 0 1px}#rmMsg {width:400px;position:relative;top:3px;background-color:#DBDBDB;margin:5 5 10 5px;}<\/style><script type=\"text/javascript\" src=\"/common\/scripts/breezeUI.js\"><\/script><script type=\"text/javascript\">window.onload=function(){Rounded(\"div#rmMsg\",\"#676767\",\"#DBDBDB\");}<\/script><center><div id=\"rmMsg\"><table><tr><td style=\"vertical-align:top\"><img src=\"/common/images/icon_review_mode.gif\" height=\"31\" width=\"32\"><\/td><td style=\"font-size:8pt;color:#676767;font-family:arial;padding-left:20px\">You are now in Review Mode. Any choices selected will not be tracked.<\/td><\/tr><\/table></div></center></body></html>"); frameDoc.document.close(); } function unloadWindow() { if (window.opener!=null) { // If the refreshCurriculumTree method exists, then call it. // Otherwise, just reload the page. if (window.opener.refreshCurriculumTree) { window.opener.refreshCurriculumTree(); } else { var URL = unescape(window.opener.location); window.opener.location.href = URL; } } } function resizeWin(w,h) { if (parseInt(navigator.appVersion)>3 && w > 0 && h > 0) { sw = screen.width; sh = screen.height; l = sx = top.screenLeft; if (l == undefined) l = window.screenX; t = sy = top.screenTop; if (t == undefined) t = window.screenY; if (w > sw) { h *= (sw/w); w = sw; } if (h > sh) { w *= (sh/h); h = sh; } // if (l + w > sw) l = (sw - w) / 2; // if (t + h > sh) t = (sh - h) / 2; if (l != sx || t != sy) { top.moveTo(l, t); } // If in review mode, resize the window by dimenstions of review // mode message. if (isReview == 'true') { h += 60; if (w<420) w=420; } if (navigator.appName=="Netscape") { var hdiff = window.outerHeight - window.innerHeight; var wdiff = window.outerWidth - window.innerWidth; top.resizeTo(w + wdiff, h + hdiff); } else { top.resizeTo(w, h); if (navigator.appName=="Microsoft Internet Explorer") { b = document.body; top.resizeBy(w - b.clientWidth, h - b.clientHeight); } } } } function changeTitle(newTitle) { document.title = newTitle; } // *** below are functions for meeting dashboard. Catching onFocus/onBlur and calling flex app **** // This function returns the appropriate reference, // depending on the browser. function getFlexApp(appName) { if (navigator.appName.indexOf ("Microsoft") !=-1) { return window[appName]; } else { var appInst = document[appName]; return document[appName]; } } function onBlur() { if(getFlexApp('theFlashObj')!=null && getFlexApp('theFlashObj').setBrowserFocus!=null) getFlexApp('theFlashObj').setBrowserFocus(0); } function onFocus() { if(getFlexApp('theFlashObj')!=null && getFlexApp('theFlashObj').setBrowserFocus!=null) getFlexApp('theFlashObj').setBrowserFocus(1); } if (/*@cc_on!@*/false) // check for Internet Explorer { // do nothing for IE right now .. doesn't work gives script error //document.onfocusin = onFocus; //document.onfocusout = onBlur; } else { window.onfocus = onFocus; window.onblur = onBlur; } //*** end of meeting dashboard functionality ** function onContentPageLoad() { var contentType = 'content'; if(contentType && (contentType == 'meeting' || contentType == 'curriculum') ) { return ; // In case of event containing meeting or curriculum as content, then we will send login event from meeting code or curriculum page. //For meeting reporting has to be done using event sco. Bug: 2937033. //For curriculum this had to be done since this page was unloaded very quickly so some redirect requests were not handled for reporting login. Bug: #3200139 } var reportSuiteId = ""; var trackingServer = ""; var visitorNamespace = ""; if(reportSuiteId.length>0) { createOmnitureReportingTracker(reportSuiteId,visitorNamespace,trackingServer); var eventSco = "181286144"; var scoNameSignature = ""; var campaignId = ""; var userName = ""; var principalId = ""; pushLoginEvent(scoNameSignature, eventSco, userName, principalId, campaignId); } } onContentPageLoad(); var isInitialShow = true; // If the page came out from pre-render then increment quota function handleVisibilityChange() { // filtering out only the first page show if(isInitialShow == true) { // if page is now visible for the first time if (isPageVisible()) { document.removeEventListener(visibilityChange, handleVisibilityChange); isInitialShow = false; confirmTrainingLicense(); } } } function isPageVisible() { return document[hidden] == false; } function beforeUnloadWindow(flushContentQueue) { releaseTrainingLicense(); if(flushContentQueue && typeof getFlexApp('theFlashObj') !== "undefined"){ getFlexApp('theFlashObj').FlushBreezeLMSQueue(); } } function releaseTrainingLicense() { if (needToRelease) { if("sendBeacon" in navigator){ navigator.sendBeacon("/api/xml?action=concurrent-learner-license-release&transcript-id="+transcriptValue); }else{ $.ajax({ async: false, url : hostValue.concat("/api/xml"), type: 'GET', data: {action: 'concurrent-learner-license-release', 'transcript-id': transcriptValue} }); } needToRelease = false; } } function getMeetingKey(swfParam,param) { var fullSWFURL = decodeURIComponent(swfParam).replace('swfUrl=', ''); var paramOnly = fullSWFURL.slice(fullSWFURL.indexOf('?') + 1); if (typeof URLSearchParams == 'undefined') { paramOnly = paramOnly.slice(paramOnly.indexOf(param+'=')+param.length+1); paramOnly = paramOnly.slice(0, paramOnly.indexOf('&')); return paramOnly; } var searchParams = new URLSearchParams(paramOnly); return searchParams.get(param); } function addPreloadLinks(link,type,rel) { var preloadLink = document.createElement("link"); preloadLink.href = link; preloadLink.rel = rel;; preloadLink.as = type; document.head.appendChild(preloadLink ); } function prefetchMeetingResource(swfParam) { var lang = getMeetingKey(swfParam,'lang'); var accountId = getMeetingKey(swfParam,'account_id'); addPreloadLinks("/common/meetingHTML/lang/breezelivestrings-"+lang+".json","fetch","preload"); addPreloadLinks("/common/meetingHTML/lang/HTMLKeyboardshortcuts-"+lang+".json","fetch","preload"); addPreloadLinks("/common/meetingAS3/lang/countrycode-"+lang+".xml","fetch","preload"); addPreloadLinks("/common/meeting-"+lang+".xml","fetch","preload"); addPreloadLinks("/common/meetingAS3/shell/helpMenuLinks.xml","fetch","preload"); var brandingPath = "/_a" + accountId+ "/customMeeting/custom/"; var logoURL = brandingPath + "images/logos/img_logoPill_html.png"; var custXMLFileName = brandingPath + "meeting-" + lang + ".xml"; addPreloadLinks(custXMLFileName,"fetch","preload"); addPreloadLinks(logoURL,"image","preload"); addPreloadLinks("/common/assets/dummyAudio.mp3","audio","prefetch"); addPreloadLinks("/common/assets/dummyVideo.mp4","video","prefetch"); } function isShowbetaLabelComponent(){ return (isIPadVersion13Devices() || (isTabletDeviceHTMLFix == 'true' && showMobileBetaLabelFix)); } function showandHideHTMLBoxComponent(){ // show and hide the beta component var betaLabelComponent = document.getElementById('tabletBetaLabelID'); if(betaLabelComponent && isShowbetaLabelComponent()){ betaLabelComponent.style.display = 'inline-flex'; } // show and hide the desktop and host capabilitites component var desktopandHostCapabilityComponent = document.getElementById('desktopHostCapabilityID'); if(desktopandHostCapabilityComponent){ if(isTabletDeviceHTMLFix == "" && (isIPadVersion13Devices() == false)){ desktopandHostCapabilityComponent.style.display = 'block'; } } // show and hide install tablet and install addin a link var installTabletComponent = document.getElementById('installTablet'); var installAddinIDComponent = document.getElementById('installAddinID'); if(isTabletDeviceHTMLFix == 'true' || isIPadVersion13Devices()){ if(installTabletComponent) installTabletComponent.style.display = 'inline'; } else{ if(installAddinIDComponent) installAddinIDComponent.style.display = 'inline'; } } function onLoad() { if(document.theFlashObj) { setTimeout('document.theFlashObj.focus()',1); } showandHideHTMLBoxComponent() } function handleOnBeforeUnload(func){ if(typeof func !== "undefined"){ if (func !== null) { try { func(); } catch (err) { console.log("Something went wrong with on before unload handler"); } } } beforeUnloadWindow(isFlushContentQueue); } function setupBeforeUnload() { var func = window.onbeforeunload; addEvent(window, 'beforeunload', function() { handleOnBeforeUnload(func) }, true); } function handleOnPageHide(func) { if(typeof func !== "undefined") { if (func !== null) { try { func(); } catch (err) { console.log("Something went wrong with on page hide handler"); } } } releaseTrainingLicense(); } function setupPageHide() { var func = window.onpagehide; addEvent(window, 'pagehide', function() { handleOnPageHide(func) }, true); } function confirmTrainingLicense() { setupBeforeUnload(); setupPageHide(); //fallback for browsers that will refuse to run beforeunload event // confirm the license $.ajax({ async: false, url : hostValue.concat("/api/xml"), type: 'POST', data: {action: 'concurrent-learner-license-confirm', 'transcript-id': transcriptValue, 'reserved-license-id': licenseId}, success: function(data) { var $results = $(data), $status = $results.find("status"), code = $status.attr("code"), subcode = $status.attr("subcode"); if (code === 'no-access' && subcode === 'no-quota') { // reloading the training content - try again to reserve a license - is quota limit reached? location.reload(); } else if (code === 'ok') { needToRelease = true; } } }); } // deal with pre-rendering issue only in case we have a licenseId parameter involved if (licenseId) { // Set the name of the hidden property and the change event for visibility var hidden, visibilityChange; if (typeof document.hidden !== "undefined") { // Opera 12.10 and Firefox 18 and later support hidden = "hidden"; visibilityChange = "visibilitychange"; } else if (typeof document.mozHidden !== "undefined") { hidden = "mozHidden"; visibilityChange = "mozvisibilitychange"; } else if (typeof document.msHidden !== "undefined") { hidden = "msHidden"; visibilityChange = "msvisibilitychange"; } else if (typeof document.webkitHidden !== "undefined") { hidden = "webkitHidden"; visibilityChange = "webkitvisibilitychange"; } // if browser does not support Page Visibility than skip the hassle and confirm the license immediately if (typeof document.addEventListener === "undefined" || typeof hidden === "undefined") { confirmTrainingLicense(); } else { // Handle page visibility change document.addEventListener(visibilityChange, handleVisibilityChange, false); // call handler in case page is already visible handleVisibilityChange(); } } function addEvent( obj, type, fn, capturing ) { if (obj.addEventListener) { obj.addEventListener( type, fn, capturing ); } else if (obj.attachEvent) { obj["e"+type+fn] = fn; obj[type+fn] = function() { obj["e"+type+fn]( window.event ); } obj.attachEvent( "on"+type, obj[type+fn] ); } else { obj["on"+type] = obj["e"+type+fn]; } } </script> <script>!function(a){var e="https://s.go-mpulse.net/boomerang/",t="addEventListener";if("False"=="True")a.BOOMR_config=a.BOOMR_config||{},a.BOOMR_config.PageParams=a.BOOMR_config.PageParams||{},a.BOOMR_config.PageParams.pci=!0,e="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="9AG75-2XHDY-J9WPH-Y6SYC-9HY7X",function(){function n(e){a.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!a.BOOMR||!a.BOOMR.version&&!a.BOOMR.snippetExecuted){a.BOOMR=a.BOOMR||{},a.BOOMR.snippetExecuted=!0;var i,_,o,r=document.createElement("iframe");if(a[t])a[t]("load",n,!1);else if(a.attachEvent)a.attachEvent("onload",n);r.src="javascript:void(0)",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="width:0;height:0;border:0;display:none;",o=document.getElementsByTagName("script")[0],o.parentNode.insertBefore(r,o);try{_=r.contentWindow.document}catch(O){i=document.domain,r.src="javascript:var d=document.open();d.domain='"+i+"';void(0);",_=r.contentWindow.document}_.open()._l=function(){var a=this.createElement("script");if(i)this.domain=i;a.id="boomr-if-as",a.src=e+"9AG75-2XHDY-J9WPH-Y6SYC-9HY7X",BOOMR_lstart=(new Date).getTime(),this.body.appendChild(a)},_.write("<bo"+'dy onload="document._l();">'),_.close()}}(),"".length>0)if(a&&"performance"in a&&a.performance&&"function"==typeof a.performance.setResourceTimingBufferSize)a.performance.setResourceTimingBufferSize();!function(){if(BOOMR=a.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var e=""=="true"?1:0,t="",n="bdpnbeqxzke6kz2clxpq-f-3e1ab16c6-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,_={"ak.v":"39","ak.cp":"733084","ak.ai":parseInt("475970",10),"ak.ol":"0","ak.cr":4,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"8c8e2d77","ak.r":47863,"ak.a2":e,"ak.m":"dsca","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":59114,"ak.gh":"23.54.158.69","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732402655","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==L7nc7OT3PxoWhh5Sc9pypndXKuM3h5ATEKxsLRbKvhV3zUtHkMIExNI1c03i7MNkx//mpVLYEccwZhfhGxuPJlD0kl1g/NhTiYEILnSQe6acxqGWDoCA919q0ET5QFcj+8FB6bx6uKe+Xvpq0ylcZOaOg0GhmUj71HrUKX+64fOfrlF2PzRYpgaoPzubs98FSNxzDY7IFzVukNAoTfFkBn2siUp6cHnHTsFxeKcFCidaXWrMhci4SivtyTqbh6q6fHukNmHBzmHPvQ/ELnd7ikgm7MpndWepqfDkTwvsjeGn6T4KS93frqustjyrPJ5LLe+3lmmlc0LRQYd5jG9HGjUsJwwAMTASurhZQ3EtHxG86oKBwKzrS8djT5ImrhcnVWynxY7AQM831RjeRF2d8eRw0YfKYVEibQXOHdFDWFQ=","ak.pv":"18","ak.dpoabenc":"","ak.tf":i};if(""!==t)_["ak.ruds"]=t;var o={i:!1,av:function(e){var t="http.initiator";if(e&&(!e[t]||"spa_hard"===e[t]))_["ak.feo"]=void 0!==a.aFeoApplied?1:0,BOOMR.addVar(_)},rv:function(){var a=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(a)}};BOOMR.plugins.AK={akVars:_,akDNSPreFetchDomain:n,init:function(){if(!o.i){var a=BOOMR.subscribe;a("before_beacon",o.av,null,null),a("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body onbeforeunload="beforeUnloadWindow(false)" onunload="" onload="onLoad()" style="overscroll-behavior:none" bgcolor="white" marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0"> <script>resizeWin(0.96 * screen.width, 0.76 * screen.height)</script><script src="/common/scripts/platformCompatUtil.js?ver=11.4.5"></script><script language="JavaScript" type="text/javascript">var swfParam = 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false';var swfUrl = '/common/meetingAS3/launcher/launcher.swf?ver=11.4.5';var urlPath = '/pj9zroih5jyn/';var useLauncher = 'true';var htmlView = (isWebRTC&&!webRTCApp)?'true': '';var launcherParam = '';var inHtmlClient = 'true';var htmlClientKillSwitch = ''; var accountId = "7"; var roomNameForMobile = "Role of Material in Classification"; var roomLangForMobile = "en"; var helpLinkTextForMobile = 'Help'; // -------hr-------------------------------------------------------------------- var requiredMajorVersion = 11; var requiredMinorVersion = 2; var requiredRevision = 0; //Handling swf content being blocked from Chrome version 56 var flashBlockedOnChrome = true; function setFlagFromShellToDetectFlashOnChrome() { console.log("Flag set and swf loaded by Chrome from Shell.as"); flashBlockedOnChrome = false; console.log("flashBlockedOnChrome variable: " + flashBlockedOnChrome); //Hide new UI showing warning since Flash content got played $("#chromeFlashWarning").css({"display":"none"}); } function setFlagToDetectFlashOnChrome() { console.log("Flag set and swf loaded by Chrome"); flashBlockedOnChrome = false; console.log("flashBlockedOnChrome variable: " + flashBlockedOnChrome); //Hide new UI showing warning since Flash content got played $("#chromeFlashWarning").css({"display":"none"}); } function decideIfFlashContentBlockedOnTimeout() { if(flashBlockedOnChrome != false) { //alert('Flash Content Blocked. Please play content by explicitly clicking it'); //Try to launch Addin via custom protocol in case User has latest Addin installed console.log("Flash content blocked by Chrome, so trying to launch Addin via custom protocol"); if (isOldLaunchWorkflow) { launchAddin(swfParam); } else { launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } //Show the UI-Template for this //Assign download url for Install Addin button in this UI assignAddinDownloadUrl(); //Show new UI $("#chromeFlashWarning").css({"display":"block"}); } } function isMobileDeviceOrTab(){ var agent=navigator.userAgent.toLowerCase(); var isIPhone = (agent.indexOf("iphone") != -1); var isIPad = (agent.indexOf("ipad") != -1); var isAndroid = ( agent.indexOf("android") != -1 ); var winSurface = ( agent.indexOf("iemobile") != -1 ); return (isIPhone || isIPad || isAndroid || winSurface) } var getPlayerUrl="/system/get-player"; if(swfUrl && swfUrl.indexOf('/common/meetingAS3/shell/shell.swf')==0) { //we are playing meeting if(swfParam && swfParam.indexOf('fcsContent%3Dtrue')!=-1)//escaped string for fcsContent=true { //we are playing meeting in recording playback mode if(useLauncher != 'true') { //we require at least 11.2 for recording playback (unless using the add-in) requiredMajorVersion = 11; requiredMinorVersion = 2; } //getPlayerUrl+="?contentType=recordingPlayback"; } } if(useLauncher == 'true') { if(getPlayerUrl.indexOf('?') >= 0) { getPlayerUrl+="&urlPath="+urlPath; } else { getPlayerUrl+="?urlPath="+urlPath; } } // ----------------------------------------------------------------------------- </script><script src="/common/scripts/AC_OETags.js?ver=11.4.5"></script><script src="/common/scripts/flashPlugin.js?ver=11.4.5"></script><script src="/common/scripts/checkMobile.js?ver=11.4.5"></script><script> // Passing WebRTC info to Mobile View. var webRTCInfo = {}; webRTCInfo.isWebRTC = isWebRTC; if(isWebRTC) { webRTCInfo.casClientApiUrl = encodeURIComponent(casClientApiUrl); webRTCInfo.zoneId = zoneId; } checkMobile('en', 'archive', 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false', '11.4.5', 'https', 'air.com.adobe.connectpro', '', 'false', "", htmlView, 'true', 'true', '/pj9zroih5jyn/', 'market://details?id=com.adobe.connect.android.mobile', 'https://apps.apple.com/us/app/adobe-connect-new/id1533425942', webRTCInfo); </script> <p id="launchParamForConnectApp" style="display:none;">swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&amp;htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&amp;mode=auto&amp;lang=en&amp;isHTMLCustomPodEnabled=true&amp;msg=view&amp;hasHTMLContent=false&amp;showLoginLogo=1&amp;standardView=false&amp;enhancedAudio=false</p> <center> <div id="meetingPagesGuideDiv"> <div id="launchMeetingPage"> <div class="launch-meeting-page-header"> <div class="connect-logo"> <img src="/common/images/logos/img_logoPill_html.jpg" alt="Connect Logo"><span class="connect-title">Adobe Connect</span> </div> <a class="help-tip" href="https://helpx.adobe.com/adobe-connect/kb/connect-desktop-application-issues.html" target="_blank"><img src="/common/images/logos/help.svg" alt="Troubleshooting Tips"></a> </div> <div class="loading-circle"> <div id="spinner-css" class="spinnerwrap cane default logo"> <div class="spinner2"> <div class="circle-clipper2 left2"> <div class="circle2"> </div> </div> <div class="circle-clipper2 right2"> <div class="circle2"> </div> </div> </div> <div class="track"> </div> </div> </div> <div class="meeting-name">Role of Material in Classification</div> <div class="loading-text">Loading recording. Please wait a moment.</div> </div> <div id="recordingMobilelaunchPage" style="display:none"> <div class="launch-meeting-page-header"> <div class="connect-logo"> <img src="/common/images/logos/img_logoPill_html.jpg" alt="Connect Logo"><span class="connect-title">Adobe Connect</span> </div> <a class="help-tip" href="https://helpx.adobe.com/adobe-connect/kb/connect-desktop-application-issues.html" target="_blank"><img src="/common/images/logos/help.svg" alt="Troubleshooting Tips"></a> </div> <div style="margin-top: 286px;">Unable to play recording in mobile browser. To play this recording please open it from a computer browser.</div> </div> <div id="launchMeetingOptionsPage" style="display:none"> <div class="launch-meeting-page-header"> <div class="connect-logo"> <img src="/common/images/logos/img_logoPill_html.jpg" alt="Connect Logo"><span class="connect-title">Adobe Connect</span> </div> <a class="help-tip" href="https://helpx.adobe.com/adobe-connect/kb/connect-desktop-application-issues.html#Usageandmeetinglaunchissues" target="_blank"><img src="/common/images/logos/help.svg" alt="Troubleshooting Tips"></a> </div> <div id="macWorkflow"> <script> function updateMacFallbackpageMessage(isconnectprotoSupported){ var isHideContinueInBrowser =false; var isHideOpenAppAgain = isconnectprotoSupported === false; if(isHideOpenAppAgain){ var htmlText = $('#recording-launch-option-2').html(); var startOfFirstLink = htmlText.indexOf('<a'); var remString = htmlText.substring(startOfFirstLink+3); var startOfsecondLink = remString.indexOf('<a'); var newString = htmlText.substring(0,startOfFirstLink) + remString.substring(startOfsecondLink); $('#recording-launch-option-2').html(newString); } if(isRecordingKillSwitch !== 'true' || inHtmlClient !== 'true' || !isHTMLAllowedForSco() ){ $('#recording-launch-option-2').html($('#recording-launch-option-2').html().split("<br>")[0]); isHideContinueInBrowser = true; } if(!isHideOpenAppAgain){ $('#recording-launch-option-2 a')[0].href=getUrl(swfParam); } var platform = navigator.platform.toLowerCase(); var macIndex = platform.indexOf("mac"); var winIndex = platform.indexOf("win"); if(macIndex >= 0) { $('#recording-launch-option-2 a')[isHideOpenAppAgain===true?0:1].href="https://www.adobe.com/go/ConnectMac11Plus"; } else if(winIndex >= 0) { $('#recording-launch-option-2 a')[isHideOpenAppAgain===true?0:1].href="https://www.adobe.com/go/ConnectShell11"; } $('#recording-launch-option-2 a')[isHideOpenAppAgain===true?0:1].onclick=afterDownloadAddin; if( !isHideContinueInBrowser ){ $('#recording-launch-option-2 a')[isHideOpenAppAgain === true? 1:2].href="javascript:void(0)"; $('#recording-launch-option-2 a')[isHideOpenAppAgain === true? 1:2].onclick=triggerHtmlMeetingRoom; } } $(document).ready(function() { updateMacFallbackpageMessage(); }); </script> <div class="message-1">Open Adobe Connect from the browser dialog</div> <div class="recording-message-2"> <m id="recording-launch-option-2"> If you don&rsquo;t see a browser dialog then <a>Launch app</a> or <a>Download &amp; run app</a> <br> <br> Can&rsquo;t open app? <a>Continue in browser</a></m> </div> </div> <div id="windowsWorkflow"> <script> $(document).ready(function() { if(isRecordingKillSwitch !== 'true' || inHtmlClient !== 'true'){ $('#launched-in-connect-actions').html($('#launched-in-connect-actions').html().split("<br>")[0]); } $('#launched-in-connect-actions a')[0].href="javascript:void(0)" $('#launched-in-connect-actions a')[0].onclick=function() { reloadMeeting(); }; var platform = navigator.platform.toLowerCase(); var macIndex = platform.indexOf("mac"); var winIndex = platform.indexOf("win"); if(macIndex >= 0) { $('#launched-in-connect-actions a')[1].href="https://www.adobe.com/go/ConnectMac11Plus"; } else if(winIndex >= 0) { $('#launched-in-connect-actions a')[1].href="https://www.adobe.com/go/ConnectShell11"; } $('#launched-in-connect-actions a')[1].onclick=afterDownloadAddin; if( $('#launched-in-connect-actions a').length >= 3 ){ $('#launched-in-connect-actions a')[2].href="javascript:void(0)"; $('#launched-in-connect-actions a')[2].onclick=function() { continueInBrowser('launcher=false'); }; } }); </script> <div class="launch-message">You have opened the recording in the Adobe Connect app</div> <div class="recording-message-2"> <m id="launched-in-connect-actions">If you don&rsquo;t see anything then <a>open app again</a> or <a>download and run app</a> <br>Can&rsquo;t open app? <a>continue in browser</a></m> </div> </div> </div> <div id="connectAppDownloadedPage" style="display:none"> <div class="launch-meeting-page-header"> <div class="connect-logo"> <img src="/common/images/logos/img_logoPill_html.jpg" alt="Connect Logo"><span class="connect-title">Adobe Connect</span> </div> <a class="help-tip" href="https://helpx.adobe.com/adobe-connect/kb/connect-desktop-application-issues.html" target="_blank"><img src="/common/images/logos/help.svg" alt="Troubleshooting Tips"></a> </div> <div class="downloaded-message-div-1"> <div class="normal-message">Thanks for downloading Adobe Connect application</div> <div class="normal-message"> <span class="localisation-space">The download will begin in a moment. If not then</span><a id="restart-download" class="anchor-link">download again</a> </div> </div> <div class="after-download-instructions"> <div class="instruction"> <img src="/common/images/logos/open_installer_new.png" alt="OPEN INSTALLER"><div class="instruction-heading">Open the Installer</div> <div class="normal-message">Locate the installer file and double click to start the installation.</div> </div> <div class="padding"> </div> <div class="instruction"> <img src="/common/images/logos/yes_or_run_new.png" alt="YES OR RUN"><div class="instruction-heading">Click 'Yes' to Run</div> <div class="normal-message">Authorize the installer by following the instructions on the security dialog.</div> </div> <div class="padding"> </div> <div class="instruction"> <img src="/common/images/logos/join_meeting.png" alt="JOIN MEETING"><div class="instruction-heading">Launch Adobe Connect</div> <div class="normal-message"> <span class="localisation-space">Once the installation is complete, come here and</span><a id="rejoinMeeting" onclick="rejoinMeetingAfterAppDownload()" class="anchor-link">launch Adobe Connect</a> </div> </div> </div> </div> <div id="firefoxLaunchOptionsPage" style="display: none;"> <div id="firefoxOptionsBackground" class="login loginBGColor noScript"> <div id="loginFormX" class="loginForm loginBGColor"> <div class="main-login-form"> <div class="login-page-header center"> <img src="/common/images/logos/connect_appicon.svg" alt="Adobe Connect Logo"></div> <hr class="horizontal-line"> <div id="loginSection" class="loginField"> <div id="formContainer" class="login-page-form"> <h1 id="loginFormRoomName" class="loginTitle loginTitlePadding">Role of Material in Classification</h1> <img id="loginLogo" src="/_a7/loginPage/custom/images/logos/login_logo.png" alt="Blank spacer"></div> </div> </div> <div class="login-page-footer loginBGColor center"> <span class="login-help center"></span> <div class="copy-right">&copy; Adobe Systems Incorporated. All Rights Reserved.</div> </div> </div> <div class="side-logo"> <img id="loginSideLogo" src="/_a7/loginPage/custom/images/logos/login_side_logo_html.png" alt="HSIN Connect logo"></div> </div> <div> <coral-dialog id="launchOptionsDialog" aria-label="Where do you want to open the room?"><coral-dialog-header>Where do you want to open the recording?</coral-dialog-header><coral-dialog-content> <div class="big-buttons"> <div class="open-in-browser-button" tabindex="0" aria-label="Open in browser"> <div class="button-content"> <img class="button-image" src="/common/images/logos/browser.svg"><div class="button-text-all"> <div class="button-text">Open in browser<div class="tablet-beta-label" id="tabletBetaLabelID" style="display:none">Beta</div> </div> </div> </div> </div> <div class="open-in-app-button" tabindex="0" aria-label="Open in Application"> <div class="button-content"> <img class="button-image" src="/common/images/logos/connect.svg"><div class="button-text-all"> <div class="button-text">Open in Application</div> </div> </div> </div> </div> <div class="remember-choice coral--light"> <coral-checkbox class="coral-Checkbox-input" name="remember" id="remember_me">Remember my choice in this browser</coral-checkbox> </div> <div class="footer-div" style="max-width: 405px;"> <div class="message"> <a class="download-addin-button" id="installTablet" style="color: #4B4B4B;display:none">Install Adobe Connect Application</a><a class="download-addin-button" id="installAddinID" onclick="afterDownloadAddinFromLaunchDialog()" style="color: #4B4B4B;display:none">Download Adobe Connect Application</a> </div> <div class="message" id="desktopHostCapabilityID" style="display:none"> <m id="flash-launch-instructions"><a href="https://helpx.adobe.com/flash-player.html" target="_blank" style="color: #4B4B4B; display: inline-block">Enable Adobe Flash Player</a> &amp; <a class="redirect-for-flash-launch" style="color: #4B4B4B">open the classic view</a> in this browser.</m> </div> </div> </coral-dialog-content></coral-dialog> </div> <script> //Add background image url for side-logo var backgroundImageUrl = ""; var _loginSideLogo = document.getElementById('loginSideLogo'); if (_loginSideLogo) { backgroundImageUrl = _loginSideLogo.src; } //Set this url to css background-image of side-logo document.getElementsByClassName('side-logo')[0].style.backgroundImage = "url(" + backgroundImageUrl+ ")"; </script> </div> <div id="mobileLaunchOptionsPage" style="display: none;"> <div id="mobileOptionsBackground" class="login loginBGColor noScript"> <div id="loginFormX" class="loginForm loginBGColor"> <div class="main-login-form"> <div class="login-page-header center"> <img src="/common/images/logos/connect_appicon.svg" alt="Adobe Connect Logo"></div> <hr class="horizontal-line"> <div id="loginSection" class="loginField"> <div id="formContainer" class="login-page-form"> <h1 id="loginFormRoomName" class="loginTitle loginTitlePadding">Role of Material in Classification</h1> </div> </div> <div class="mobile-options-dialog-header">Where do you want to open the room?</div> <div class="open-buttons"> <div class="button-div open-in-app-button"> <button class="button-style" style="text-decoration:none">Open in Application</button> </div> <div class="button-div open-in-browser-button"> <button class="button-style">Open in Browser</button> <div class="mobile-beta-label">Beta</div> </div> </div> <div class="message-div"> <div class="remember-choice normal-message coral--light"> <coral-checkbox class="coral-Checkbox-input" name="remember" id="remember_me_mobile">Remember my choice in this browser</coral-checkbox> </div> <div id="install-application" class="normal-message">Don't have the Adobe Connect Application?<a id="installMobile" class="localisation-space-left" style="color:#4B4B4B">Install</a> </div> <div id="troubleshooting-tips" class="normal-message"> <span class="localisation-space">Need help? See</span><a href="https://helpx.adobe.com/adobe-connect/kb/connect-desktop-application-issues.html#Usageandmeetinglaunchissues" target="_blank" style="color:#4B4B4B">Troubleshooting Tips</a> </div> </div> </div> </div> </div> </div> </div> <script src="/common/scripts/addin_without_flash.js?ver=11.4.5"></script><script src="/common/scripts/mobile-html-launch.js?ver=11.4.5"></script><script src="/common/html/mobile/getApp.js?ver=11.4.5"></script><script language="JavaScript" type="text/javascript">var forceAddin = 'false';var swfParam = 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false';var isCustomProtocol = '';var htmlViewParam = '';var protoParamMissing = 'true';var recordingMode = '';var inHtmlClient = 'true';var killAddinLaunchWithoutFlashFeature = '';var icon = 'archive';var isRecordingKillSwitch = 'true';var isRecordingPlaybackHasAnyParent = 'true';var type = 'content';var chromeFlashWarningTimeout = '3000';var connectVersion = '8';var isMobileWorkflow = false;var isTabletWorkflow = false;var inApplicationStandardView = true;var isMobileHTML = false;var isTabletDeviceHTML = false;var mobileType = 'archive';var isCustomProtocol = '';var protoParamMissing = 'true';var killAddinLaunchWithoutFlashFeature = '';var isAddinLogin = '';var icon = 'archive';var type = 'content';var recordingcourse = '';var newAndroidAppURL = 'market://details?id=com.adobe.connect.android.mobile';var newIOSAppURL = 'https://apps.apple.com/us/app/adobe-connect-new/id1533425942';var newAppMobileLaunchWorkflowAndroid = true;var newAppMobileLaunchWorkflowIOS = true; var waitForFlashContentToSetFlag = 3000; var waitForAddinLaunch = 3000; var waitAfterAddinLaunch = 0; var expiryTimeout = 5000; var isPMAllowed; var minPortraitHeight = 99999; var recPasscode = window.sessionStorage.getItem('recordingPasscodeValue'); var meetingPasscode = window.sessionStorage.getItem('meetingPasscodeValue'); sessionStorage.removeItem("recordingPasscodeValue"); sessionStorage.removeItem("meetingPasscodeValue"); function saveProductManager(isAllowed) { isPMAllowed = isAllowed; var tempFlashObj = document.getElementById('tempFlashObj'); tempFlashObj.parentNode.removeChild(tempFlashObj); } function loadPMDetectingSWF(schema, width, height, align, script, movie, menu, quality, scale, bgcolor, flashvars, version, base, id, scroll, wmode, swlive) { var platform = navigator.platform.toLowerCase(); var macIndex = platform.indexOf("mac"); var ua = navigator.userAgent.toLowerCase(); var isSafari = ua.indexOf('safari') > -1 && ua.indexOf('chrome') == -1; var ua=navigator.userAgent.toLowerCase(); var version = ua.indexOf("version/"); var versionString = ua.substring(version+8,ua.length-1); var versions = versionString.split(" "); versions = versions[0].split("."); if(macIndex >= 0 && isSafari && ((versions[0] == 6 && versions[1] >=1) || (versions[0] > 6))) { flashPlugin(schema, width, height, align, script, movie, menu, quality, scale, bgcolor, flashvars, version, base, id, scroll, wmode, swlive); } } function isLaunchMeetinginOldApp(){ return ( inApplicationStandardView !== true /*|| (icon === 'archive' && recordingMode === 'offline') */); } // Version check based upon the values entered above in "Globals" // Check to see if the version meets the requirements for playback // AEC: Includes a change that won't force FP on non-swf based content var hasRequestedVersion = DetectFlashVer(); //If page loaded in Connect App , don't go the usual direction of launch workflow. Since the page has to extract swf and load it in the App function startLaunchFlow() { // always launch html room on linux platform. if (!isMobileHTML && !isTabletDeviceHTML && navigator.platform.toLowerCase().indexOf("linux") !== -1) { triggerHtmlMeetingRoom(); return; } if (isAddinLogin === 'true' && connectApp === 'undefined') { // Send Analytics Data that user joining meeting through Connect App meetingLaunchIA = new MeetingLaunchIA(); meetingLaunchIA.applicationFromAppAnalytics(); return; } if(typeof connectApp !== "undefined") { // Flow for launching the HTML Meeting Room in CEF base Addin if(isLaunchMeetinginOldApp()){ let fullSWFURL=decodeURIComponent(swfParam); fullSWFURL = fullSWFURL.replace('swfUrl=', ''); connectApp.launchOldApp(fullSWFURL) window.close(); }else{ triggerHtmlMeetingRoom(); } } else if(icon === 'archive' && parseInt(connectVersion) < 8) { //CONN-4087076:Even if flash player is enabled/disabled, try to open pre C7.5 recordings by loading swf because Addin does not support such recordings //This will give browser's default messaging to the User that Flash player is blocked //Pre C8 content comes with connect-version as -1 flashPlugin('https', '100%', '156', 'middle', 'sameDomain', '/common/meetingAS3/launcher/launcher.swf?ver=11.4.5', 'false', 'best', 'scale', '#FFFFFF', 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false&custom_header=', '6,0,65,0', '/common/meetingAS3/shell/', 'theFlashObj'); } // Recording Playback Workflow Start -------------------------------------------------------- else if(icon === 'archive' && recordingMode === 'offline' ){ //launchPreferenceApplication(); launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } else if(isHTMLSupportedInBrowser() && icon === 'archive' && isRecordingKillSwitch === 'true' && inHtmlClient === 'true' && (recordingMode === 'normal' || recordingMode === '' || recordingMode === 'edit') && isMobileWorkflow && isRecordingPlaybackHasAnyParent === 'false'){ console.log("For mobile view, force recording to open in browser directly without providing option to user for addin / open in browser"); triggerMobileHtmlMeetingRoom() } else if( isHTMLSupportedInBrowser() && navigator.userAgent.indexOf('Edge') === -1 && (icon === 'archive' || recordingcourse === 'true') && isRecordingKillSwitch === 'true' && isCustomProtocol!== 'true' && inHtmlClient === 'true' && isRecordingPlaybackHasAnyParent === 'true' && (recordingMode === 'normal' || recordingMode === '' || recordingMode === 'edit') && htmlViewParam !== 'false'){ console.log("Recording has an association with a meeting/training/seminar and html client of parent is enabled"); if(launcherParam == 'false' || isOldLaunchWorkflow) { triggerHtmlMeetingRoom(); } else { $('#launchMeetingOptionsPage').hide(); $('#connectAppDownloadedPage').hide(); launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } } // Recording Playback Workflow End -------------------------------------------------------- else if (isHTMLSupportedInBrowser() && (htmlClientKillSwitch != 'true' && inHtmlClient == 'true') && (((swfParam || swfUrl) && forceAddin !== 'true') && htmlView == 'true')) { console.log('Show HTML view '); // Send Analytics data related to Meeting Launch Workflow meetingLaunchIA = new MeetingLaunchIA(); meetingLaunchIA.htmlWithHtmlViewParameter(); (isMobileWorkflow || isTabletWorkflow || isIPadVersion13Devices()) ? triggerMobileHtmlMeetingRoom() : triggerHtmlMeetingRoom(); } else if (isHTMLSupportedInBrowser() && (htmlClientKillSwitch != 'true' && inHtmlClient == 'true') && (((swfParam || swfUrl) && forceAddin !== 'true') && htmlView != 'false' && launcherParam == 'false' && isCustomProtocol != 'true')) { // Handling case of launcher=false&proto=false if(isCustomProtocol == 'false') { // Launch Html Client (isMobileWorkflow || isTabletWorkflow || isIPadVersion13Devices()) ? triggerMobileHtmlMeetingRoom() : triggerHtmlMeetingRoom(); } else if (protoParamMissing === 'true') { console.log('Try to launch App. Show HTML view if App does not launch.'); var currentUrl = window.location.href; if (currentUrl.indexOf('?') >= 0) { currentUrl += "&proto=true"; } else { currentUrl += "?proto=true"; } var params = {"recording-passcode": recPasscode, "meeting-passcode": meetingPasscode}; if( icon === 'archive' ){ params["proto-redirect-ticket"]=getMeetingKey(swfParam,'ticket'); } redirectAndSendHiddenParameters(currentUrl, params); } // for any illegal proto value, handle it the same as proto=false else { // Launch Html Client (isMobileWorkflow || isTabletWorkflow || isIPadVersion13Devices()) ? triggerMobileHtmlMeetingRoom() : triggerHtmlMeetingRoom(); } } else if(hasRequestedVersion && ((swfParam || swfUrl) && forceAddin!=='true') && htmlView != 'true' && isCustomProtocol !== 'true') { if(useLauncher == 'true' || (swfUrl && swfUrl.indexOf('shell') > -1)) { //Flash enabled and trying to load swf content //2 second timer to allow swf to call the function and update the flag if Chrome has played swf content if(navigator.userAgent.indexOf("Chrome") >= 0 || isMSIE()) { setTimeout(decideIfFlashContentBlockedOnTimeout, chromeFlashWarningTimeout); } } // CONN-4109013 : Prevent launching through launcher/shell.swf for Firefox/Edge browsers if html client is enabled and the user is a participant if(isHTMLSupportedInBrowser() && htmlClientKillSwitch != 'true' && inHtmlClient == 'true' && htmlView != 'false' && isLaunchWorkflowWithPreference() && protoParamMissing === 'true') { // Redirect with proto=true to prevent loading of launcher.swf?ver=11.4.5 and moving to desired launch workflow var currentUrl = window.location.href; if (currentUrl.indexOf('?') >= 0) { currentUrl += "&proto=true"; } else { currentUrl += "?proto=true"; } var params = {"recording-passcode": recPasscode, "meeting-passcode": meetingPasscode}; if( icon === 'archive' ){ params["proto-redirect-ticket"]=getMeetingKey(swfParam,'ticket'); } redirectAndSendHiddenParameters(currentUrl, params); } $("#meetingPagesGuideDiv").hide(); flashPlugin('https', '100%', '156', 'middle', 'sameDomain', '/common/meetingAS3/launcher/launcher.swf?ver=11.4.5', 'false', 'best', 'scale', '#FFFFFF', 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false&custom_header=', '6,0,65,0', '/common/meetingAS3/shell/', 'theFlashObj'); } else if(isCustomProtocol === 'true') { var agent=navigator.userAgent.toLowerCase(); var isAndroid = ( agent.indexOf("android") != -1 ); var chromeOS = /(cros)/.test(agent); //If proto=true is in url then always go for Flashless Addin workflow irrespective of any thing if(killAddinLaunchWithoutFlashFeature!=='false' && (navigator.platform.toLowerCase().indexOf("linux") < 0 || isAndroid || chromeOS) && (type ==='meeting' || icon === 'archive')) { //Addin class .tk-adobe-clean which applies font style to all texts $("body").attr("class","tk-adobe-clean"); $("p").css({"font-family":"adobe-clean,verdana,arial"}); $('#launchMeetingOptionsPage').hide(); $('#connectAppDownloadedPage').hide(); if(isHTMLAllowedForSco() && htmlView != 'false' && isLaunchWorkflowWithPreference()) { if(isOldLaunchWorkflow && window.localStorage.getItem("launchPreference") === 'browser') { launchPreferenceBrowser(); } else if(isOldLaunchWorkflow && window.localStorage.getItem("launchPreference") === 'application') { launchPreferenceApplication(); } else { if (isMobileWorkflow) { showMobileLaunchOptionsPage(); } else if (isTabletWorkflow || isIPadVersion13Devices()) { showFirefoxLaunchOptionsPage(); } else { if (isOldLaunchWorkflow) { launchPreferenceApplication(); } else { launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } } preventClosingOfDialogOnClickingOutside(); setHrefForMeetingPageReloadForFlashLaunch(); // new android/ios app url to set var newAndroidAppURLToSet = undefined; if(newAppMobileLaunchWorkflowAndroid){ newAndroidAppURLToSet = newAndroidAppURL; } var newIOSAppURLToSet = undefined; if(newAppMobileLaunchWorkflowIOS){ newIOSAppURLToSet = newIOSAppURL; } if (isMobileWorkflow) { setButtonLinks('installMobile', 'true', 'true', newAndroidAppURLToSet, newIOSAppURLToSet); } else if (isTabletWorkflow || isIPadVersion13Devices()) { setButtonLinks('installTablet', 'true', 'true', newAndroidAppURLToSet, newIOSAppURLToSet); } else { assignAddinDownloadUrl(); } buttonClickHandlersOfLaunchWorkflow(); } } else { if(icon=='archive' && isMobileDeviceOrTab()){ $('#recordingMobilelaunchPage').show(); $('#launchMeetingPage').hide(); }else{ launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } } } } else { if (mobileType === 'meeting' && (isMobileHTML || isTabletDeviceHTML ) && htmlClientKillSwitch != 'true' && inHtmlClient == 'true') { if (protoParamMissing === 'true') { var currentUrl = window.location.href; if (currentUrl.indexOf('?') >= 0) { currentUrl += "&proto=true"; } else { currentUrl += "?proto=true"; } window.location = currentUrl; } else { console.log('show mobile html view'); triggerMobileHtmlMeetingRoom(); } } else { // flash is too old or we can't detect the plugin if(isAddinLogin === 'true') { // Send Analytics Data that user joining meeting through Connect App meetingLaunchIA = new MeetingLaunchIA(); meetingLaunchIA.applicationFromAppAnalytics(); } var ua = navigator.userAgent.toLowerCase(); var isSafari = ua.indexOf('safari') > -1 && ua.indexOf('chrome') == -1; if(isSafari) var style = 'display: block;border: none;height: 100%;width: 100%;'; else var style = 'display: block;border: none;height: 100vh;width: 100vw;'; var agent=navigator.userAgent.toLowerCase(); var isAndroid = ( agent.indexOf("android") != -1 ); var chromeOS = /(cros)/.test(agent); if(icon === 'archive' && htmlView == 'true' && isRecordingKillSwitch == 'true') { console.log('Forcing recording in html-view '); $(document).ready(function() { $("#troubleshooting-how-to").hide(); $("#troubleshooting-link").hide(); $('<iframe />', { name: 'html-recording-view-frame', id: 'html-recording-frame', title: 'html-recording', role: 'application', src: '/common/meetinghtml/index.html', style: style, allowfullscreen: true, webkitallowfullscreen:true, mozallowfullscreen:true }).appendTo('body'); }); } else if(killAddinLaunchWithoutFlashFeature!=='false' && (navigator.platform.toLowerCase().indexOf("linux") < 0 || isAndroid || chromeOS) && (type ==='meeting' || icon === 'archive')) { //Addin class .tk-adobe-clean which applies font style to all texts $("body").attr("class","tk-adobe-clean"); if (isCustomProtocol === 'true') { $("p").css({"font-family":"adobe-clean,verdana,arial"}); $('#launchMeetingOptionsPage').hide(); $('#connectAppDownloadedPage').hide(); launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } else if(protoParamMissing === 'true') { ///Trying to reload the page with additional customproto parameter var currentUrl = window.location.href; if(currentUrl.indexOf('?') >= 0) { currentUrl+="&proto=true"; } else { currentUrl+="?proto=true"; } var params = {"recording-passcode": recPasscode, "meeting-passcode": meetingPasscode}; if( icon === 'archive' ){ params["proto-redirect-ticket"]=getMeetingKey(swfParam,'ticket'); } redirectAndSendHiddenParameters(currentUrl, params); //window.location = getPlayerUrl; } else { window.location = getPlayerUrl; } } else { //If page loaded in Connect App , don't redirect. Since the page has to extract swf and load it in the App if(navigator.userAgent.indexOf('ConnectApp') == -1) window.location = getPlayerUrl; } } } } isOldLaunchWorkflow = isTabletWorkflow || isIPadVersion13Devices(); startLaunchFlow(); function isHTMLAllowedForSco() { return isHTMLSupportedInBrowser() && (htmlClientKillSwitch != 'true' && inHtmlClient == 'true') && ((swfParam || swfUrl) && forceAddin !== 'true'); } function isLaunchWorkflowWithPreference() { //legacy edge if(navigator.userAgent.indexOf('Edge') >= 0) return false; var isFirefox = typeof InstallTrigger !== 'undefined'; // Firefox 1.0+ var isChromeEdge = navigator.userAgent.indexOf('Edg') >= 0; var isChrome = navigator.userAgent.indexOf("Chrome") >= 0; var isSafari = navigator.userAgent.indexOf("Safari") >= 0; return isFirefox || isChromeEdge || isChrome || isSafari; } function launchPreferenceBrowser() { // Preference set to launch meeting in browser. Do that (isMobileWorkflow || isTabletWorkflow || isIPadVersion13Devices()) ? triggerMobileHtmlMeetingRoom() : triggerHtmlMeetingRoom(); } function launchPreferenceApplication() { // Passing WebRTC info to Mobile View. var webRTCInfo = {}; webRTCInfo.isWebRTC = isWebRTC; if(isWebRTC) { webRTCInfo.casClientApiUrl = encodeURIComponent(casClientApiUrl); webRTCInfo.zoneId = zoneId; } var isMobileAppLaunch = checkMobile('en', 'archive', 'swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&mode=auto&lang=en&isHTMLCustomPodEnabled=true&msg=view&hasHTMLContent=false&showLoginLogo=1&standardView=false&enhancedAudio=false', '11.4.5', 'https', 'air.com.adobe.connectpro', '', 'false', "", 'false', 'true', 'true', '/pj9zroih5jyn/', 'market://details?id=com.adobe.connect.android.mobile', 'https://apps.apple.com/us/app/adobe-connect-new/id1533425942', webRTCInfo); if (!isMobileAppLaunch) { // Preference set to launch meeting in application. Do that $('#rememberFirefoxBrowserLaunchChoiceDiv').show(); launchAddinViaCustomProtocol(swfParam, waitForAddinLaunch, waitAfterAddinLaunch, expiryTimeout, inHtmlClient, htmlView, forceAddin, icon); } } function meetingLaunchInFlashAnalytics() { meetingLaunchIA = new MeetingLaunchIA(); meetingLaunchIA.flashMeetingLaunch(); } </script> <div id="chromeFlashWarning" style="display: none;"> <h4 class="heading-message">For joining the recording right-click above to run Adobe Connect.</h4> <div class="warning-message">For repeat users, we recommend installing Adobe Connect application to run your meetings seamlessly.</div> <div class="install-addin-div"> <a class="coral-Button button download-addin-button">Install Application</a> </div> </div> </center> <noscript> <OBJECT id="theFlashObj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" SCROLL="NO" WIDTH="100%"><PARAM NAME="movie" VALUE="/common/meetingAS3/launcher/launcher.swf?ver=11.4.5"><PARAM NAME="base" VALUE="/common/meetingAS3/shell/"><PARAM NAME="quality" VALUE="best"><PARAM NAME="menu" VALUE="false"><PARAM NAME="FlashVars" VALUE="swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&amp;htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&amp;mode=auto&amp;lang=en&amp;isHTMLCustomPodEnabled=true&amp;msg=view&amp;hasHTMLContent=false&amp;showLoginLogo=1&amp;standardView=false&amp;enhancedAudio=false&amp;custom_header="><PARAM NAME="ALLOWSCRIPTACCESS" VALUE="sameDomain"><EMBED MENU="false" QUALITY="best" TYPE="application/x-shockwave-flash" ALLOWSCRIPTACCESS="sameDomain" PLUGINSPAGE="https://www.adobe.com/go/getflashplayer_en" SRC="/common/meetingAS3/launcher/launcher.swf?ver=11.4.5" BASE="/common/meetingAS3/shell/" FLASHVARS="swfUrl=https%3A%2F%2Fshare.dhs.gov%2Fcommon%2FmeetingAS3%2Fshell%2Fshell.swf%3Faicc_url%3Dhttps%253A%252F%252Fshare.dhs.gov%252Fservlet%252Fverify%253Fsco-id%253D181286144%2526airspeed%253D1%26aicc_sid%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26airspeed%3D1%252Flmsproxy%253Fsco-id%253D181286144%2526sid%253Dzuicqiwmsh9aico8xbsxtsuru4hn6953%2526qdata%253D%26baseurl%3D%252Fcommon%252FmeetingAS3%252Fshell%252F%26plugin%3Dplugin.swf%26host%3Dshare.dhs.gov%26path%3D%252Fpj9zroih5jyn%252F%26sco-id%3D181286144%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26transcript-id%3D791003006%26isLive%3Dfalse%26internalTracking%3Dtrue%2C%2C%2C%2C%2C0%2C7%2C181286144%2Carchive%2Ccontent%2Cactive%26room%3D181286144%3Bsession%3Dbreezbreezin8u2vb9r3kxpoy7%26ticket%3Dzuicqiwmsh9aico8xbsxtsuru4hn6953%26proxy%3Dfalse%26appInstance%3D7%2F181286144-1%2Foutput%2F%26ott%3Dt6ahxvezp4%26css%3Dairspeed%26fcsContent%3Dtrue%26pbMode%3Dnormal%26conStrings%3Drtmps%253A%252F%252Fshare3.dhs.gov%253A443%252F%253Frtmp%253A%252F%252Flocalhost%253A8506%252F%26connectors%3Dshare-act2.dhs.gov%2Clearn-act2.dhs.gov%26connector_proto%3Dwss%3A443%26lang%3Den%26account_id%3D7%26streamName%3D%2Fcontent%2F7%2F181286144-1%2Foutput%2F%26spFixFlashPlayerVersion%3D10%252C1%252C50%252C469%26hasHTMLContent%3Dfalse%26pacProxyFlag%3Dfalse%26standardView%3Dfalse%26enhancedAudio%3Dfalse&amp;htmlUrl=https%3A%2F%2Fshare.dhs.gov%2Fpj9zroih5jyn%2F%3Flauncher%3Dfalse%26fcsContent%3Dtrue%26pbMode%3Dnormal&amp;mode=auto&amp;lang=en&amp;isHTMLCustomPodEnabled=true&amp;msg=view&amp;hasHTMLContent=false&amp;showLoginLogo=1&amp;standardView=false&amp;enhancedAudio=false&amp;custom_header="></EMBED></OBJECT></noscript> <script src="/common/scripts/showContent.js?ver=11.4.5"></script><span id="troubleshooting-link" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size: .6em; margin-left: calc(50% - 125px);"><m id="troubleshooting-how-to"> Check our <a target="_blank" onClick="javascript:showContentWithNav('/common/help/en/support/meeting_test.htm', false, '',900,600,'false','false',1,1,0);return false" href="/common/help/en/support/meeting_test.htm"> troubleshooting page</a> for further assistance. </m></span> </body> </html>