// KGA Moved Initialization from auditorium.phtml // Initialize variables // var thisMediaPresType = window.opener.currentPresType; var mpVidHighUrl='' var mpVidLowUrl=''; var mpAudUrl=''; var rpVidHighUrl='' var rpVidLowUrl=''; var rpAudUrl=''; var streamname = ""; var media = ""; var chartstate=0; var cansync=0; var originalsync=0; // variable to preserve initial state of cansync var prestype = ""; var saminame ="" ; var auditoriumtitle = ""; var auditoriumtitlesub = ""; var hascc=0; var refreshchart=0; var refreshchartinterval=0; var slideclosed=""; var slidefinished=""; var chartwidth=""; var chartheight=""; var agenda = new Array(); // agenda object // end initialization. Load SSI with event specific data now eventDir="/investor/events/jgreene0408/"; configPath= eventDir + "webcastini"; presDir=eventDir + "presentation/"; //mpAudio='http://mfile.akamai.com/9039/live/reflector:35300.asx'; //mpVidLowUrl='http://mfile.akamai.com/9039/live/reflector:35300.asx'; //mpVidHighUrl='http://mfile.akamai.com/9039/live/reflector:35300.asx'; //mpAudio='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-a8.asf&proto=mms?mswmext=.asx'; //mpVidLowUrl='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-v34.asf&proto=mms?mswmext=.asx'; //mpVidHighUrl='http://play.rbn.com/play.asx?url=ibmpdc/pdc/open/wmdemand/wwwinvestor/analyst0504/19security-v125.asf&proto=mms?mswmext=.asx'; //rpAudio='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-a8.rm&proto=rtsp'; //rpVidLowUrl='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-v34.rm&proto=rtsp'; //rpVidHighUrl='http://play.rbn.com/?url=ibmpdc/pdc/open/demand/wwwinvestor/analyst0504/19security-v125.rm&proto=rtsp'; //mpVidHighUrl = eventDir + 'stream_meta/wm_vidhigh.asx'; //mpVidLowUrl = eventDir + 'stream_meta/wm_vidlow.asx'; //mpAudio= eventDir + 'stream_meta/wm_audio.asx'; //rpVidHighUrl = eventDir + 'stream_meta/real_vidhigh.ram'; //rpVidLowUrl = eventDir + 'stream_meta/real_vidlow.ram'; //rpAudio= eventDir + 'stream_meta/real_audio.ram'; // KGA // the following conditional will prevent an attempt by the code to execute this switch // in the event that "thisMediaPresType" is not available. this condition would take // place anywhere other than the initial auditorium window- therefore, these variables // will only be available in that initial window if (typeof thisMediaPresType != 'undefined') { switch(thisMediaPresType) { case 'wmVidHigh240x180' : media = 'wm'; prestype ='vidhigh'; streamname = mpVidHighUrl; hascc=0; cansync = 0; chartstate = 2; break; case 'wmVidLow240x180' : media = 'wm'; prestype ='vidlow'; streamname = mpVidLowUrl; cansync = 0; hascc=0; chartstate = 2; break; case 'wmAud' : media = 'wm'; prestype ='audio'; streamname = mpAudio; hascc=0; cansync = 0; chartstate = 2; break; case 'rpVidHigh240x180' : media = 'real'; prestype ='vidhigh'; streamname = rpVidHighUrl; hascc=0; cansync = 0; chartstate = 2; break; case 'rpVidLow240x180' : media = 'real'; prestype ='vidlow'; streamname = rpVidLowUrl; cansync = 0; hascc=0; chartstate = 2; break; case 'rpAud' : media = 'real'; prestype ='audio'; streamname = rpAudio; hascc=0; cansync = 0; chartstate = 2; break; // KGA Added new case case 'slide' : media = 'slide'; prestype ='slide'; streamname = ""; hascc=0; cansync = 0; chartstate = 2; break; } } originalsync = cansync; // preserve the initial state of cansync // saminame is optional -- use if you have a SAMI file for WM and have Closed Captioning enabled // note: this *must* be an absolute URL (including the full server name)' // thus this can't actually be tested until its published //saminame = "http://wnts014.dyn.webahead.ibm.com/investor/events/audv2_test/ondemand/stream_meta/cc.smi"; //saminame = "http://localhost:8080" + eventDir + "streams/cc.smi"; auditoriumtitle = ""; eventTitle = "Morningstar Stocks Forum"; // KGA added eventTitle for rightnav.ssi auditoriumtitlesub = "Morningstar Stocks Forum
Jesse Greene,Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.';
//