File: /home/dronicaehy/www/RM_24102019_V2/script_general.js
(function(){
var script = {
"mouseWheelEnabled": true,
"id": "rootPlayer",
"mobileMipmappingEnabled": false,
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"start": "this.init(); this.visibleComponentsIfPlayerFlagEnabled([this.IconButton_A91633B8_BD65_5543_41C4_D97D8D207140], 'cardboardAvailable'); this.syncPlaylists([this.mainPlayList,this.DropDown_3D997917_325E_1C1E_41BE_030B96CD295F_playlist]); this.DropDown_3D997917_325E_1C1E_41BE_030B96CD295F_playlist.set('selectedIndex', 0)",
"scrollBarColor": "#000000",
"width": "100%",
"overflow": "hidden",
"gap": 10,
"scripts": {
"showPopupPanoramaOverlay": function(popupPanoramaOverlay, closeButtonProperties, imageHD, toggleImage, toggleImageHD, autoCloseMilliSeconds, audio, stopBackgroundAudio){ var self = this; this.MainViewer.set('toolTipEnabled', false); var cardboardEnabled = this.isCardboardViewMode(); if(!cardboardEnabled) { var zoomImage = this.zoomImagePopupPanorama; var showDuration = popupPanoramaOverlay.get('showDuration'); var hideDuration = popupPanoramaOverlay.get('hideDuration'); var playersPaused = this.pauseCurrentPlayers(audio == null || !stopBackgroundAudio); var popupMaxWidthBackup = popupPanoramaOverlay.get('popupMaxWidth'); var popupMaxHeightBackup = popupPanoramaOverlay.get('popupMaxHeight'); var showEndFunction = function() { var loadedFunction = function(){ if(!self.isCardboardViewMode()) popupPanoramaOverlay.set('visible', false); }; popupPanoramaOverlay.unbind('showEnd', showEndFunction, self); popupPanoramaOverlay.set('showDuration', 1); popupPanoramaOverlay.set('hideDuration', 1); self.showPopupImage(imageHD, toggleImageHD, popupPanoramaOverlay.get('popupMaxWidth'), popupPanoramaOverlay.get('popupMaxHeight'), null, null, closeButtonProperties, autoCloseMilliSeconds, audio, stopBackgroundAudio, loadedFunction, hideFunction); }; var hideFunction = function() { var restoreShowDurationFunction = function(){ popupPanoramaOverlay.unbind('showEnd', restoreShowDurationFunction, self); popupPanoramaOverlay.set('visible', false); popupPanoramaOverlay.set('showDuration', showDuration); popupPanoramaOverlay.set('popupMaxWidth', popupMaxWidthBackup); popupPanoramaOverlay.set('popupMaxHeight', popupMaxHeightBackup); }; self.resumePlayers(playersPaused, audio == null || !stopBackgroundAudio); var currentWidth = zoomImage.get('imageWidth'); var currentHeight = zoomImage.get('imageHeight'); popupPanoramaOverlay.bind('showEnd', restoreShowDurationFunction, self, true); popupPanoramaOverlay.set('showDuration', 1); popupPanoramaOverlay.set('hideDuration', hideDuration); popupPanoramaOverlay.set('popupMaxWidth', currentWidth); popupPanoramaOverlay.set('popupMaxHeight', currentHeight); if(popupPanoramaOverlay.get('visible')) restoreShowDurationFunction(); else popupPanoramaOverlay.set('visible', true); self.MainViewer.set('toolTipEnabled', true); }; if(!imageHD){ imageHD = popupPanoramaOverlay.get('image'); } if(!toggleImageHD && toggleImage){ toggleImageHD = toggleImage; } popupPanoramaOverlay.bind('showEnd', showEndFunction, this, true); } else { var hideEndFunction = function() { self.resumePlayers(playersPaused, audio == null || stopBackgroundAudio); if(audio){ if(stopBackgroundAudio){ self.resumeGlobalAudios(); } self.stopGlobalAudio(audio); } popupPanoramaOverlay.unbind('hideEnd', hideEndFunction, self); self.MainViewer.set('toolTipEnabled', true); }; var playersPaused = this.pauseCurrentPlayers(audio == null || !stopBackgroundAudio); if(audio){ if(stopBackgroundAudio){ this.pauseGlobalAudios(); } this.playGlobalAudio(audio); } popupPanoramaOverlay.bind('hideEnd', hideEndFunction, this, true); } popupPanoramaOverlay.set('visible', true); },
"updateVideoCues": function(playList, index){ var playListItem = playList.get('items')[index]; var video = playListItem.get('media'); if(video.get('cues').length == 0) return; var player = playListItem.get('player'); var cues = []; var changeFunction = function(){ if(playList.get('selectedIndex') != index){ video.unbind('cueChange', cueChangeFunction, this); playList.unbind('change', changeFunction, this); } }; var cueChangeFunction = function(event){ var activeCues = event.data.activeCues; for(var i = 0, count = cues.length; i<count; ++i){ var cue = cues[i]; if(activeCues.indexOf(cue) == -1 && (cue.get('startTime') > player.get('currentTime') || cue.get('endTime') < player.get('currentTime')+0.5)){ cue.trigger('end'); } } cues = activeCues; }; video.bind('cueChange', cueChangeFunction, this); playList.bind('change', changeFunction, this); },
"showComponentsWhileMouseOver": function(parentComponent, components, durationVisibleWhileOut){ var setVisibility = function(visible){ for(var i = 0, length = components.length; i<length; i++){ var component = components[i]; if(component.get('class') == 'HTMLText' && (component.get('html') == '' || component.get('html') == undefined)) { continue; } component.set('visible', visible); } }; if (this.rootPlayer.get('touchDevice') == true){ setVisibility(true); } else { var timeoutID = -1; var rollOverFunction = function(){ setVisibility(true); if(timeoutID >= 0) clearTimeout(timeoutID); parentComponent.unbind('rollOver', rollOverFunction, this); parentComponent.bind('rollOut', rollOutFunction, this); }; var rollOutFunction = function(){ var timeoutFunction = function(){ setVisibility(false); parentComponent.unbind('rollOver', rollOverFunction, this); }; parentComponent.unbind('rollOut', rollOutFunction, this); parentComponent.bind('rollOver', rollOverFunction, this); timeoutID = setTimeout(timeoutFunction, durationVisibleWhileOut); }; parentComponent.bind('rollOver', rollOverFunction, this); } },
"resumeGlobalAudios": function(caller){ if (window.pauseGlobalAudiosState == undefined || !(caller in window.pauseGlobalAudiosState)) return; var audiosPaused = window.pauseGlobalAudiosState[caller]; delete window.pauseGlobalAudiosState[caller]; var values = Object.values(window.pauseGlobalAudiosState); for (var i = 0, count = values.length; i<count; ++i) { var objAudios = values[i]; for (var j = audiosPaused.length-1; j>=0; --j) { var a = audiosPaused[j]; if(objAudios.indexOf(a) != -1) audiosPaused.splice(j, 1); } } for (var i = 0, count = audiosPaused.length; i<count; ++i) { var a = audiosPaused[i]; if (a.get('state') == 'paused') a.play(); } },
"stopGlobalAudios": function(onlyForeground){ var audios = window.currentGlobalAudios; var self = this; if(audios){ Object.keys(audios).forEach(function(key){ var data = audios[key]; if(!onlyForeground || (onlyForeground && !data.asBackground)) { self.stopGlobalAudio(data.audio); } }); } },
"cloneCamera": function(camera){ var newCamera = this.rootPlayer.createInstance(camera.get('class')); newCamera.set('id', camera.get('id') + '_copy'); newCamera.set('idleSequence', camera.get('initialSequence')); return newCamera; },
"changeBackgroundWhilePlay": function(playList, index, color){ var stopFunction = function(event){ playListItem.unbind('stop', stopFunction, this); if((color == viewerArea.get('backgroundColor')) && (colorRatios == viewerArea.get('backgroundColorRatios'))){ viewerArea.set('backgroundColor', backgroundColorBackup); viewerArea.set('backgroundColorRatios', backgroundColorRatiosBackup); } }; var playListItem = playList.get('items')[index]; var player = playListItem.get('player'); var viewerArea = player.get('viewerArea'); var backgroundColorBackup = viewerArea.get('backgroundColor'); var backgroundColorRatiosBackup = viewerArea.get('backgroundColorRatios'); var colorRatios = [0]; if((color != backgroundColorBackup) || (colorRatios != backgroundColorRatiosBackup)){ viewerArea.set('backgroundColor', color); viewerArea.set('backgroundColorRatios', colorRatios); playListItem.bind('stop', stopFunction, this); } },
"setMediaBehaviour": function(playList, index, mediaDispatcher){ var self = this; var stateChangeFunction = function(event){ if(event.data.state == 'stopped'){ dispose.call(this, true); } }; var onBeginFunction = function() { item.unbind('begin', onBeginFunction, self); var media = item.get('media'); if(media.get('class') != 'Panorama' || (media.get('camera') != undefined && media.get('camera').get('initialSequence') != undefined)){ player.bind('stateChange', stateChangeFunction, self); } }; var changeFunction = function(){ var index = playListDispatcher.get('selectedIndex'); if(index != -1){ indexDispatcher = index; dispose.call(this, false); } }; var disposeCallback = function(){ dispose.call(this, false); }; var dispose = function(forceDispose){ if(!playListDispatcher) return; var media = item.get('media'); if((media.get('class') == 'Video360' || media.get('class') == 'Video') && media.get('loop') == true && !forceDispose) return; playList.set('selectedIndex', -1); if(panoramaSequence && panoramaSequenceIndex != -1){ if(panoramaSequence) { if(panoramaSequenceIndex > 0 && panoramaSequence.get('movements')[panoramaSequenceIndex-1].get('class') == 'TargetPanoramaCameraMovement'){ var initialPosition = camera.get('initialPosition'); var oldYaw = initialPosition.get('yaw'); var oldPitch = initialPosition.get('pitch'); var oldHfov = initialPosition.get('hfov'); var previousMovement = panoramaSequence.get('movements')[panoramaSequenceIndex-1]; initialPosition.set('yaw', previousMovement.get('targetYaw')); initialPosition.set('pitch', previousMovement.get('targetPitch')); initialPosition.set('hfov', previousMovement.get('targetHfov')); var restoreInitialPositionFunction = function(event){ initialPosition.set('yaw', oldYaw); initialPosition.set('pitch', oldPitch); initialPosition.set('hfov', oldHfov); itemDispatcher.unbind('end', restoreInitialPositionFunction, this); }; itemDispatcher.bind('end', restoreInitialPositionFunction, this); } panoramaSequence.set('movementIndex', panoramaSequenceIndex); } } if(player){ item.unbind('begin', onBeginFunction, this); player.unbind('stateChange', stateChangeFunction, this); for(var i = 0; i<buttons.length; ++i) { buttons[i].unbind('click', disposeCallback, this); } } if(sameViewerArea){ var currentMedia = this.getMediaFromPlayer(player); if(currentMedia == undefined || currentMedia == item.get('media')){ playListDispatcher.set('selectedIndex', indexDispatcher); } if(playList != playListDispatcher) playListDispatcher.unbind('change', changeFunction, this); } else{ viewerArea.set('visible', viewerVisibility); } playListDispatcher = undefined; }; if(!mediaDispatcher){ var currentIndex = playList.get('selectedIndex'); var currentPlayer = (currentIndex != -1) ? playList.get('items')[playList.get('selectedIndex')].get('player') : this.getActivePlayerWithViewer(this.MainViewer); if(currentPlayer) { mediaDispatcher = this.getMediaFromPlayer(currentPlayer); } } var playListDispatcher = undefined; if(mediaDispatcher){ var playListsWithMedia = this.getPlayListsWithMedia(mediaDispatcher, true); playListDispatcher = playListsWithMedia.indexOf(playList) != -1 ? playList : (playListsWithMedia.length > 0 ? playListsWithMedia[0] : undefined); } if(!playListDispatcher){ playList.set('selectedIndex', index); return; } var indexDispatcher = playListDispatcher.get('selectedIndex'); if(playList.get('selectedIndex') == index || indexDispatcher == -1){ return; } var item = playList.get('items')[index]; var itemDispatcher = playListDispatcher.get('items')[indexDispatcher]; var player = item.get('player'); var viewerArea = player.get('viewerArea'); var viewerVisibility = viewerArea.get('visible'); var sameViewerArea = viewerArea == itemDispatcher.get('player').get('viewerArea'); if(sameViewerArea){ if(playList != playListDispatcher){ playListDispatcher.set('selectedIndex', -1); playListDispatcher.bind('change', changeFunction, this); } } else{ viewerArea.set('visible', true); } var panoramaSequenceIndex = -1; var panoramaSequence = undefined; var camera = itemDispatcher.get('camera'); if(camera){ panoramaSequence = camera.get('initialSequence'); if(panoramaSequence) { panoramaSequenceIndex = panoramaSequence.get('movementIndex'); } } playList.set('selectedIndex', index); var buttons = []; var addButtons = function(property){ var value = player.get(property); if(value == undefined) return; if(Array.isArray(value)) buttons = buttons.concat(value); else buttons.push(value); }; addButtons('buttonStop'); for(var i = 0; i<buttons.length; ++i) { buttons[i].bind('click', disposeCallback, this); } item.bind('begin', onBeginFunction, self); this.executeFunctionWhenChange(playList, index, disposeCallback); },
"setPanoramaCameraWithSpot": function(playListItem, yaw, pitch){ var panorama = playListItem.get('media'); var newCamera = this.cloneCamera(playListItem.get('camera')); var initialPosition = newCamera.get('initialPosition'); initialPosition.set('yaw', yaw); initialPosition.set('pitch', pitch); this.startPanoramaWithCamera(panorama, newCamera); },
"executeFunctionWhenChange": function(playList, index, endFunction, changeFunction){ var endObject = undefined; var changePlayListFunction = function(event){ if(event.data.previousSelectedIndex == index){ if(changeFunction) changeFunction.call(this); if(endFunction && endObject) endObject.unbind('end', endFunction, this); playList.unbind('change', changePlayListFunction, this); } }; if(endFunction){ var playListItem = playList.get('items')[index]; if(playListItem.get('class') == 'PanoramaPlayListItem'){ var camera = playListItem.get('camera'); if(camera != undefined) endObject = camera.get('initialSequence'); if(endObject == undefined) endObject = camera.get('idleSequence'); } else{ endObject = playListItem.get('media'); } if(endObject){ endObject.bind('end', endFunction, this); } } playList.bind('change', changePlayListFunction, this); },
"pauseGlobalAudios": function(caller, exclude){ if (window.pauseGlobalAudiosState == undefined) window.pauseGlobalAudiosState = {}; if (window.pauseGlobalAudiosList == undefined) window.pauseGlobalAudiosList = []; if (caller in window.pauseGlobalAudiosState) { return; } var audios = this.getByClassName('Audio').concat(this.getByClassName('VideoPanoramaOverlay')); if (window.currentGlobalAudios != undefined) audios = audios.concat(Object.values(window.currentGlobalAudios).map(function(v) { return v.audio })); var audiosPaused = []; var values = Object.values(window.pauseGlobalAudiosState); for (var i = 0, count = values.length; i<count; ++i) { var objAudios = values[i]; for (var j = 0; j<objAudios.length; ++j) { var a = objAudios[j]; if(audiosPaused.indexOf(a) == -1) audiosPaused.push(a); } } window.pauseGlobalAudiosState[caller] = audiosPaused; for (var i = 0, count = audios.length; i < count; ++i) { var a = audios[i]; if (a.get('state') == 'playing' && (exclude == undefined || exclude.indexOf(a) == -1)) { a.pause(); audiosPaused.push(a); } } },
"getPlayListItems": function(media, player){ var itemClass = (function() { switch(media.get('class')) { case 'Panorama': case 'LivePanorama': case 'HDRPanorama': return 'PanoramaPlayListItem'; case 'Video360': return 'Video360PlayListItem'; case 'PhotoAlbum': return 'PhotoAlbumPlayListItem'; case 'Map': return 'MapPlayListItem'; case 'Video': return 'VideoPlayListItem'; } })(); if (itemClass != undefined) { var items = this.getByClassName(itemClass); for (var i = items.length-1; i>=0; --i) { var item = items[i]; if(item.get('media') != media || (player != undefined && item.get('player') != player)) { items.splice(i, 1); } } return items; } else { return []; } },
"fixTogglePlayPauseButton": function(player){ var state = player.get('state'); var buttons = player.get('buttonPlayPause'); if(typeof buttons !== 'undefined' && player.get('state') == 'playing'){ if(!Array.isArray(buttons)) buttons = [buttons]; for(var i = 0; i<buttons.length; ++i) buttons[i].set('pressed', true); } },
"keepCompVisible": function(component, keep){ var key = 'keepVisibility_' + component.get('id'); var value = this.getKey(key); if(value == undefined && keep) { this.registerKey(key, keep); } else if(value != undefined && !keep) { this.unregisterKey(key); } },
"getActivePlayerWithViewer": function(viewerArea){ var players = this.getByClassName('PanoramaPlayer'); players = players.concat(this.getByClassName('VideoPlayer')); players = players.concat(this.getByClassName('Video360Player')); players = players.concat(this.getByClassName('PhotoAlbumPlayer')); players = players.concat(this.getByClassName('MapPlayer')); var i = players.length; while(i-- > 0){ var player = players[i]; if(player.get('viewerArea') == viewerArea) { var playerClass = player.get('class'); if(playerClass == 'PanoramaPlayer' && (player.get('panorama') != undefined || player.get('video') != undefined)) return player; else if((playerClass == 'VideoPlayer' || playerClass == 'Video360Player') && player.get('video') != undefined) return player; else if(playerClass == 'PhotoAlbumPlayer' && player.get('photoAlbum') != undefined) return player; else if(playerClass == 'MapPlayer' && player.get('map') != undefined) return player; } } return undefined; },
"pauseGlobalAudiosWhilePlayItem": function(playList, index, exclude){ var self = this; var item = playList.get('items')[index]; var media = item.get('media'); var player = item.get('player'); var caller = media.get('id'); var endFunc = function(){ if(playList.get('selectedIndex') != index) { if(hasState){ player.unbind('stateChange', stateChangeFunc, self); } self.resumeGlobalAudios(caller); } }; var stateChangeFunc = function(event){ var state = event.data.state; if(state == 'stopped'){ this.resumeGlobalAudios(caller); } else if(state == 'playing'){ this.pauseGlobalAudios(caller, exclude); } }; var mediaClass = media.get('class'); var hasState = mediaClass == 'Video360' || mediaClass == 'Video'; if(hasState){ player.bind('stateChange', stateChangeFunc, this); } this.pauseGlobalAudios(caller, exclude); this.executeFunctionWhenChange(playList, index, endFunc, endFunc); },
"getMediaFromPlayer": function(player){ switch(player.get('class')){ case 'PanoramaPlayer': return player.get('panorama') || player.get('video'); case 'VideoPlayer': case 'Video360Player': return player.get('video'); case 'PhotoAlbumPlayer': return player.get('photoAlbum'); case 'MapPlayer': return player.get('map'); } },
"initGA": function(){ var sendFunc = function(category, event, label) { ga('send', 'event', category, event, label); }; var media = this.getByClassName('Panorama'); media = media.concat(this.getByClassName('Video360')); media = media.concat(this.getByClassName('Map')); for(var i = 0, countI = media.length; i<countI; ++i){ var m = media[i]; var mediaLabel = m.get('label'); var overlays = this.getOverlays(m); for(var j = 0, countJ = overlays.length; j<countJ; ++j){ var overlay = overlays[j]; var overlayLabel = overlay.get('data') != undefined ? mediaLabel + ' - ' + overlay.get('data')['label'] : mediaLabel; switch(overlay.get('class')) { case 'HotspotPanoramaOverlay': case 'HotspotMapOverlay': var areas = overlay.get('areas'); for (var z = 0; z<areas.length; ++z) { areas[z].bind('click', sendFunc.bind(this, 'Hotspot', 'click', overlayLabel), this); } break; case 'CeilingCapPanoramaOverlay': case 'TripodCapPanoramaOverlay': overlay.bind('click', sendFunc.bind(this, 'Cap', 'click', overlayLabel), this); break; } } } var components = this.getByClassName('Button'); components = components.concat(this.getByClassName('IconButton')); for(var i = 0, countI = components.length; i<countI; ++i){ var c = components[i]; var componentLabel = c.get('data')['name']; c.bind('click', sendFunc.bind(this, 'Skin', 'click', componentLabel), this); } var items = this.getByClassName('PlayListItem'); var media2Item = {}; for(var i = 0, countI = items.length; i<countI; ++i) { var item = items[i]; var media = item.get('media'); if(!(media.get('id') in media2Item)) { item.bind('begin', sendFunc.bind(this, 'Media', 'play', media.get('label')), this); media2Item[media.get('id')] = item; } } },
"getCurrentPlayerWithMedia": function(media){ var playerClass = undefined; var mediaPropertyName = undefined; switch(media.get('class')) { case 'Panorama': case 'LivePanorama': case 'HDRPanorama': playerClass = 'PanoramaPlayer'; mediaPropertyName = 'panorama'; break; case 'Video360': playerClass = 'PanoramaPlayer'; mediaPropertyName = 'video'; break; case 'PhotoAlbum': playerClass = 'PhotoAlbumPlayer'; mediaPropertyName = 'photoAlbum'; break; case 'Map': playerClass = 'MapPlayer'; mediaPropertyName = 'map'; break; case 'Video': playerClass = 'VideoPlayer'; mediaPropertyName = 'video'; break; }; if(playerClass != undefined) { var players = this.getByClassName(playerClass); for(var i = 0; i<players.length; ++i){ var player = players[i]; if(player.get(mediaPropertyName) == media) { return player; } } } else { return undefined; } },
"playGlobalAudioWhilePlay": function(playList, index, audio, endCallback, stopBackgroundAudio){ var changeFunction = function(event){ if(event.data.previousSelectedIndex == index){ this.stopGlobalAudio(audio); if(isPanorama) { var media = playListItem.get('media'); var audios = media.get('audios'); audios.splice(audios.indexOf(audio), 1); media.set('audios', audios); } playList.unbind('change', changeFunction, this); if(endCallback) endCallback(); } }; var audios = window.currentGlobalAudios; if(audios && audio.get('id') in audios){ audio = audios[audio.get('id')].audio; if(audio.get('state') != 'playing'){ audio.play(); } return audio; } playList.bind('change', changeFunction, this); var playListItem = playList.get('items')[index]; var isPanorama = playListItem.get('class') == 'PanoramaPlayListItem'; if(isPanorama) { var media = playListItem.get('media'); var audios = (media.get('audios') || []).slice(); if(audio.get('class') == 'MediaAudio') { var panoramaAudio = this.rootPlayer.createInstance('PanoramaAudio'); panoramaAudio.set('autoplay', false); panoramaAudio.set('audio', audio.get('audio')); panoramaAudio.set('loop', audio.get('loop')); panoramaAudio.set('id', audio.get('id')); var stateChangeFunctions = audio.getBindings('stateChange'); for(var i = 0; i<stateChangeFunctions.length; ++i){ var f = stateChangeFunctions[i]; if(typeof f == 'string') f = new Function('event', f); panoramaAudio.bind('stateChange', f, this); } audio = panoramaAudio; } audios.push(audio); media.set('audios', audios); } var src = this.playGlobalAudio(audio, endCallback); if(stopBackgroundAudio === true){ var stateChangeFunc = function(){ if(src.get('state') == 'playing'){ this.pauseGlobalAudios(src.get('id'), [src]); } else { this.resumeGlobalAudios(src.get('id')); src.unbind('stateChange', stateChangeFunc, this); } }; src.bind('stateChange', stateChangeFunc, this); } return src; },
"getPlayListsWithMedia": function(media, onlySelected){ var result = []; var playLists = this.getByClassName('PlayList'); for(var i = 0, count = playLists.length; i<count; ++i){ var playList = playLists[i]; if(onlySelected && playList.get('selectedIndex') == -1) continue; if(this.getPlayListItemByMedia(playList, media) != undefined) result.push(playList); } return result; },
"visibleComponentsIfPlayerFlagEnabled": function(components, playerFlag){ var enabled = this.get(playerFlag); for(var i in components){ components[i].set('visible', enabled); } },
"registerTextVariable": function(obj){ var property = (function() { switch (obj.get('class')) { case 'Label': return 'text'; case 'Button': case 'BaseButton': return 'label'; case 'HTMLText': return 'html'; } })(); if (property == undefined) return; var re = new RegExp('\\{\\{\\s*(\\w+)\\s*\\}\\}', 'g'); var text = obj.get(property); var data = obj.get('data') || {}; data[property] = text; obj.set('data', data); var updateLabel = function(vars) { var text = data[property]; for (var i = 0; i < vars.length; ++i) { var info = vars[i]; var dispatchers = info.dispatchers; for (var j = 0; j < dispatchers.length; ++j) { var dispatcher = dispatchers[j]; var index = dispatcher.get('selectedIndex'); if (index >= 0) { var srcPropArray = info.src.split('.'); var src = dispatcher.get('items')[index]; if(info.itemCondition !== undefined && !info.itemCondition.call(this, src)) continue; for (var z = 0; z < srcPropArray.length; ++z) src = 'get' in src ? src.get(srcPropArray[z]) : src[srcPropArray[z]]; text = text.replace(info.replace, src); } } } if(text != data[property]) obj.set(property, text); }; var vars = []; var addVars = function(dispatchers, eventName, src, replace, itemCondition) { vars.push({ 'dispatchers': dispatchers, 'eventName': eventName, 'src': src, 'replace': replace, 'itemCondition': itemCondition }); }; var viewerAreaItemCondition = function(item) { var player = item.get('player'); return player !== undefined && player.get('viewerArea') == this.MainViewer; }; while (null != (result = re.exec(text))) { switch (result[1]) { case 'title': var playLists = this._getPlayListsWithViewer(this.MainViewer); addVars(playLists, 'change', 'media.label', result[0], viewerAreaItemCondition); break; case 'subtitle': var playLists = this._getPlayListsWithViewer(this.MainViewer); addVars(playLists, 'change', 'media.data.subtitle', result[0], viewerAreaItemCondition); break; } } if (vars.length > 0) { var func = updateLabel.bind(this, vars); for (var i = 0; i < vars.length; ++i) { var info = vars[i]; var dispatchers = info.dispatchers; for (var j = 0; j < dispatchers.length; ++j) dispatchers[j].bind(info.eventName, func, this); } } },
"getMediaWidth": function(media){ switch(media.get('class')){ case 'Video360': var res = media.get('video'); if(res instanceof Array){ var maxW=0; for(var i=0; i<res.length; i++){ var r = res[i]; if(r.get('width') > maxW) maxW = r.get('width'); } return maxW; }else{ return r.get('width') } default: return media.get('width'); } },
"setStartTimeVideoSync": function(video, player){ this.setStartTimeVideo(video, player.get('currentTime')); },
"getComponentByName": function(name){ var list = this.getByClassName('UIComponent'); for(var i = 0, count = list.length; i<count; ++i){ var component = list[i]; var data = component.get('data'); if(data != undefined && data.name == name){ return component; } } return undefined; },
"setMapLocation": function(panoramaPlayListItem, mapPlayer){ var resetFunction = function(){ panoramaPlayListItem.unbind('stop', resetFunction, this); player.set('mapPlayer', null); }; panoramaPlayListItem.bind('stop', resetFunction, this); var player = panoramaPlayListItem.get('player'); player.set('mapPlayer', mapPlayer); },
"stopGlobalAudio": function(audio){ var audios = window.currentGlobalAudios; if(audios){ var audioData = audios[audio.get('id')]; if(audioData){ audio = audioData.audio; delete audios[audio.get('id')]; if(Object.keys(audios).length == 0){ window.currentGlobalAudios = undefined; } } } if(audio) audio.stop(); },
"loopAlbum": function(playList, index){ var playListItem = playList.get('items')[index]; var player = playListItem.get('player'); var loopFunction = function(){ player.play(); }; this.executeFunctionWhenChange(playList, index, loopFunction); },
"setMainMediaByIndex": function(index){ var item = undefined; if(index >= 0 && index < this.mainPlayList.get('items').length){ this.mainPlayList.set('selectedIndex', index); item = this.mainPlayList.get('items')[index]; } return item; },
"init": function(){ if(!Object.hasOwnProperty('values')) { Object.values = function(o){ return Object.keys(o).map(function(e) { return o[e]; }); }; } var history = this.get('data')['history']; var playListChangeFunc = function(e){ var playList = e.source; var index = playList.get('selectedIndex'); if(index < 0) return; var id = playList.get('id'); if(!history.hasOwnProperty(id)) history[id] = new HistoryData(playList); history[id].add(index); }; var playLists = this.getByClassName('PlayList'); for(var i = 0, count = playLists.length; i<count; ++i) { var playList = playLists[i]; playList.bind('change', playListChangeFunc, this); } },
"historyGoForward": function(playList){ var history = this.get('data')['history'][playList.get('id')]; if(history != undefined) { history.forward(); } },
"getPixels": function(value){ var result = new RegExp('((\\+|\\-)?\\d+(\\.\\d*)?)(px|vw|vh|vmin|vmax)?', 'i').exec(value); if (result == undefined) { return 0; } var num = parseFloat(result[1]); var unit = result[4]; var vw = this.rootPlayer.get('actualWidth') / 100; var vh = this.rootPlayer.get('actualHeight') / 100; switch(unit) { case 'vw': return num * vw; case 'vh': return num * vh; case 'vmin': return num * Math.min(vw, vh); case 'vmax': return num * Math.max(vw, vh); default: return num; } },
"getFirstPlayListWithMedia": function(media, onlySelected){ var playLists = this.getPlayListsWithMedia(media, onlySelected); return playLists.length > 0 ? playLists[0] : undefined; },
"pauseGlobalAudio": function(audio){ var audios = window.currentGlobalAudios; if(audios){ var audioData = audios[audio.get('id')]; if(audioData) audio = audioData.audio; } if(audio.get('state') == 'playing') audio.pause(); },
"setMainMediaByName": function(name){ var items = this.mainPlayList.get('items'); for(var i = 0; i<items.length; ++i){ var item = items[i]; if(item.get('media').get('label') == name) { this.mainPlayList.set('selectedIndex', i); return item; } } },
"getOverlays": function(media){ switch(media.get('class')){ case 'Panorama': var overlays = media.get('overlays').concat() || []; var frames = media.get('frames'); for(var j = 0; j<frames.length; ++j){ overlays = overlays.concat(frames[j].get('overlays') || []); } return overlays; case 'Video360': case 'Map': return media.get('overlays') || []; default: return []; } },
"_getPlayListsWithViewer": function(viewer){ var playLists = this.getByClassName('PlayList'); var containsViewer = function(playList) { var items = playList.get('items'); for(var j=items.length-1; j>=0; --j) { var item = items[j]; var player = item.get('player'); if(player !== undefined && player.get('viewerArea') == viewer) return true; } return false; }; for(var i=playLists.length-1; i>=0; --i) { if(!containsViewer(playLists[i])) playLists.splice(i, 1); } return playLists; },
"getPanoramaOverlayByName": function(panorama, name){ var overlays = this.getOverlays(panorama); for(var i = 0, count = overlays.length; i<count; ++i){ var overlay = overlays[i]; var data = overlay.get('data'); if(data != undefined && data.label == name){ return overlay; } } return undefined; },
"playGlobalAudio": function(audio, endCallback, asBackground){ var endFunction = function(){ audio.unbind('end', endFunction, this); this.stopGlobalAudio(audio); if(endCallback) endCallback(); }; audio = this.getGlobalAudio(audio); var audios = window.currentGlobalAudios; if(!audios){ audios = window.currentGlobalAudios = {}; } audios[audio.get('id')] = {'audio': audio, 'asBackground': asBackground || false}; if(audio.get('state') == 'playing'){ return audio; } if(!audio.get('loop')){ audio.bind('end', endFunction, this); } audio.play(); return audio; },
"getKey": function(key){ return window[key]; },
"pauseCurrentPlayers": function(onlyPauseCameraIfPanorama){ var players = this.getCurrentPlayers(); var i = players.length; while(i-- > 0){ var player = players[i]; if(player.get('state') == 'playing') { if(onlyPauseCameraIfPanorama && player.get('class') == 'PanoramaPlayer' && typeof player.get('video') === 'undefined'){ player.pauseCamera(); } else { player.pause(); } } else { players.splice(i, 1); } } return players; },
"setPanoramaCameraWithCurrentSpot": function(playListItem){ var currentPlayer = this.getActivePlayerWithViewer(this.MainViewer); if(currentPlayer == undefined){ return; } var playerClass = currentPlayer.get('class'); if(playerClass != 'PanoramaPlayer' && playerClass != 'Video360Player'){ return; } var fromMedia = currentPlayer.get('panorama'); if(fromMedia == undefined) { fromMedia = currentPlayer.get('video'); } var panorama = playListItem.get('media'); var newCamera = this.cloneCamera(playListItem.get('camera')); this.setCameraSameSpotAsMedia(newCamera, fromMedia); this.startPanoramaWithCamera(panorama, newCamera); },
"resumePlayers": function(players, onlyResumeCameraIfPanorama){ for(var i = 0; i<players.length; ++i){ var player = players[i]; if(onlyResumeCameraIfPanorama && player.get('class') == 'PanoramaPlayer' && typeof player.get('video') === 'undefined'){ player.resumeCamera(); } else{ player.play(); } } },
"isCardboardViewMode": function(){ var players = this.getByClassName('PanoramaPlayer'); return players.length > 0 && players[0].get('viewMode') == 'cardboard'; },
"getMediaByName": function(name){ var list = this.getByClassName('Media'); for(var i = 0, count = list.length; i<count; ++i){ var media = list[i]; if((media.get('class') == 'Audio' && media.get('data').label == name) || media.get('label') == name){ return media; } } return undefined; },
"setStartTimeVideo": function(video, time){ var items = this.getPlayListItems(video); var startTimeBackup = []; var restoreStartTimeFunc = function() { for(var i = 0; i<items.length; ++i){ var item = items[i]; item.set('startTime', startTimeBackup[i]); item.unbind('stop', restoreStartTimeFunc, this); } }; for(var i = 0; i<items.length; ++i) { var item = items[i]; var player = item.get('player'); if(player.get('video') == video && player.get('state') == 'playing') { player.seek(time); } else { startTimeBackup.push(item.get('startTime')); item.set('startTime', time); item.bind('stop', restoreStartTimeFunc, this); } } },
"showPopupImage": function(image, toggleImage, customWidth, customHeight, showEffect, hideEffect, closeButtonProperties, autoCloseMilliSeconds, audio, stopBackgroundAudio, loadedCallback, hideCallback){ var self = this; var closed = false; var playerClickFunction = function() { zoomImage.unbind('loaded', loadedFunction, self); hideFunction(); }; var clearAutoClose = function(){ zoomImage.unbind('click', clearAutoClose, this); if(timeoutID != undefined){ clearTimeout(timeoutID); } }; var resizeFunction = function(){ setTimeout(setCloseButtonPosition, 0); }; var loadedFunction = function(){ self.unbind('click', playerClickFunction, self); veil.set('visible', true); setCloseButtonPosition(); closeButton.set('visible', true); zoomImage.unbind('loaded', loadedFunction, this); zoomImage.bind('userInteractionStart', userInteractionStartFunction, this); zoomImage.bind('userInteractionEnd', userInteractionEndFunction, this); zoomImage.bind('resize', resizeFunction, this); timeoutID = setTimeout(timeoutFunction, 200); }; var timeoutFunction = function(){ timeoutID = undefined; if(autoCloseMilliSeconds){ var autoCloseFunction = function(){ hideFunction(); }; zoomImage.bind('click', clearAutoClose, this); timeoutID = setTimeout(autoCloseFunction, autoCloseMilliSeconds); } zoomImage.bind('backgroundClick', hideFunction, this); if(toggleImage) { zoomImage.bind('click', toggleFunction, this); zoomImage.set('imageCursor', 'hand'); } closeButton.bind('click', hideFunction, this); if(loadedCallback) loadedCallback(); }; var hideFunction = function() { self.MainViewer.set('toolTipEnabled', true); closed = true; if(timeoutID) clearTimeout(timeoutID); if (timeoutUserInteractionID) clearTimeout(timeoutUserInteractionID); if(autoCloseMilliSeconds) clearAutoClose(); if(hideCallback) hideCallback(); zoomImage.set('visible', false); if(hideEffect && hideEffect.get('duration') > 0){ hideEffect.bind('end', endEffectFunction, this); } else{ zoomImage.set('image', null); } closeButton.set('visible', false); veil.set('visible', false); self.unbind('click', playerClickFunction, self); zoomImage.unbind('backgroundClick', hideFunction, this); zoomImage.unbind('userInteractionStart', userInteractionStartFunction, this); zoomImage.unbind('userInteractionEnd', userInteractionEndFunction, this, true); zoomImage.unbind('resize', resizeFunction, this); if(toggleImage) { zoomImage.unbind('click', toggleFunction, this); zoomImage.set('cursor', 'default'); } closeButton.unbind('click', hideFunction, this); self.resumePlayers(playersPaused, audio == null || stopBackgroundAudio); if(audio){ if(stopBackgroundAudio){ self.resumeGlobalAudios(); } self.stopGlobalAudio(audio); } }; var endEffectFunction = function() { zoomImage.set('image', null); hideEffect.unbind('end', endEffectFunction, this); }; var toggleFunction = function() { zoomImage.set('image', isToggleVisible() ? image : toggleImage); }; var isToggleVisible = function() { return zoomImage.get('image') == toggleImage; }; var setCloseButtonPosition = function() { var right = zoomImage.get('actualWidth') - zoomImage.get('imageLeft') - zoomImage.get('imageWidth') + 10; var top = zoomImage.get('imageTop') + 10; if(right < 10) right = 10; if(top < 10) top = 10; closeButton.set('right', right); closeButton.set('top', top); }; var userInteractionStartFunction = function() { if(timeoutUserInteractionID){ clearTimeout(timeoutUserInteractionID); timeoutUserInteractionID = undefined; } else{ closeButton.set('visible', false); } }; var userInteractionEndFunction = function() { if(!closed){ timeoutUserInteractionID = setTimeout(userInteractionTimeoutFunction, 300); } }; var userInteractionTimeoutFunction = function() { timeoutUserInteractionID = undefined; closeButton.set('visible', true); setCloseButtonPosition(); }; this.MainViewer.set('toolTipEnabled', false); var veil = this.veilPopupPanorama; var zoomImage = this.zoomImagePopupPanorama; var closeButton = this.closeButtonPopupPanorama; if(closeButtonProperties){ for(var key in closeButtonProperties){ closeButton.set(key, closeButtonProperties[key]); } } var playersPaused = this.pauseCurrentPlayers(audio == null || !stopBackgroundAudio); if(audio){ if(stopBackgroundAudio){ this.pauseGlobalAudios(); } this.playGlobalAudio(audio); } var timeoutID = undefined; var timeoutUserInteractionID = undefined; zoomImage.bind('loaded', loadedFunction, this); setTimeout(function(){ self.bind('click', playerClickFunction, self, false); }, 0); zoomImage.set('image', image); zoomImage.set('customWidth', customWidth); zoomImage.set('customHeight', customHeight); zoomImage.set('showEffect', showEffect); zoomImage.set('hideEffect', hideEffect); zoomImage.set('visible', true); return zoomImage; },
"setComponentVisibility": function(component, visible, applyAt, effect, propertyEffect, ignoreClearTimeout){ var keepVisibility = this.getKey('keepVisibility_' + component.get('id')); if(keepVisibility) return; this.unregisterKey('visibility_'+component.get('id')); var changeVisibility = function(){ if(effect && propertyEffect){ component.set(propertyEffect, effect); } component.set('visible', visible); if(component.get('class') == 'ViewerArea'){ try{ if(visible) component.restart(); else if(component.get('playbackState') == 'playing') component.pause(); } catch(e){}; } }; var effectTimeoutName = 'effectTimeout_'+component.get('id'); if(!ignoreClearTimeout && window.hasOwnProperty(effectTimeoutName)){ var effectTimeout = window[effectTimeoutName]; if(effectTimeout instanceof Array){ for(var i=0; i<effectTimeout.length; i++){ clearTimeout(effectTimeout[i]) } }else{ clearTimeout(effectTimeout); } delete window[effectTimeoutName]; } else if(visible == component.get('visible') && !ignoreClearTimeout) return; if(applyAt && applyAt > 0){ var effectTimeout = setTimeout(function(){ if(window[effectTimeoutName] instanceof Array) { var arrayTimeoutVal = window[effectTimeoutName]; var index = arrayTimeoutVal.indexOf(effectTimeout); arrayTimeoutVal.splice(index, 1); if(arrayTimeoutVal.length == 0){ delete window[effectTimeoutName]; } }else{ delete window[effectTimeoutName]; } changeVisibility(); }, applyAt); if(window.hasOwnProperty(effectTimeoutName)){ window[effectTimeoutName] = [window[effectTimeoutName], effectTimeout]; }else{ window[effectTimeoutName] = effectTimeout; } } else{ changeVisibility(); } },
"startPanoramaWithCamera": function(media, camera){ if(window.currentPanoramasWithCameraChanged != undefined && window.currentPanoramasWithCameraChanged.indexOf(media) != -1){ return; } var playLists = this.getByClassName('PlayList'); if(playLists.length == 0) return; var restoreItems = []; for(var i = 0, count = playLists.length; i<count; ++i){ var playList = playLists[i]; var items = playList.get('items'); for(var j = 0, countJ = items.length; j<countJ; ++j){ var item = items[j]; if(item.get('media') == media && (item.get('class') == 'PanoramaPlayListItem' || item.get('class') == 'Video360PlayListItem')){ restoreItems.push({camera: item.get('camera'), item: item}); item.set('camera', camera); } } } if(restoreItems.length > 0) { if(window.currentPanoramasWithCameraChanged == undefined) { window.currentPanoramasWithCameraChanged = [media]; } else { window.currentPanoramasWithCameraChanged.push(media); } var restoreCameraOnStop = function(){ var index = window.currentPanoramasWithCameraChanged.indexOf(media); if(index != -1) { window.currentPanoramasWithCameraChanged.splice(index, 1); } for (var i = 0; i < restoreItems.length; i++) { restoreItems[i].item.set('camera', restoreItems[i].camera); restoreItems[i].item.unbind('stop', restoreCameraOnStop, this); } }; for (var i = 0; i < restoreItems.length; i++) { restoreItems[i].item.bind('stop', restoreCameraOnStop, this); } } },
"registerKey": function(key, value){ window[key] = value; },
"setCameraSameSpotAsMedia": function(camera, media){ var player = this.getCurrentPlayerWithMedia(media); if(player != undefined) { var position = camera.get('initialPosition'); position.set('yaw', player.get('yaw')); position.set('pitch', player.get('pitch')); position.set('hfov', player.get('hfov')); } },
"getPlayListItemByMedia": function(playList, media){ var items = playList.get('items'); for(var j = 0, countJ = items.length; j<countJ; ++j){ var item = items[j]; if(item.get('media') == media) return item; } return undefined; },
"showPopupMedia": function(w, media, playList, popupMaxWidth, popupMaxHeight, autoCloseWhenFinished, stopAudios){ var self = this; var closeFunction = function(){ playList.set('selectedIndex', -1); self.MainViewer.set('toolTipEnabled', true); if(stopAudios) { self.resumeGlobalAudios(); } this.resumePlayers(playersPaused, !stopAudios); if(isVideo) { this.unbind('resize', resizeFunction, this); } w.unbind('close', closeFunction, this); }; var endFunction = function(){ w.hide(); }; var resizeFunction = function(){ var getWinValue = function(property){ return w.get(property) || 0; }; var parentWidth = self.get('actualWidth'); var parentHeight = self.get('actualHeight'); var mediaWidth = self.getMediaWidth(media); var mediaHeight = self.getMediaHeight(media); var popupMaxWidthNumber = parseFloat(popupMaxWidth) / 100; var popupMaxHeightNumber = parseFloat(popupMaxHeight) / 100; var windowWidth = popupMaxWidthNumber * parentWidth; var windowHeight = popupMaxHeightNumber * parentHeight; var footerHeight = getWinValue('footerHeight'); var headerHeight = getWinValue('headerHeight'); if(!headerHeight) { var closeButtonHeight = getWinValue('closeButtonIconHeight') + getWinValue('closeButtonPaddingTop') + getWinValue('closeButtonPaddingBottom'); var titleHeight = self.getPixels(getWinValue('titleFontSize')) + getWinValue('titlePaddingTop') + getWinValue('titlePaddingBottom'); headerHeight = closeButtonHeight > titleHeight ? closeButtonHeight : titleHeight; headerHeight += getWinValue('headerPaddingTop') + getWinValue('headerPaddingBottom'); } var contentWindowWidth = windowWidth - getWinValue('bodyPaddingLeft') - getWinValue('bodyPaddingRight') - getWinValue('paddingLeft') - getWinValue('paddingRight'); var contentWindowHeight = windowHeight - headerHeight - footerHeight - getWinValue('bodyPaddingTop') - getWinValue('bodyPaddingBottom') - getWinValue('paddingTop') - getWinValue('paddingBottom'); var parentAspectRatio = contentWindowWidth / contentWindowHeight; var mediaAspectRatio = mediaWidth / mediaHeight; if(parentAspectRatio > mediaAspectRatio) { windowWidth = contentWindowHeight * mediaAspectRatio + getWinValue('bodyPaddingLeft') + getWinValue('bodyPaddingRight') + getWinValue('paddingLeft') + getWinValue('paddingRight'); } else { windowHeight = contentWindowWidth / mediaAspectRatio + headerHeight + footerHeight + getWinValue('bodyPaddingTop') + getWinValue('bodyPaddingBottom') + getWinValue('paddingTop') + getWinValue('paddingBottom'); } if(windowWidth > parentWidth * popupMaxWidthNumber) { windowWidth = parentWidth * popupMaxWidthNumber; } if(windowHeight > parentHeight * popupMaxHeightNumber) { windowHeight = parentHeight * popupMaxHeightNumber; } w.set('width', windowWidth); w.set('height', windowHeight); w.set('x', (parentWidth - getWinValue('actualWidth')) * 0.5); w.set('y', (parentHeight - getWinValue('actualHeight')) * 0.5); }; if(autoCloseWhenFinished){ this.executeFunctionWhenChange(playList, 0, endFunction); } var mediaClass = media.get('class'); var isVideo = mediaClass == 'Video' || mediaClass == 'Video360'; playList.set('selectedIndex', 0); if(isVideo){ this.bind('resize', resizeFunction, this); resizeFunction(); playList.get('items')[0].get('player').play(); } else { w.set('width', popupMaxWidth); w.set('height', popupMaxHeight); } this.MainViewer.set('toolTipEnabled', false); if(stopAudios) { this.pauseGlobalAudios(); } var playersPaused = this.pauseCurrentPlayers(!stopAudios); w.bind('close', closeFunction, this); w.show(this, true); },
"stopAndGoCamera": function(camera, ms){ var sequence = camera.get('initialSequence'); sequence.pause(); var timeoutFunction = function(){ sequence.play(); }; setTimeout(timeoutFunction, ms); },
"getCurrentPlayers": function(){ var players = this.getByClassName('PanoramaPlayer'); players = players.concat(this.getByClassName('VideoPlayer')); players = players.concat(this.getByClassName('Video360Player')); players = players.concat(this.getByClassName('PhotoAlbumPlayer')); return players; },
"shareSocial": function(socialID, url, deepLink){ if(url == undefined) { url = deepLink ? location.href : location.href.split(location.search||location.hash||/[?#]/)[0]; } else if(deepLink) { url += location.hash; } url = (function(id){ switch(id){ case 'fb': return 'https://www.facebook.com/sharer/sharer.php?u='+url; case 'wa': return 'https://api.whatsapp.com/send/?text='+encodeURIComponent(url); case 'tw': return 'https://twitter.com/intent/tweet?source=webclient&url='+url; default: return undefined; } })(socialID); window.open(url, '_blank'); },
"triggerOverlay": function(overlay, eventName){ if(overlay.get('areas') != undefined) { var areas = overlay.get('areas'); for(var i = 0; i<areas.length; ++i) { areas[i].trigger(eventName); } } else { overlay.trigger(eventName); } },
"getGlobalAudio": function(audio){ var audios = window.currentGlobalAudios; if(audios != undefined && audio.get('id') in audios){ audio = audios[audio.get('id')].audio; } return audio; },
"playAudioList": function(audios){ if(audios.length == 0) return; var currentAudioCount = -1; var currentAudio; var playGlobalAudioFunction = this.playGlobalAudio; var playNext = function(){ if(++currentAudioCount >= audios.length) currentAudioCount = 0; currentAudio = audios[currentAudioCount]; playGlobalAudioFunction(currentAudio, playNext, true); }; playNext(); },
"syncPlaylists": function(playLists){ var changeToMedia = function(media, playListDispatched){ for(var i = 0, count = playLists.length; i<count; ++i){ var playList = playLists[i]; if(playList != playListDispatched){ var items = playList.get('items'); for(var j = 0, countJ = items.length; j<countJ; ++j){ if(items[j].get('media') == media){ if(playList.get('selectedIndex') != j){ playList.set('selectedIndex', j); } break; } } } } }; var changeFunction = function(event){ var playListDispatched = event.source; var selectedIndex = playListDispatched.get('selectedIndex'); if(selectedIndex < 0) return; var media = playListDispatched.get('items')[selectedIndex].get('media'); changeToMedia(media, playListDispatched); }; var mapPlayerChangeFunction = function(event){ var panoramaMapLocation = event.source.get('panoramaMapLocation'); if(panoramaMapLocation){ var map = panoramaMapLocation.get('map'); changeToMedia(map); } }; for(var i = 0, count = playLists.length; i<count; ++i){ playLists[i].bind('change', changeFunction, this); } var mapPlayers = this.getByClassName('MapPlayer'); for(var i = 0, count = mapPlayers.length; i<count; ++i){ mapPlayers[i].bind('panoramaMapLocation_change', mapPlayerChangeFunction, this); } },
"unregisterKey": function(key){ delete window[key]; },
"autotriggerAtStart": function(playList, callback, once){ var onChange = function(event){ callback(); if(once == true) playList.unbind('change', onChange, this); }; playList.bind('change', onChange, this); },
"setEndToItemIndex": function(playList, fromIndex, toIndex){ var endFunction = function(){ if(playList.get('selectedIndex') == fromIndex) playList.set('selectedIndex', toIndex); }; this.executeFunctionWhenChange(playList, fromIndex, endFunction); },
"historyGoBack": function(playList){ var history = this.get('data')['history'][playList.get('id')]; if(history != undefined) { history.back(); } },
"showWindow": function(w, autoCloseMilliSeconds, containsAudio){ if(w.get('visible') == true){ return; } var closeFunction = function(){ clearAutoClose(); this.resumePlayers(playersPaused, !containsAudio); w.unbind('close', closeFunction, this); }; var clearAutoClose = function(){ w.unbind('click', clearAutoClose, this); if(timeoutID != undefined){ clearTimeout(timeoutID); } }; var timeoutID = undefined; if(autoCloseMilliSeconds){ var autoCloseFunction = function(){ w.hide(); }; w.bind('click', clearAutoClose, this); timeoutID = setTimeout(autoCloseFunction, autoCloseMilliSeconds); } var playersPaused = this.pauseCurrentPlayers(!containsAudio); w.bind('close', closeFunction, this); w.show(this, true); },
"existsKey": function(key){ return key in window; },
"loadFromCurrentMediaPlayList": function(playList, delta){ var currentIndex = playList.get('selectedIndex'); var totalItems = playList.get('items').length; var newIndex = (currentIndex + delta) % totalItems; while(newIndex < 0){ newIndex = totalItems + newIndex; }; if(currentIndex != newIndex){ playList.set('selectedIndex', newIndex); } },
"getMediaHeight": function(media){ switch(media.get('class')){ case 'Video360': var res = media.get('video'); if(res instanceof Array){ var maxH=0; for(var i=0; i<res.length; i++){ var r = res[i]; if(r.get('height') > maxH) maxH = r.get('height'); } return maxH; }else{ return r.get('height') } default: return media.get('height'); } },
"updateMediaLabelFromPlayList": function(playList, htmlText, playListItemStopToDispose){ var changeFunction = function(){ var index = playList.get('selectedIndex'); if(index >= 0){ var beginFunction = function(){ playListItem.unbind('begin', beginFunction); setMediaLabel(index); }; var setMediaLabel = function(index){ var media = playListItem.get('media'); var text = media.get('data'); if(!text) text = media.get('label'); setHtml(text); }; var setHtml = function(text){ if(text !== undefined) { htmlText.set('html', '<div style=\\text-align:left\\><SPAN STYLE=\\color:#FFFFFF;font-size:12px;font-family:Verdana\\><span color=\\white\\ font-family=\\Verdana\\ font-size=\\12px\\>' + text + '</SPAN></div>'); } else { htmlText.set('html', ''); } }; var playListItem = playList.get('items')[index]; if(htmlText.get('html')){ setHtml('Loading...'); playListItem.bind('begin', beginFunction); } else{ setMediaLabel(index); } } }; var disposeFunction = function(){ htmlText.set('html', undefined); playList.unbind('change', changeFunction, this); playListItemStopToDispose.unbind('stop', disposeFunction, this); }; if(playListItemStopToDispose){ playListItemStopToDispose.bind('stop', disposeFunction, this); } playList.bind('change', changeFunction, this); changeFunction(); },
"setOverlayBehaviour": function(overlay, media, action, preventDoubleClick){ var executeFunc = function() { switch(action){ case 'triggerClick': this.triggerOverlay(overlay, 'click'); break; case 'stop': case 'play': case 'pause': overlay[action](); break; case 'togglePlayPause': case 'togglePlayStop': if(overlay.get('state') == 'playing') overlay[action == 'togglePlayPause' ? 'pause' : 'stop'](); else overlay.play(); break; } if(preventDoubleClick){ if(window.overlaysDispatched == undefined) window.overlaysDispatched = {}; var id = overlay.get('id'); window.overlaysDispatched[id] = true; setTimeout(function(){ delete window.overlaysDispatched[id]; }, 1000); } }; if(preventDoubleClick && window.overlaysDispatched != undefined && overlay.get('id') in window.overlaysDispatched) return; var playList = this.getFirstPlayListWithMedia(media, true); if(playList != undefined){ var item = this.getPlayListItemByMedia(playList, media); if(playList.get('items').indexOf(item) != playList.get('selectedIndex')){ var beginFunc = function(e){ item.unbind('begin', beginFunc, this); executeFunc.call(this); }; item.bind('begin', beginFunc, this); return; } } executeFunc.call(this); },
"showPopupPanoramaVideoOverlay": function(popupPanoramaOverlay, closeButtonProperties, stopAudios){ var self = this; var showEndFunction = function() { popupPanoramaOverlay.unbind('showEnd', showEndFunction); closeButton.bind('click', hideFunction, this); setCloseButtonPosition(); closeButton.set('visible', true); }; var endFunction = function() { if(!popupPanoramaOverlay.get('loop')) hideFunction(); }; var hideFunction = function() { self.MainViewer.set('toolTipEnabled', true); popupPanoramaOverlay.set('visible', false); closeButton.set('visible', false); closeButton.unbind('click', hideFunction, self); popupPanoramaOverlay.unbind('end', endFunction, self); popupPanoramaOverlay.unbind('hideEnd', hideFunction, self, true); self.resumePlayers(playersPaused, true); if(stopAudios) { self.resumeGlobalAudios(); } }; var setCloseButtonPosition = function() { var right = 10; var top = 10; closeButton.set('right', right); closeButton.set('top', top); }; this.MainViewer.set('toolTipEnabled', false); var closeButton = this.closeButtonPopupPanorama; if(closeButtonProperties){ for(var key in closeButtonProperties){ closeButton.set(key, closeButtonProperties[key]); } } var playersPaused = this.pauseCurrentPlayers(true); if(stopAudios) { this.pauseGlobalAudios(); } popupPanoramaOverlay.bind('end', endFunction, this, true); popupPanoramaOverlay.bind('showEnd', showEndFunction, this, true); popupPanoramaOverlay.bind('hideEnd', hideFunction, this, true); popupPanoramaOverlay.set('visible', true); },
"_initItemWithComps": function(playList, index, components, eventName, visible, effectToApply, delay, restoreStateAt){ var item = playList.get('items')[index]; var registerVisibility = restoreStateAt > 0; var rootPlayer = this.rootPlayer; var cloneEffect = function(visible) { var klass = effectToApply ? effectToApply.get('class') : undefined; var effect = undefined; switch(klass) { case 'FadeInEffect': case 'FadeOutEffect': effect = rootPlayer.createInstance(visible ? 'FadeInEffect' : 'FadeOutEffect'); break; case 'SlideInEffect': case 'SlideOutEffect': effect = rootPlayer.createInstance(visible ? 'SlideInEffect' : 'SlideOutEffect'); break; } if(effect){ effect.set('duration', effectToApply.get('duration')); effect.set('easing', effectToApply.get('easing')); if(klass.indexOf('Slide') != -1) effect.set(visible ? 'from' : 'to', effectToApply.get(visible ? 'to' : 'from')); } return effect; }; var endFunc = function() { for(var i = 0, count = components.length; i<count; ++i) { var component = components[i]; if(restoreStateAt > 0){ this.setComponentVisibility(component, !visible, 0, cloneEffect(!visible)); } else { var key = 'visibility_' + component.get('id'); if(this.existsKey(key)) { if(this.getKey(key)) this.setComponentVisibility(component, true, 0, cloneEffect(true)); else this.setComponentVisibility(component, false, 0, cloneEffect(false)); this.unregisterKey(key); } } } item.unbind('end', endFunc, this); if(addMediaEndEvent) media.unbind('end', endFunc, this); }; var stopFunc = function() { item.unbind('stop', stopFunc, this, true); item.unbind('stop', stopFunc, this); item.unbind('begin', stopFunc, this, true); item.unbind('begin', stopFunc, this); for(var i = 0, count = components.length; i<count; ++i) { this.keepCompVisible(components[i], false); } }; var addEvent = function(eventName, delay, restoreStateAt){ var changeFunc = function(){ var changeVisibility = function(component, visible, effect) { rootPlayer.setComponentVisibility(component, visible, delay, effect, visible ? 'showEffect' : 'hideEffect', false); if(restoreStateAt > 0){ var time = delay + restoreStateAt + (effect != undefined ? effect.get('duration') : 0); rootPlayer.setComponentVisibility(component, !visible, time, cloneEffect(!visible), visible ? 'hideEffect' : 'showEffect', true); } }; for(var i = 0, count = components.length; i<count; ++i){ var component = components[i]; if(visible == 'toggle'){ if(!component.get('visible')) changeVisibility(component, true, cloneEffect(true)); else changeVisibility(component, false, cloneEffect(false)); } else { changeVisibility(component, visible, cloneEffect(visible)); } } item.unbind(eventName, changeFunc, this); }; item.bind(eventName, changeFunc, this) }; if(eventName == 'begin'){ for(var i = 0, count = components.length; i<count; ++i){ var component = components[i]; this.keepCompVisible(component, true); if(registerVisibility) { var key = 'visibility_' + component.get('id'); this.registerKey(key, component.get('visible')); } } item.bind('stop', stopFunc, this, true); item.bind('stop', stopFunc, this); item.bind('begin', stopFunc, this, true); item.bind('begin', stopFunc, this); if(registerVisibility){ item.bind('end', endFunc, this); var media = item.get('media'); var addMediaEndEvent = media.get('loop') != undefined && !(media.get('loop')); if(addMediaEndEvent) media.bind('end', endFunc, this); } } else if(eventName == 'end' && restoreStateAt > 0){ addEvent('begin', restoreStateAt, 0); restoreStateAt = 0; } if(eventName != undefined) addEvent(eventName, delay, restoreStateAt); },
"openLink": function(url, name){ if(url == location.href) { return; } var isElectron = (window && window.process && window.process.versions && window.process.versions['electron']) || (navigator && navigator.userAgent && navigator.userAgent.indexOf('Electron') >= 0); if (name == '_blank' && isElectron) { if (url.startsWith('/')) { var r = window.location.href.split('/'); r.pop(); url = r.join('/') + url; } var extension = url.split('.').pop().toLowerCase(); if(extension != 'pdf' || url.startsWith('file://')) { var shell = window.require('electron').shell; shell.openExternal(url); } else { window.open(url, name); } } else if(isElectron && (name == '_top' || name == '_self')) { window.location = url; } else { var newWindow = window.open(url, name); newWindow.focus(); } },
"changePlayListWithSameSpot": function(playList, newIndex){ var currentIndex = playList.get('selectedIndex'); if (currentIndex >= 0 && newIndex >= 0 && currentIndex != newIndex) { var currentItem = playList.get('items')[currentIndex]; var newItem = playList.get('items')[newIndex]; var currentPlayer = currentItem.get('player'); var newPlayer = newItem.get('player'); if ((currentPlayer.get('class') == 'PanoramaPlayer' || currentPlayer.get('class') == 'Video360Player') && (newPlayer.get('class') == 'PanoramaPlayer' || newPlayer.get('class') == 'Video360Player')) { var newCamera = this.cloneCamera(newItem.get('camera')); this.setCameraSameSpotAsMedia(newCamera, currentItem.get('media')); this.startPanoramaWithCamera(newItem.get('media'), newCamera); } } }
},
"defaultVRPointer": "laser",
"children": [
"this.MainViewer",
"this.Image_23B9D5F1_32C7_F412_41B8_884EB6F2CFFF",
"this.Container_D7205B8B_DBDE_25F9_41CE_9EF6D0B65A30",
"this.Image_3C351503_337D_7359_41A8_552F8413E239",
"this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C",
"this.IconButton_A91633B8_BD65_5543_41C4_D97D8D207140",
"this.IconButton_125337CB_05C9_8CDB_4185_5795CF2BE89B",
"this.IconButton_127B3C83_05CE_8344_4161_9023EA69BA18",
"this.IconButton_12202A1A_05C9_8745_4171_87C7FCE8CA6A",
"this.IconButton_1C57E2E6_05CA_84CD_4180_509A03065AE5",
"this.IconButton_2EB52D57_0540_617A_4144_BAE07CB7265C",
"this.Container_56D104EC_45D2_E41D_41AB_59FB068923A7",
"this.Container_F7900E91_F961_5CA6_41C4_ECBF5FB4BBA3",
"this.Container_E2321C72_FFA3_DC6A_41D8_9BE6F1409BFF",
"this.veilPopupPanorama",
"this.zoomImagePopupPanorama",
"this.closeButtonPopupPanorama"
],
"minHeight": 20,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"backgroundPreloadEnabled": true,
"contentOpaque": false,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"minWidth": 20,
"vrPolyfillScale": 0.88,
"verticalAlign": "top",
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"definitions": [{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B082B615_A414_D988_41E3_C8A0113F1E33",
"initialPosition": {
"yaw": -36.21,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "SigloXX Cocktail",
"id": "map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_ACEBE03B_B060_B0D9_4194_9DFAFA90B0E8",
"this.overlay_AC24949C_B060_91D8_41DD_F84347073A56",
"this.overlay_AD4400B9_B07F_B1D8_41CF_2FD2B5F1C887",
"this.overlay_AD9EC515_B061_B0A9_41D9_ABB479B7919A",
"this.overlay_AEEBF051_B060_90A8_41E4_373F86558169",
"this.overlay_AE2996D8_B063_B158_41B6_B0A741014930"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_0_t.jpg",
"duration": 5000,
"label": "carpa 2",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_0",
"width": 800,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_0.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 533,
"class": "Photo"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A8896025_A413_5988_41DF_6435180AD731",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window663"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_8_t.jpg",
"duration": 5000,
"label": "Carpa",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_8",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_8.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 680,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_69CBF4AA_4B79_9855_41AB_04B3AC356423_t.jpg",
"class": "Video",
"label": "11_Jugadores_Banquete",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_69CBF4AA_4B79_9855_41AB_04B3AC356423",
"height": 1080,
"video": {
"mp4Url": "media/video_69CBF4AA_4B79_9855_41AB_04B3AC356423.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"items": [
{
"media": "this.video_DF1B4836_FFE3_63EA_41E4_F13FCB6B51C4",
"start": "this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B3C134FF_A414_DA78_41C7_5D9763BB8DFB, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B3C134FF_A414_DA78_41C7_5D9763BB8DFB, 0)",
"begin": "this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer)",
"player": "this.MainViewerVideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B3C134FF_A414_DA78_41C7_5D9763BB8DFB",
"class": "PlayList"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_camera",
"initialPosition": {
"yaw": -27.01,
"hfov": 129,
"pitch": -5.15,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"items": [
{
"begin": "this.loopAlbum(this.playList_B38834CE_A414_DA98_41E4_615C045D96EE, 0)",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325",
"player": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "playList_B38834CE_A414_DA98_41E4_615C045D96EE",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_29_t.jpg",
"duration": 5000,
"label": "IMG_9815",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_29",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_29.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "MainViewer",
"paddingLeft": 0,
"left": 0,
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"playbackBarProgressBorderColor": "#000000",
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"displayTooltipInTouchScreens": true,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"minWidth": 100,
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 5,
"progressBarBorderColor": "#000000",
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 0,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vh",
"progressBackgroundColorRatios": [
0
],
"top": 0,
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"toolTipFontStyle": "normal",
"progressOpacity": 1,
"progressHeight": 10,
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "Main Viewer"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"items": [
{
"begin": "this.loopAlbum(this.playList_B39294C7_A414_DA88_4187_5BA17981D4E5, 0)",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410",
"player": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "playList_B39294C7_A414_DA88_4187_5BA17981D4E5",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_42_t.jpg",
"duration": 5000,
"label": "la foto 1",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_42",
"width": 2592,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_42.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1936,
"class": "Photo"
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_1C57E2E6_05CA_84CD_4180_509A03065AE5",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.9%",
"width": "3.5%",
"transparencyActive": true,
"minHeight": 1,
"borderSize": 0,
"bottom": "36.43%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mode": "push",
"verticalAlign": "middle",
"height": "6%",
"propagateClick": false,
"iconURL": "skin/IconButton_1C57E2E6_05CA_84CD_4180_509A03065AE5.png",
"data": {
"name": "IconButton19243"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"thumbnailUrl": "media/video_69E7E132_4BE8_B8B5_41CC_4D86D108C577_t.jpg",
"class": "Video",
"label": "10_Paris_1956",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_69E7E132_4BE8_B8B5_41CC_4D86D108C577",
"height": 1080,
"video": {
"mp4Url": "media/video_69E7E132_4BE8_B8B5_41CC_4D86D108C577.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_8_t.jpg",
"duration": 5000,
"label": "DSC_4046",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_8",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_8.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_2_t.jpg",
"duration": 5000,
"label": "DSCF2647 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_2",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1200,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5_t.jpg",
"class": "Video",
"label": "6_SigloXX_Reunion",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5",
"height": 1080,
"video": {
"mp4Url": "media/video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_36_t.jpg",
"duration": 5000,
"label": "KYOCERA3",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_36",
"width": 2448,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_36.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_3_t.jpg",
"duration": 5000,
"label": "Emirates (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_3",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_3.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1200,
"class": "Photo"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.17,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_5CA10D15_4E88_0C05_41B5_9BF734E5F131",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": -1.77,
"loop": false,
"yaw": -35.98,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_camera",
"initialPosition": {
"yaw": 3.34,
"hfov": 130,
"pitch": -4.43,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_23_t.jpg",
"duration": 5000,
"label": "IMG_6764",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_23",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_23.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_17_t.jpg",
"duration": 5000,
"label": "IMG_2171",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_17",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_17.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"buttonNext": "this.IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB",
"viewerArea": "this.MainViewer",
"id": "MainViewerPhotoAlbumPlayer",
"buttonPrevious": "this.IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78",
"class": "PhotoAlbumPlayer"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Sala Jugadores Banquete",
"id": "map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_930E5EB8_B1A0_B1D8_41B7_6A3F3F594976",
"this.overlay_95ED499D_B0A0_73D9_4178_A939B6DF1632"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_4_t.jpg",
"duration": 5000,
"label": "DSC_3037",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_4",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_4.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_4341273C_52BF_2372_41B2_0B8B1493ABDE_t.jpg",
"class": "Video",
"label": "9_Sala Jugadores reunion",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_4341273C_52BF_2372_41B2_0B8B1493ABDE",
"height": 1080,
"video": {
"mp4Url": "media/video_4341273C_52BF_2372_41B2_0B8B1493ABDE.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB",
"rollOverIconURL": "skin/IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB_rollover.png",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": 10,
"pressedIconURL": "skin/IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB_pressed.png",
"transparencyActive": false,
"width": "14.22%",
"minHeight": 50,
"borderSize": 0,
"top": "20%",
"bottom": "20%",
"minWidth": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"mode": "push",
"verticalAlign": "middle",
"propagateClick": true,
"iconURL": "skin/IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB.png",
"pressedRollOverIconURL": "skin/IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB_pressed.png",
"data": {
"name": "IconButton >"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.18,
"rotationZ": 0,
"id": "popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.81,
"yaw": -105.29,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Sala Jugadores Reunion",
"id": "map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_948B3C75_B0A7_9168_41D7_AADDA7B06B57"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_24_t.jpg",
"duration": 5000,
"label": "IMG_6767",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_24",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_24.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_14_t.jpg",
"duration": 5000,
"label": "IMG_1661",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_14",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_14.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B06EB5CF_A414_DA98_41D0_A5286B3ACC4D",
"initialPosition": {
"yaw": -34.33,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_27_t.jpg",
"duration": 5000,
"label": "IMG_9811",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_27",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_27.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM18VF",
"id": "panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F490442E_E5F1_530B_41C0_03663B68C850",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": 145.67,
"distance": 1,
"backwardYaw": 8.21,
"panorama": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8"
},
{
"class": "AdjacentPanorama",
"yaw": 145.6,
"distance": 1,
"backwardYaw": 8.21,
"panorama": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 636.66,
"angle": 298.06,
"y": 429.51,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 648.91,
"angle": -76.56,
"y": 408.55,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F5DBD860_E5F7_7337_41CC_2631D582831C",
"this.overlay_F5DA3860_E5F7_7337_41E7_D0A032E5EFBD",
"this.overlay_F5DA1860_E5F7_7337_41EB_47B29C8C7EC3",
"this.overlay_F5DA6860_E5F7_7337_41DB_1C0D42AA760A",
"this.overlay_F5DA4860_E5F7_7337_41CC_1D024884F669",
"this.overlay_F5DAA861_E5F7_7339_41CA_8310D1B07C92",
"this.overlay_F5DB2861_E5F7_7339_41D2_2A2D6C5C407E",
"this.overlay_F5DB3861_E5F7_7339_41E8_D2BA13779976",
"this.overlay_E693C38F_F4E0_206C_41EB_F85F67DCB87D"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_camera",
"initialPosition": {
"yaw": 0,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.53,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6BB77234_7170_3EF9_41DA_DE8675728018",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 1.83,
"loop": false,
"yaw": -123.74,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_28_t.jpg",
"duration": 5000,
"label": "IMG_9814",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_28",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_28.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "PalcoVolado2V2",
"id": "panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"adjacentPanoramas": [
{
"panorama": "this.panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_t.jpg",
"overlays": [
"this.overlay_59886AFA_49FB_A9B5_41BA_C4B9F1DCB5A0",
"this.overlay_5FA91522_4E88_1C3F_41CE_33F3CC0AD32C",
"this.overlay_5988EAFA_49FB_A9B5_41B9_D3BCFD66A2A0",
"this.overlay_5988AAFA_49FB_A9B5_41C2_98D6A36B7110",
"this.overlay_59880AFB_49FB_A9AB_41B1_B84D9EFD44C7"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"borderRadius": 0,
"children": [
"this.Container_D7200B8B_DBDE_25F9_4178_50C52373E78A",
"this.MapViewer"
],
"id": "Container_D721FB8B_DBDE_25F9_41D8_2FFB17962337",
"backgroundColorRatios": [
0,
0.34
],
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"left": "0%",
"right": "0%",
"scrollBarColor": "#000000",
"shadowSpread": 1,
"overflow": "visible",
"shadowColor": "#000000",
"layout": "vertical",
"gap": 10,
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"shadowOpacity": 0.3,
"shadowVerticalLength": 0,
"top": "0%",
"bottom": "0%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0.25,
"verticalAlign": "top",
"creationPolicy": "inAdvance",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"shadowHorizontalLength": 0,
"data": {
"name": "Global"
},
"shadow": true,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"shadowBlurRadius": 25,
"class": "Container"
},
{
"thumbnailUrl": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374_t.jpg",
"class": "Video",
"label": "1_Video formato reunion",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_54951A51_49AD_8A1B_41C5_1D90F7FA0374",
"height": 1080,
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"hfovMax": 130,
"label": "RM40VF2copia",
"id": "panorama_454413BB_5285_4EC7_41D2_474AE633600C",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_t.jpg",
"overlays": [
"this.overlay_46E0506B_528F_4A47_41C9_062B27054F00",
"this.overlay_5DF6EBFD_52B3_22F2_41C5_14D47CB3BB90",
"this.overlay_4179C566_528F_CA41_41AF_65FED06968FF",
"this.overlay_5DF69BFD_52B3_22F2_41A0_329A8DFD73F5",
"this.overlay_4198CF47_5285_564F_4197_DAC7222FD610",
"this.overlay_5DE7CE3B_52B1_2576_41CF_4C4584C1EDE5",
"this.overlay_5D98649E_52B1_252E_41CA_0B1ACD64BB30",
"this.overlay_5DF6FBFD_52B3_22F2_41BB_1B9A81E77CF0",
"this.overlay_5DE6DFA6_52B3_E31E_41A6_3422875E46C3",
"this.overlay_5D98849E_52B1_252E_41CF_6860CA0DD6F8",
"this.overlay_5DF6DBFD_52B3_22F2_41C7_182C7ED243F8",
"this.overlay_5DF6CBFD_52B3_22F2_41C0_7C1454CF72DB",
"this.overlay_5DEFA70A_52B2_E316_41C2_F6491E8162E2",
"this.overlay_5DE121D9_52B3_5F32_41A6_72F6724C8E60",
"this.overlay_5DF73BFD_52B3_22F2_4199_B9D07BAE0B48",
"this.overlay_5DFA8925_52B3_2F12_419B_ED6E6A63D9F5",
"this.popup_6B673206_7170_3E99_41BD_5EC84C08D281",
"this.popup_6B956215_7170_3EBB_41D4_BE810C127821"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/photo_859F15AF_9D8D_2328_41B4_C1D7FDC41CA1_t.jpg",
"duration": 5000,
"label": "P1013060",
"id": "photo_859F15AF_9D8D_2328_41B4_C1D7FDC41CA1",
"width": 4032,
"image": {
"levels": [
{
"url": "media/photo_859F15AF_9D8D_2328_41B4_C1D7FDC41CA1.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2272,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0F9867B_A413_2678_41C8_45531A3899FE",
"initialPosition": {
"yaw": 95.62,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.16,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6E79DA03_4B28_A854_41C9_773014DE1D10",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": -7.05,
"loop": false,
"yaw": 73.81,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"items": [
{
"media": "this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84",
"start": "this.viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B5A63186_A415_DA88_41B2_D3305510FE84, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B5A63186_A415_DA88_41B2_D3305510FE84, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691VideoPlayer)",
"player": "this.viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B5A63186_A415_DA88_41B2_D3305510FE84",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_38_t.jpg",
"duration": 5000,
"label": "MEJOR CLUB SXX 4",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_38",
"width": 2448,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_38.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3264,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM29VF",
"id": "panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_t.jpg",
"overlays": [
"this.overlay_F572407C_E5F1_D30F_41E0_DD12A2D31E5B",
"this.overlay_F572607C_E5F1_D30F_419B_4EAED7318DDA",
"this.overlay_F572307C_E5F1_D30F_41E4_D7DD33F1B72E",
"this.overlay_F572C07C_E5F1_D30F_41B2_4271074F71EA",
"this.overlay_E06E43C4_F4E0_67DC_41B4_3A8F5090BD52"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A8166129_A413_5B98_416B_EF3C9E15CD7E",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window673"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_7_t.jpg",
"duration": 5000,
"label": "IMG_4350 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_7",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_7.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/photo_FED2CB19_E159_1832_41D5_F3F48E0F2507_t.jpg",
"duration": 5000,
"label": "Escuela cat\u00e1logo 001",
"id": "photo_FED2CB19_E159_1832_41D5_F3F48E0F2507",
"width": 1024,
"image": {
"levels": [
{
"url": "media/photo_FED2CB19_E159_1832_41D5_F3F48E0F2507.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 561,
"class": "Photo"
},
{
"id": "WebFrame_E2325C72_FFA3_DC6A_41E5_844584454E89",
"backgroundColorRatios": [
0
],
"paddingLeft": 0,
"paddingRight": 0,
"width": "100%",
"url": "https://www.realmadrid.com",
"minHeight": 1,
"borderSize": 0,
"insetBorder": false,
"paddingBottom": 0,
"backgroundOpacity": 1,
"minWidth": 1,
"backgroundColor": [
"#FFFFFF"
],
"propagateClick": false,
"scrollEnabled": true,
"data": {
"name": "WebFrame48191"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"height": "100%",
"borderRadius": 0,
"class": "WebFrame"
},
{
"items": [
{
"media": "this.video_4341273C_52BF_2372_41B2_0B8B1493ABDE",
"start": "this.viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B5B6F175_A415_DB88_41B4_73111D1E23A0, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B5B6F175_A415_DB88_41B4_73111D1E23A0, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769VideoPlayer)",
"player": "this.viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B5B6F175_A415_DB88_41B4_73111D1E23A0",
"class": "PlayList"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A885F023_A413_5988_41CD_389D085C1D87",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window661"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_camera",
"initialPosition": {
"yaw": 111.46,
"hfov": 130,
"pitch": -7.32,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"borderRadius": 0,
"children": [
"this.WebFrame_E2325C72_FFA3_DC6A_41E5_844584454E89"
],
"id": "Container_E235AC72_FFA3_DC6A_41EC_C90120E11863",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "15%",
"right": "15%",
"scrollBarColor": "#000000",
"shadowSpread": 1,
"overflow": "scroll",
"shadowColor": "#000000",
"layout": "horizontal",
"gap": 10,
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"shadowOpacity": 0.3,
"shadowVerticalLength": 0,
"top": "10%",
"bottom": "10%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 1,
"verticalAlign": "top",
"creationPolicy": "inAdvance",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"shadowHorizontalLength": 0,
"data": {
"name": "Global"
},
"shadow": true,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"shadowBlurRadius": 25,
"class": "Container"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 5.32,
"rotationZ": 0,
"id": "popup_41892542_529D_CA41_41D0_6584609C40C0",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_41892542_529D_CA41_41D0_6584609C40C0_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -14.3,
"yaw": -86.41,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_5_t.jpg",
"duration": 5000,
"label": "PHOTO-2018-10-01-17-34-56",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_5",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_5.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 768,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_camera",
"initialPosition": {
"yaw": 150.28,
"hfov": 130,
"pitch": -4.92,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/video_B7F53359_A413_DFBB_41A6_F524EE55FCAD_t.jpg",
"class": "Video",
"label": "Chroma_chica",
"scaleMode": "fit_inside",
"width": 720,
"loop": false,
"id": "video_B7F53359_A413_DFBB_41A6_F524EE55FCAD",
"height": 576,
"video": {
"mp4Url": "media/video_B7F53359_A413_DFBB_41A6_F524EE55FCAD.mp4",
"width": 720,
"height": 576,
"class": "VideoResource"
}
},
{
"levels": [
{
"url": "media/popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_6DAD9234_495D_9A19_41B8_8EAB76CBF207",
"class": "ImageResource"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_camera",
"initialPosition": {
"yaw": -3.33,
"hfov": 130,
"pitch": -9.31,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"children": [
"this.WebFrame_E843A1D4_F963_24AE_4177_31FDDF9CF4E6"
],
"id": "Container_F7915E90_F961_5CA6_41D2_2F4D65B66162",
"backgroundColorRatios": [
0
],
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"scrollBarColor": "#000000",
"width": "85%",
"overflow": "scroll",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 1,
"minWidth": 1,
"verticalAlign": "middle",
"backgroundColor": [
"#000000"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"height": "100%",
"data": {
"name": "-left"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.24,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6B857223_7170_3E9F_41D3_3CD8D9AAE3E4",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 0.76,
"loop": false,
"yaw": -35.4,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_46763246_5285_4E41_41C3_F5A6017470B5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_10_t.jpg",
"duration": 5000,
"label": "IMG_8759 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_10",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_10.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A88BC024_A413_5988_41D2_376D2D3EFF2F",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window662"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"maxHeight": 60,
"rollOverIconURL": "skin/IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019_rollover.jpg",
"paddingLeft": 0,
"horizontalAlign": "right",
"id": "IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019",
"right": 20,
"pressedIconURL": "skin/IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019_pressed.jpg",
"transparencyActive": false,
"paddingRight": 0,
"width": "10%",
"minHeight": 50,
"borderSize": 0,
"top": 20,
"minWidth": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, false, 0, null, null, false)",
"mode": "push",
"verticalAlign": "top",
"height": "10%",
"propagateClick": true,
"iconURL": "skin/IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019.jpg",
"pressedRollOverIconURL": "skin/IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019_pressed.jpg",
"data": {
"name": "IconButton X"
},
"shadow": false,
"paddingTop": 0,
"cursor": "hand",
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0B85624_A414_D988_41DC_C7CC0180F79F",
"initialPosition": {
"yaw": 179.69,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM12VF",
"id": "panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_t.jpg",
"overlays": [
"this.overlay_F725F3BA_E5F1_750B_41DF_4C2B15837C35",
"this.overlay_F72533BA_E5F1_750B_41DB_021D44B04E42",
"this.overlay_F72513BA_E5F1_750B_41DE_EAEAE2D05F6E",
"this.overlay_F72543BB_E5F1_7509_41E2_A7EA87E7B1D2",
"this.overlay_E06489AE_F4E0_E3AC_41CF_B50FAE244B56"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_1_t.jpg",
"duration": 5000,
"label": "010_PROCHILE AM",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_1",
"width": 5132,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_1.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3202,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_t.png",
"playList": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_AlbumPlayList",
"label": "Album Carpa Jugadores",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D",
"class": "PhotoAlbum"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 5.29,
"rotationZ": 0,
"id": "popup_6B956215_7170_3EBB_41D4_BE810C127821",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_6B956215_7170_3EBB_41D4_BE810C127821_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.56,
"yaw": 30.91,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_24_t.jpg",
"duration": 5000,
"label": "IMG_3404",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_24",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_24.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_camera",
"initialPosition": {
"yaw": 149.2,
"hfov": 120,
"pitch": -3.43,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM27VF",
"id": "panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": -84.38,
"distance": 1,
"backwardYaw": 34.54,
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31"
},
{
"class": "AdjacentPanorama",
"yaw": -84.58,
"distance": 1,
"backwardYaw": 34.54,
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31"
},
{
"panorama": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 1068.56,
"angle": 133.94,
"y": 419.79,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F19C4C24_E5F2_D338_41BC_D11D1AC17C2F",
"this.overlay_F19C1C24_E5F2_D338_41E6_CA859B12F358",
"this.overlay_F19FEC24_E5F2_D338_41DC_01D49034F2C6",
"this.overlay_F19FCC24_E5F2_D338_41EB_879D71D68237",
"this.overlay_F19FAC24_E5F2_D338_41A8_C43D7B9D4E73",
"this.popup_5F673B09_4E88_140C_41C1_5A8F5F24D45F"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0C4766A_A414_D998_41E1_6C98028CF0F4",
"initialPosition": {
"yaw": 55.84,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_4_t.jpg",
"duration": 5000,
"label": "074_PROCHILE AM",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_4",
"width": 5678,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_4.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3435,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_4_t.jpg",
"duration": 5000,
"label": "IMG_9221",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_4",
"width": 11446,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_4.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3852,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_camera",
"initialPosition": {
"yaw": -152.49,
"hfov": 130,
"pitch": -6.75,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B10F46B8_A413_26F8_41B9_25288C2589A6",
"initialPosition": {
"yaw": 68.38,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM20VF",
"id": "panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 781.17,
"angle": -57.46,
"y": 475.23,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F1512FF6_E5F3_4D1B_41E4_352186D51F07",
"this.overlay_F1515FF6_E5F3_4D1B_41E8_D6A6DE6386DE"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_2_t.jpg",
"duration": 5000,
"label": "IMG_7332",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_2",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_camera",
"initialPosition": {
"yaw": 147.94,
"hfov": 130,
"pitch": -18.55,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B13A36D6_A413_2689_41E3_51ED1938733D",
"initialPosition": {
"yaw": 31.9,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_1_t.jpg",
"duration": 5000,
"label": "Coctel 2",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_1",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_1.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1226,
"class": "Photo"
},
{
"maxHeight": 200,
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"toolTipFontFamily": "Arial",
"id": "Image_3C351503_337D_7359_41A8_552F8413E239",
"toolTipPaddingBottom": 4,
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.28%",
"width": "4.584%",
"toolTipTextShadowOpacity": 0,
"url": "skin/Image_3C351503_337D_7359_41A8_552F8413E239.png",
"toolTipFontSize": "1.11vh",
"minHeight": 1,
"toolTip": "Inicio",
"toolTipBackgroundColor": "#F6F6F6",
"toolTipFontColor": "#606060",
"borderSize": 0,
"toolTipPaddingRight": 6,
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"bottom": "1.74%",
"minWidth": 1,
"paddingBottom": 0,
"toolTipFontStyle": "normal",
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 0)",
"verticalAlign": "middle",
"height": "8.478%",
"propagateClick": false,
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipBorderRadius": 3,
"toolTipPaddingTop": 4,
"toolTipTextShadowColor": "#000000",
"toolTipShadowOpacity": 1,
"toolTipShadowSpread": 0,
"toolTipShadowHorizontalLength": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"scaleMode": "fit_inside",
"toolTipDisplayTime": 500,
"borderRadius": 0,
"toolTipBorderColor": "#767676",
"toolTipShadowBlurRadius": 3,
"maxWidth": 200,
"data": {
"name": "Image4782"
},
"paddingTop": 0,
"class": "Image"
},
{
"hfovMax": 130,
"label": "RM13VF",
"id": "panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_t.jpg",
"overlays": [
"this.overlay_EA27A8C2_E5F6_D378_41C4_30425880D2FE",
"this.overlay_EA2778C2_E5F6_D378_41C2_1777DCF22477",
"this.overlay_E47F2D57_F4E0_20FC_41E3_41273B57623D"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A816A129_A413_5B98_41DD_B9EE2623DEE6",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window674"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1235C71_E5F2_D318_41EB_232581149B6F_camera",
"initialPosition": {
"yaw": -135.77,
"hfov": 130,
"pitch": -0.03,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"items": [
{
"media": "this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84",
"start": "this.viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B5B0417B_A415_DA78_41E3_D6F08B556E3A, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B5B0417B_A415_DA78_41E3_D6F08B556E3A, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3VideoPlayer)",
"player": "this.viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B5B0417B_A415_DA78_41E3_D6F08B556E3A",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_17_t.jpg",
"duration": 5000,
"label": "IMG_9381",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_17",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_17.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0D9F64D_A414_D998_41E0_EE01A8670FF1",
"initialPosition": {
"yaw": 58.1,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"maxHeight": 60,
"id": "IconButton_E2326C72_FFA3_DC6A_41CF_1078BC9FA542",
"rollOverIconURL": "skin/IconButton_E2326C72_FFA3_DC6A_41CF_1078BC9FA542_rollover.jpg",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"pressedIconURL": "skin/IconButton_E2326C72_FFA3_DC6A_41CF_1078BC9FA542_pressed.jpg",
"transparencyActive": false,
"width": "25%",
"minHeight": 50,
"borderSize": 0,
"minWidth": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.setComponentVisibility(this.Container_E2321C72_FFA3_DC6A_41D8_9BE6F1409BFF, false, 0, null, null, false)",
"mode": "push",
"verticalAlign": "middle",
"height": "75%",
"propagateClick": false,
"iconURL": "skin/IconButton_E2326C72_FFA3_DC6A_41CF_1078BC9FA542.jpg",
"data": {
"name": "X"
},
"shadow": false,
"paddingTop": 0,
"cursor": "hand",
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F490442E_E5F1_530B_41C0_03663B68C850_camera",
"initialPosition": {
"yaw": 130.92,
"hfov": 130,
"pitch": -6.26,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_EDFED5C9_F913_4690_41B8_B09286ECFE36",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 12.34,
"loop": false,
"yaw": 150.08,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B14E6714_A413_2788_41D7_A24ABE77E306",
"initialPosition": {
"yaw": -171.79,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.14,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6ED0AB12_4BEB_6875_418C_39F1678644FA",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 1.28,
"loop": false,
"yaw": 152.1,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_camera",
"initialPosition": {
"yaw": -174.88,
"hfov": 130,
"pitch": -14.8,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM16VF Palco banquete",
"id": "panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": 8.21,
"distance": 1,
"backwardYaw": 145.67,
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74"
},
{
"class": "AdjacentPanorama",
"yaw": 8.13,
"distance": 1,
"backwardYaw": 145.67,
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74"
},
{
"panorama": "this.panorama_F788F832_E5F1_7318_41EB_D519F4CA9803",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 1133.72,
"angle": -101.66,
"y": 388.95,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F7508FA4_E5F6_CD38_41DB_5C36479158C8",
"this.overlay_F7506FA4_E5F6_CD38_41AA_FB7B8E24098F",
"this.overlay_F7519FA4_E5F6_CD38_41B9_CE568FECFB91",
"this.overlay_F7517FA5_E5F6_CD38_41D7_D5F2EE27C929",
"this.overlay_F7513FA5_E5F6_CD38_41C5_E1694342B3CE",
"this.overlay_F7512FA5_E5F6_CD38_41AC_8ACF4776A408",
"this.overlay_E70C2A02_F4E0_E054_41E3_1798687FA6F2",
"this.overlay_E531889F_F4E0_606C_41EA_39BF67EA755C",
"this.popup_6ED0AB12_4BEB_6875_418C_39F1678644FA",
"this.popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.15,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6BA7F24F_7170_3EA7_41D5_EFAEC24F0112",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 0.56,
"loop": false,
"yaw": -100.27,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"children": [
"this.IconButton_E2326C72_FFA3_DC6A_41CF_1078BC9FA542"
],
"id": "Container_E2324C72_FFA3_DC6A_41E2_12628CB345E0",
"left": "15%",
"paddingLeft": 0,
"horizontalAlign": "right",
"paddingRight": 20,
"right": "15%",
"scrollBarColor": "#000000",
"overflow": "visible",
"gap": 10,
"layout": "vertical",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"top": "10%",
"bottom": "80%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0,
"scrollBarVisible": "rollOver",
"verticalAlign": "top",
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"data": {
"name": "Container X global"
},
"shadow": false,
"paddingTop": 20,
"borderRadius": 0,
"class": "Container"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Sala Jugadores Cocktail",
"id": "map_908361A2_B1A0_93E8_41E4_0E4F477F6763",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_908361A2_B1A0_93E8_41E4_0E4F477F6763.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_908361A2_B1A0_93E8_41E4_0E4F477F6763_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_908361A2_B1A0_93E8_41E4_0E4F477F6763_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_9534E0F9_B0A0_7159_41CF_B1ED3BFC2DA9"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_3_t.jpg",
"duration": 5000,
"label": "carpa 5",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_3",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_3.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/photo_FEC88BAF_E159_186D_41E1_C491CF426FF2_t.jpg",
"duration": 5000,
"label": "PALCO - BANQUETE",
"id": "photo_FEC88BAF_E159_186D_41E1_C491CF426FF2",
"width": 1024,
"image": {
"levels": [
{
"url": "media/photo_FEC88BAF_E159_186D_41E1_C491CF426FF2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 434,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_t.png",
"playList": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_AlbumPlayList",
"label": "Album Palco Honor",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0",
"class": "PhotoAlbum"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_camera",
"initialPosition": {
"yaw": 136.67,
"hfov": 130,
"pitch": -8.01,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 18.5,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 323,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 18.5,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_7_t.jpg",
"duration": 5000,
"label": "carpa reunion",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_7",
"width": 2592,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_7.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1936,
"class": "Photo"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A8174128_A413_5B98_41DB_5DE4A7F94663",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window672"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"maxHeight": 60,
"id": "IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09",
"rollOverIconURL": "skin/IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09_rollover.jpg",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"pressedIconURL": "skin/IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09_pressed.jpg",
"transparencyActive": false,
"width": "25%",
"minHeight": 50,
"borderSize": 0,
"minWidth": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.setComponentVisibility(this.Container_F7900E91_F961_5CA6_41C4_ECBF5FB4BBA3, false, 0, null, null, false)",
"mode": "push",
"verticalAlign": "middle",
"height": "75%",
"propagateClick": false,
"iconURL": "skin/IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09.jpg",
"pressedRollOverIconURL": "skin/IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09_pressed_rollover.jpg",
"data": {
"name": "X"
},
"shadow": false,
"paddingTop": 0,
"cursor": "hand",
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_14_t.jpg",
"duration": 5000,
"label": "IMG_9373",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_14",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_14.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_35_t.jpg",
"duration": 5000,
"label": "IMG-20150513-WA0007",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_35",
"width": 1280,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_35.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 720,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B06915DE_A414_DAB8_41B5_29561B56B79B",
"initialPosition": {
"yaw": -34.33,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM38VF",
"id": "panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"adjacentPanoramas": [
{
"panorama": "this.panorama_454413BB_5285_4EC7_41D2_474AE633600C",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_t.jpg",
"overlays": [
"this.overlay_F1515AB6_E5F1_571B_41E6_7EF1EDCB64DA",
"this.overlay_F1519AB6_E5F1_571B_41E1_86FAD38350FC",
"this.overlay_F151DAB6_E5F1_571B_41C6_5ED81D32222D",
"this.overlay_F151FAB6_E5F1_571B_41DC_B5B5110B5AFA",
"this.popup_6E79DA03_4B28_A854_41C9_773014DE1D10"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_43_t.jpg",
"duration": 5000,
"label": "la foto 2",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_43",
"width": 2592,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_43.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1936,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_camera",
"initialPosition": {
"yaw": 126.41,
"hfov": 130,
"pitch": -5.26,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/video_7183162F_5B5C_8295_41C7_0366F2233105_t.jpg",
"class": "Video",
"label": "3_Salon Real",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_7183162F_5B5C_8295_41C7_0366F2233105",
"height": 1080,
"video": {
"mp4Url": "media/video_7183162F_5B5C_8295_41C7_0366F2233105.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"levels": [
{
"url": "media/popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_73E0DDE6_5B7C_8197_41C0_488506B2480D",
"class": "ImageResource"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_camera",
"initialPosition": {
"yaw": -12.24,
"hfov": 130,
"pitch": -3.14,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_t.png",
"playList": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_AlbumPlayList",
"label": "Album Emirates",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410",
"class": "PhotoAlbum"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.24,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_5F673B09_4E88_140C_41C1_5A8F5F24D45F",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": -0.73,
"loop": false,
"yaw": 25.14,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_46763246_5285_4E41_41C3_F5A6017470B5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_t.png",
"playList": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_AlbumPlayList",
"label": "Album de Fotos banquete 4",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8",
"class": "PhotoAlbum"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_9_t.jpg",
"duration": 5000,
"label": "IMG_8755",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_9",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_9.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM4 PROYECTO",
"id": "panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F788F832_E5F1_7318_41EB_D519F4CA9803",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 1302.29,
"angle": 80.54,
"y": 307.55,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_EA490C7E_E5F1_330B_41D5_39AA2562216A",
"this.overlay_EA493C7E_E5F1_330B_41E9_A40CE53229DC",
"this.overlay_EA494C7E_E5F1_330B_41D6_8B508E7B2585",
"this.overlay_E4856069_F4E0_20D5_41E1_02CB94EDF71D"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.54,
"rotationZ": 0,
"id": "popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.98,
"yaw": -85.44,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_6_t.jpg",
"duration": 5000,
"label": "DSC_3065 (1)",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_6",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_6.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_13_t.jpg",
"duration": 5000,
"label": "IMG_1205",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_13",
"width": 1632,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_13.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1224,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM10VF",
"id": "panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": -121.9,
"distance": 1,
"backwardYaw": 56.68,
"panorama": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A"
},
{
"panorama": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": 27.59,
"distance": 1,
"backwardYaw": -111.62,
"panorama": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910"
},
{
"class": "AdjacentPanorama",
"yaw": 27.51,
"distance": 1,
"backwardYaw": -111.62,
"panorama": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 1391.62,
"angle": -162.55,
"y": 248.36,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F4AAF48F_E5F3_7309_41E8_B6817B0183A8",
"this.overlay_F4956490_E5F3_7317_41DF_07DE16B9AA92",
"this.overlay_F495F490_E5F3_7317_41E7_C09AA8C836EA",
"this.overlay_F495C490_E5F3_7317_41C3_3A34B3B05441",
"this.overlay_ED6D0489_F4E0_2055_41E2_6B8776507AE7"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/photo_FEC3E541_E159_0815_41DA_DEB158F3EA7C_t.jpg",
"duration": 5000,
"label": "PALCO - BANQUETE ESCENARIO",
"id": "photo_FEC3E541_E159_0815_41DA_DEB158F3EA7C",
"width": 3840,
"image": {
"levels": [
{
"url": "media/photo_FEC3E541_E159_0815_41DA_DEB158F3EA7C.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_22_t.jpg",
"duration": 5000,
"label": "IMG_2619",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_22",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_22.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84",
"start": "this.viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B5BC7180_A415_DA88_41A0_2E72AF704C38, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B5BC7180_A415_DA88_41A0_2E72AF704C38, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7VideoPlayer)",
"player": "this.viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B5BC7180_A415_DA88_41A0_2E72AF704C38",
"class": "PlayList"
},
{
"hfovMax": 130,
"label": "RM9VFV2",
"id": "panorama_F6A70350_E5F3_3517_41D1_311E19A0C910",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": -111.62,
"distance": 1,
"backwardYaw": 27.59,
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38"
},
{
"class": "AdjacentPanorama",
"yaw": -111.88,
"distance": 1,
"backwardYaw": 27.59,
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 1053.61,
"angle": -167.58,
"y": 369.23,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F6A71350_E5F3_3517_41E9_F2A26190441C",
"this.overlay_F6A78350_E5F3_3517_41D2_C81943302A2A",
"this.overlay_F6A7B350_E5F3_3517_41D7_E36F13B4F3E5",
"this.overlay_F6A64350_E5F3_3517_41E8_910E5354B7AB",
"this.overlay_F6A60351_E5F3_3519_41D5_25FFFE1AF1FA",
"this.overlay_E1CE6456_F4E0_20FC_41D9_91101E1D78A3",
"this.popup_5CA10D15_4E88_0C05_41B5_9BF734E5F131"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B12586F5_A413_268B_41E1_2A374B2471F5",
"initialPosition": {
"yaw": -110.45,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"items": [
{
"media": "this.video_69CBF4AA_4B79_9855_41AB_04B3AC356423",
"start": "this.viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B5B56178_A415_DA78_41BB_D82F20BEE14B, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B5B56178_A415_DA78_41BB_D82F20BEE14B, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18VideoPlayer)",
"player": "this.viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B5B56178_A415_DA78_41BB_D82F20BEE14B",
"class": "PlayList"
},
{
"hfovMax": 130,
"label": "RM42VF",
"id": "panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F1235C71_E5F2_D318_41EB_232581149B6F",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1235C71_E5F2_D318_41EB_232581149B6F",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE",
"x": 841.46,
"angle": 169.97,
"y": 439.81,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F654CD09_E5F2_CD09_41DD_7D98099D8BD5",
"this.overlay_F654BD09_E5F2_CD09_41E5_B32F42156ED9",
"this.overlay_F6549D0A_E5F2_CD0B_41E7_D8DFA7185BD0",
"this.popup_6E318308_4B18_F854_41CE_871409642242"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "MapViewer",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "99.875%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 1,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 1,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "90.889%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vh",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "Planos"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"thumbnailUrl": "media/photo_FEC49EA2_E159_1816_41E8_44D7B999E37A_t.jpg",
"duration": 5000,
"label": "ILUMINACI\u00d3N 2",
"id": "photo_FEC49EA2_E159_1816_41E8_44D7B999E37A",
"width": 1024,
"image": {
"levels": [
{
"url": "media/photo_FEC49EA2_E159_1816_41E8_44D7B999E37A.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 683,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5",
"start": "this.viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B59B9166_A415_DB88_41C0_34CAB9EF976D, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B59B9166_A415_DB88_41C0_34CAB9EF976D, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47VideoPlayer)",
"player": "this.viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B59B9166_A415_DB88_41C0_34CAB9EF976D",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_10_t.jpg",
"duration": 5000,
"label": "carpa8",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_10",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_10.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_camera",
"initialPosition": {
"yaw": -76.63,
"hfov": 130,
"pitch": -10.05,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B08D9608_A414_D998_4152_CEA69112F1D8",
"initialPosition": {
"yaw": -36.21,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_21_t.jpg",
"duration": 5000,
"label": "IMG_6756",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_21",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_21.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_3_t.jpg",
"duration": 5000,
"label": "IMG_9235",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_3",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_3.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_7_t.jpg",
"duration": 5000,
"label": "DSC_3067",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_7",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_7.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_2_t.jpg",
"duration": 5000,
"label": "IMG_9218",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_2",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_9_t.jpg",
"duration": 5000,
"label": "DSC_4269",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_9",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_9.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"buttonCardboardView": "this.IconButton_A91633B8_BD65_5543_41C4_D97D8D207140",
"viewerArea": "this.MainViewer",
"gyroscopeVerticalDraggingEnabled": true,
"touchControlMode": "drag_rotation",
"id": "MainViewerPanoramaPlayer",
"mouseControlMode": "drag_rotation",
"displayPlaybackBar": true,
"class": "PanoramaPlayer"
},
{
"thumbnailUrl": "media/photo_FEC4D09E_E159_082F_41CB_843B3069FDA3_t.jpg",
"duration": 5000,
"label": "DSC_0002",
"id": "photo_FEC4D09E_E159_082F_41CB_843B3069FDA3",
"width": 1024,
"image": {
"levels": [
{
"url": "media/photo_FEC4D09E_E159_082F_41CB_843B3069FDA3.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 678,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_32_t.jpg",
"duration": 5000,
"label": "IMG_9818",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_32",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_32.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A8864020_A413_5988_41BB_A4D4E68B0A4F",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window660"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_camera",
"initialPosition": {
"yaw": 150.27,
"hfov": 130,
"pitch": -9.16,
"class": "PanoramaCameraPosition"
},
"initialSequence": "this.sequence_3FBAF5EF_2DF0_39DF_41C0_2DAABEB217ED"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_48_t.jpg",
"duration": 5000,
"label": "P1013099",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_48",
"width": 800,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_48.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 451,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_B7F53359_A413_DFBB_41A6_F524EE55FCAD",
"start": "this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B3C104FF_A414_DA78_41DE_70429E62747D, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B3C104FF_A414_DA78_41DE_70429E62747D, 0)",
"begin": "this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer)",
"player": "this.MainViewerVideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B3C104FF_A414_DA78_41DE_70429E62747D",
"class": "PlayList"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_camera",
"initialPosition": {
"yaw": 151.32,
"hfov": 130,
"pitch": -5.95,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0CF765C_A414_D9B8_41D3_54538EF00C7A",
"initialPosition": {
"yaw": 55.84,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Plano Santiago Bernabeu",
"id": "map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D",
"width": 1904,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D.png",
"width": 1600,
"height": 895,
"class": "ImageResourceLevel"
},
{
"url": "media/map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D_lq.png",
"width": 342,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_696E4150_4B19_B8F5_41CE_119344DC2C60"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1066,
"fieldOfViewOverlayRadiusScale": 0.1,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_0_t.jpg",
"duration": 5000,
"label": "001_PROCHILE AM",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_0",
"width": 5279,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_0.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3226,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM28VF2",
"id": "panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": 34.54,
"distance": 1,
"backwardYaw": -84.38,
"panorama": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA"
},
{
"class": "AdjacentPanorama",
"yaw": 34.5,
"distance": 1,
"backwardYaw": -84.38,
"panorama": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA"
},
{
"class": "AdjacentPanorama",
"yaw": -124.16,
"distance": 1,
"backwardYaw": 43.59,
"panorama": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 1343.65,
"angle": -175.91,
"y": 270.53,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F7372F5F_E5F2_CD09_41D1_ED6485955CBA",
"this.overlay_F736DF5F_E5F2_CD09_41C0_832CCD81CEEC",
"this.overlay_F736CF5F_E5F2_CD09_41BC_8A1975964D7F",
"this.overlay_F736FF5F_E5F2_CD09_41EC_40A1047F2A8C",
"this.overlay_E285D738_F4E0_20B4_41E0_22C05391A7DB",
"this.overlay_E18C028B_F4E0_6054_41DF_DBD9F8A92CEA"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_camera",
"initialPosition": {
"yaw": -89.17,
"hfov": 130,
"pitch": -7.91,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 323,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84_t.jpg",
"class": "Video",
"label": "10_Paris_1956",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84",
"height": 1080,
"video": {
"mp4Url": "media/video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"overflow": "hidden",
"id": "Container_D7205B8B_DBDE_25F9_41CE_9EF6D0B65A30",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "0%",
"right": "0%",
"scrollBarColor": "#000000",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"top": "0%",
"bottom": "0%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.6,
"verticalAlign": "top",
"backgroundColor": [
"#000000",
"#000000"
],
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"contentOpaque": false,
"data": {
"name": "--FLOORPLAN"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B061A5EC_A414_DA98_41E1_8BAB3A249E49",
"initialPosition": {
"yaw": -152.41,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM44VF",
"id": "panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_t.jpg",
"overlays": [
"this.overlay_F0D6F07F_E5F1_5309_41D1_6064DE6FEA4F",
"this.overlay_F0D6E080_E5F1_53F7_41E3_47373C18A281",
"this.overlay_F0D62080_E5F1_53F7_41CF_1752BE2416D2",
"this.overlay_F0D64080_E5F1_53F7_41C7_CBDA64C0D59A",
"this.overlay_F0D78080_E5F1_53F7_41DE_EF61D3568CA8",
"this.overlay_F0D7A080_E5F1_53F7_41D4_4AEEBCC39B4E"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_6_t.jpg",
"duration": 5000,
"label": "IMG_3606",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_6",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_6.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"levels": [
{
"url": "media/popup_641F6103_6BC1_0C83_41C6_586B2581523C_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_641F6103_6BC1_0C83_41C6_586B2581523C_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_641F6103_6BC1_0C83_41C6_586B2581523C_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_641F6103_6BC1_0C83_41C6_586B2581523C_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_7B22102E_6BC1_0C85_41C5_E6CBA2CE7659",
"class": "ImageResource"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_22_t.jpg",
"duration": 5000,
"label": "IMG_6762",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_22",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_22.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_camera",
"initialPosition": {
"yaw": -74.82,
"hfov": 130,
"pitch": -3.83,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_12202A1A_05C9_8745_4171_87C7FCE8CA6A",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.9%",
"width": "3.5%",
"transparencyActive": true,
"minHeight": 1,
"borderSize": 0,
"bottom": "29.88%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 33)",
"mode": "push",
"verticalAlign": "middle",
"height": "6%",
"propagateClick": false,
"iconURL": "skin/IconButton_12202A1A_05C9_8745_4171_87C7FCE8CA6A.png",
"data": {
"name": "IconButton19784"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0EF468C_A413_2698_41D4_F99D8F3D2E54",
"initialPosition": {
"yaw": 95.62,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_37_t.jpg",
"duration": 5000,
"label": "IMG_8910",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_37",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_37.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_46763246_5285_4E41_41C3_F5A6017470B5",
"start": "this.viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834ADVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B58F316F_A415_DB98_41D8_C1A4D21F1AB9, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B58F316F_A415_DB98_41D8_C1A4D21F1AB9, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834ADVideoPlayer)",
"player": "this.viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834ADVideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B58F316F_A415_DB98_41D8_C1A4D21F1AB9",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_18_t.jpg",
"duration": 5000,
"label": "IMG_9382",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_18",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_18.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 5.29,
"rotationZ": 0,
"id": "popup_40433034_529C_C9C1_41C5_786827E0B2FB",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_40433034_529C_C9C1_41C5_786827E0B2FB_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.56,
"yaw": 30.91,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_0_t.jpg",
"duration": 5000,
"label": "DSC_1340",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_0",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_0.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_16_t.jpg",
"duration": 5000,
"label": "IMG_2086 (1)",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_16",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_16.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_1_t.jpg",
"duration": 5000,
"label": "IMG_2459",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_1",
"width": 2448,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_1.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_0_t.jpg",
"duration": 5000,
"label": "IMG_2625",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_0",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_0.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM3 PROYECTO",
"id": "panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 1120.85,
"angle": -104.44,
"y": 395.9,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_EA251E47_E5F1_CF79_41DF_EF96B2B8074F",
"this.overlay_EA25DE47_E5F1_CF79_41E3_A80DC75673C6",
"this.overlay_EA25AE47_E5F1_CF79_41E0_BD20DFD1493B",
"this.overlay_EA25BE48_E5F1_CF77_41EA_AAA4A8139B54",
"this.overlay_EA258E48_E5F1_CF77_41E8_0A29029E31F3",
"this.overlay_EA259E48_E5F1_CF77_41EA_B571E87A0A30",
"this.overlay_E4ED3B32_F4E0_20B7_41D4_3CCB667E906D",
"this.overlay_E4F400D3_F4E0_61F4_41D1_304A21449C5B",
"this.overlay_FB5CCAF9_F4E0_E1B4_41E8_502BD4CAC60C",
"this.overlay_EB35BB5B_F913_43B0_41C8_AE74B58248CB",
"this.popup_EDFED5C9_F913_4690_41B8_B09286ECFE36"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_camera",
"initialPosition": {
"yaw": -123.78,
"hfov": 130,
"pitch": -7.77,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B10506C7_A413_2697_41CE_2671C2AA3BE1",
"initialPosition": {
"yaw": 68.38,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.54,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_66ACF2A7_4B19_985B_41C7_F2F2FFDD6857",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 0.82,
"loop": false,
"yaw": -126.74,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_11_t.jpg",
"duration": 5000,
"label": "IMG_8762",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_11",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_11.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_12_t.jpg",
"duration": 5000,
"label": "IMG_9370",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_12",
"width": 3024,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_12.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 4032,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM30VF",
"id": "panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_t.jpg",
"overlays": [
"this.overlay_F4FCB80E_E5F1_D30B_41E5_9A1CC8438F2F",
"this.overlay_F4FCA80E_E5F1_D30B_41D1_A7B5A99DBF4D",
"this.overlay_F4FD580E_E5F1_D30B_41EC_875BA101D463",
"this.overlay_F4FD480E_E5F1_D30B_41E1_7E29E8B18AC8"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_36_t.jpg",
"duration": 5000,
"label": "IMG_8907",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_36",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_36.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_46763246_5285_4E41_41C3_F5A6017470B5",
"start": "this.viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B580016D_A415_DB98_41E2_D955F1F54949, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B580016D_A415_DB98_41E2_D955F1F54949, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7VideoPlayer)",
"player": "this.viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B580016D_A415_DB98_41E2_D955F1F54949",
"class": "PlayList"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B11A36A9_A413_2698_41CE_4F338437D4F5",
"initialPosition": {
"yaw": -123.32,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_19_t.jpg",
"duration": 5000,
"label": "IMG_2070 (2)",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_19",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_19.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_25_t.jpg",
"duration": 5000,
"label": "IMG_3405",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_25",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_25.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_20_t.jpg",
"duration": 5000,
"label": "zona coffee 2 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_20",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_20.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1200,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B098C5FA_A414_DA78_41DF_E9087A40F97E",
"initialPosition": {
"yaw": -152.41,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B_t.jpg",
"class": "Video",
"label": "12_Emirates_Cocktail",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B",
"height": 1080,
"video": {
"mp4Url": "media/video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.52,
"rotationZ": 0,
"id": "popup_641F6103_6BC1_0C83_41C6_586B2581523C",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_641F6103_6BC1_0C83_41C6_586B2581523C_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -3.23,
"yaw": 143.42,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"children": [
"this.HTMLText_D7201B8B_DBDE_25F9_419B_E594777B29C6",
"this.IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491",
"this.DropDown_3D997917_325E_1C1E_41BE_030B96CD295F"
],
"id": "Container_D7200B8B_DBDE_25F9_4178_50C52373E78A",
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"scrollBarColor": "#000000",
"width": "100%",
"overflow": "visible",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0,
"contentOpaque": false,
"height": 38,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0,
"minWidth": 1,
"scrollBarVisible": "rollOver",
"verticalAlign": "top",
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"data": {
"name": "header"
},
"shadow": false,
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/photo_FEC412B7_E159_087D_41D5_EBE44F871234_t.jpg",
"duration": 5000,
"label": "presentacion1",
"id": "photo_FEC412B7_E159_087D_41D5_EBE44F871234",
"width": 640,
"image": {
"levels": [
{
"url": "media/photo_FEC412B7_E159_087D_41D5_EBE44F871234.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 480,
"class": "Photo"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886",
"paddingLeft": 0,
"left": "0%",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"playbackBarProgressBorderColor": "#000000",
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 1,
"borderSize": 0,
"displayTooltipInTouchScreens": true,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"minWidth": 1,
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#0066FF",
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#FFFFFF",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": 12,
"progressBackgroundColorRatios": [
0.01
],
"top": "0%",
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"toolTipFontStyle": "normal",
"progressOpacity": 1,
"progressHeight": 10,
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "Viewer photoalbum 1"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_4_t.jpg",
"duration": 5000,
"label": "carpa 6",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_4",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_4.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"children": [
"this.Container_E235AC72_FFA3_DC6A_41EC_C90120E11863",
"this.Container_E2324C72_FFA3_DC6A_41E2_12628CB345E0"
],
"id": "Container_E2321C72_FFA3_DC6A_41D8_9BE6F1409BFF",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "0%",
"right": "0%",
"scrollBarColor": "#000000",
"overflow": "scroll",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"top": "0%",
"bottom": "0%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.6,
"click": "this.setComponentVisibility(this.Container_E2321C72_FFA3_DC6A_41D8_9BE6F1409BFF, false, 0, null, null, false)",
"verticalAlign": "top",
"backgroundColor": [
"#000000",
"#000000"
],
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"data": {
"name": "---WebMadrid"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B159C703_A413_2788_4180_CAC6739CC59C",
"initialPosition": {
"yaw": -171.79,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B12FB6E5_A413_268B_41E2_F0BAD6FE94F5",
"initialPosition": {
"yaw": 31.9,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_6_t.jpg",
"duration": 5000,
"label": "PHOTO-2018-10-01-17-34-57",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_6",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_6.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 768,
"class": "Photo"
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491",
"rollOverIconURL": "skin/IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491_rollover.png",
"width": 50,
"horizontalAlign": "right",
"paddingRight": 0,
"right": 2,
"paddingLeft": 0,
"transparencyActive": true,
"pressedIconURL": "skin/IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491_pressed.png",
"minHeight": 50,
"borderSize": 0,
"bottom": -12,
"height": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"minWidth": 50,
"click": "this.setComponentVisibility(this.Container_56D104EC_45D2_E41D_41AB_59FB068923A7, false, 0, null, null, false)",
"mode": "push",
"verticalAlign": "middle",
"propagateClick": true,
"iconURL": "skin/IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491.png",
"pressedRollOverIconURL": "skin/IconButton_D7203B8B_DBDE_25F9_41B4_18282D324491_pressed.png",
"data": {
"name": "IconButton54739"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 6.21,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_6E318308_4B18_F854_41CE_871409642242",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": -0.26,
"loop": false,
"yaw": -88.05,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_69CBF4AA_4B79_9855_41AB_04B3AC356423.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_6_t.jpg",
"duration": 5000,
"label": "Carpa de jugadores 2 - copia",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_6",
"width": 496,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_6.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 413,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM37VF",
"id": "panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"adjacentPanoramas": [
{
"panorama": "this.panorama_454413BB_5285_4EC7_41D2_474AE633600C",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_t.jpg",
"overlays": [
"this.overlay_F1432BA6_E5F6_D53B_41E8_76E8B49F5CAA",
"this.overlay_F142CBA6_E5F6_D53B_41AB_0629E9607347",
"this.overlay_F1429BA6_E5F6_D53B_41E0_826234A92340",
"this.overlay_F142ABA6_E5F6_D53B_41E1_D8762DEF4DC5",
"this.popup_6BA7F24F_7170_3EA7_41D5_EFAEC24F0112"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_camera",
"initialPosition": {
"yaw": 0,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/video_76E6B764_5AA4_828B_41CE_179742B95CCE_t.jpg",
"class": "Video",
"label": "8_Sala Jugadores Reunion",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_76E6B764_5AA4_828B_41CE_179742B95CCE",
"height": 1080,
"video": {
"mp4Url": "media/video_76E6B764_5AA4_828B_41CE_179742B95CCE.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"levels": [
{
"url": "media/popup_705296AF_5AA4_8396_41D1_4B388C33E2FB_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_705296AF_5AA4_8396_41D1_4B388C33E2FB_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_705296AF_5AA4_8396_41D1_4B388C33E2FB_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_705296AF_5AA4_8396_41D1_4B388C33E2FB_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_73E6DDE4_5B7C_818B_41D0_FF5AF638CA22",
"class": "ImageResource"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_3_t.jpg",
"duration": 5000,
"label": "IMG_9219",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_3",
"width": 7482,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_3.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3960,
"class": "Photo"
},
{
"overflow": "scroll",
"id": "Container_F7919E90_F961_5CA6_41CD_3F2AE5C091CF",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "right",
"paddingRight": 0,
"scrollBarColor": "#000000",
"width": "100%",
"gap": 0,
"layout": "horizontal",
"minHeight": 0,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"height": 60,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.3,
"verticalAlign": "top",
"minWidth": 1,
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"data": {
"name": "Container space"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 20,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/photo_FEC39068_E159_0813_41EB_22DCB87B1880_t.jpg",
"duration": 5000,
"label": "PALCO - BANQUETE 4",
"id": "photo_FEC39068_E159_0813_41EB_22DCB87B1880",
"width": 2592,
"image": {
"levels": [
{
"url": "media/photo_FEC39068_E159_0813_41EB_22DCB87B1880.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1456,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_4_t.jpg",
"duration": 5000,
"label": "IMG_9236",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_4",
"width": 5560,
"image": {
"levels": [
{
"url": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_4.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3952,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_19_t.jpg",
"duration": 5000,
"label": "zona coffee (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_19",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_19.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1200,
"class": "Photo"
},
{
"children": [
"this.HTMLText_F791AE90_F961_5CA6_41EC_D5B1452C2E5F",
"this.Button_F791DE90_F961_5CA6_41DE_417D4974729C"
],
"id": "Container_F791BE90_F961_5CA6_41E0_CDFFF82DFE7C",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"scrollBarColor": "#E73B2C",
"width": "100%",
"overflow": "scroll",
"gap": 10,
"layout": "vertical",
"minHeight": 520,
"borderSize": 0,
"scrollBarOpacity": 0.79,
"contentOpaque": false,
"paddingBottom": 30,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.3,
"minWidth": 100,
"verticalAlign": "top",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"height": "100%",
"data": {
"name": "Container text"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_10_t.jpg",
"duration": 5000,
"label": "image-09-05-16-07-27-1",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_10",
"width": 6416,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_10.jpeg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2358,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_t.png",
"playList": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_AlbumPlayList",
"label": "Album Paris",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325",
"class": "PhotoAlbum"
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_127B3C83_05CE_8344_4161_9023EA69BA18",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.9%",
"width": "3.5%",
"transparencyActive": true,
"minHeight": 1,
"borderSize": 0,
"bottom": "23.37%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 18)",
"mode": "push",
"verticalAlign": "middle",
"height": "6%",
"propagateClick": false,
"iconURL": "skin/IconButton_127B3C83_05CE_8344_4161_9023EA69BA18.png",
"data": {
"name": "IconButton21338"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0AD4632_A414_D988_41E1_E574B9BD85ED",
"initialPosition": {
"yaw": 179.69,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_3_t.jpg",
"duration": 5000,
"label": "055_PROCHILE AM",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_3",
"width": 5091,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_3.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3252,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_DF1B4836_FFE3_63EA_41E4_F13FCB6B51C4_t.jpg",
"class": "Video",
"label": "Real Madrid CF logo chroma",
"scaleMode": "fit_inside",
"width": 1280,
"loop": false,
"id": "video_DF1B4836_FFE3_63EA_41E4_F13FCB6B51C4",
"height": 720,
"video": {
"mp4Url": "media/video_DF1B4836_FFE3_63EA_41E4_F13FCB6B51C4.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_16_t.jpg",
"duration": 5000,
"label": "IMG_9376",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_16",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_16.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0E4669A_A413_26B8_419D_8C38F64C9920",
"initialPosition": {
"yaw": -136.41,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_25_t.jpg",
"duration": 5000,
"label": "IMG_9586",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_25",
"width": 9054,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_25.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3892,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_camera",
"initialPosition": {
"yaw": 0,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_5_t.jpg",
"duration": 5000,
"label": "carpa 7",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_5",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_5.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C_t.jpg",
"class": "Video",
"label": "2_Video formato rbanquete",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_737324B5_5AAD_878A_41BB_E9D7C1D4744C",
"height": 1080,
"video": {
"mp4Url": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_31_t.jpg",
"duration": 5000,
"label": "IMG_9817",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_31",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_31.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"viewerArea": "this.MapViewer",
"id": "MapViewerMapPlayer",
"movementMode": "constrained",
"class": "MapPlayer"
},
{
"thumbnailUrl": "media/video_77FEAE38_5B67_82FA_41CB_968559F25B28_t.jpg",
"class": "Video",
"label": "7_Emirates_Banquetes",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_77FEAE38_5B67_82FA_41CB_968559F25B28",
"height": 1080,
"video": {
"mp4Url": "media/video_77FEAE38_5B67_82FA_41CB_968559F25B28.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_camera",
"initialPosition": {
"yaw": 90.85,
"hfov": 130,
"pitch": 3.99,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 323,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_12_t.jpg",
"duration": 5000,
"label": "IMG_1202",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_12",
"width": 1632,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_12.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1224,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_11_t.jpg",
"duration": 5000,
"label": "image-09-05-16-07-29-2",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_11",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_11.jpeg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/photo_FEC4358D_E159_0812_41E0_6807E17BC136_t.jpg",
"duration": 5000,
"label": "IMG_5500",
"id": "photo_FEC4358D_E159_0812_41E0_6807E17BC136",
"width": 3264,
"image": {
"levels": [
{
"url": "media/photo_FEC4358D_E159_0812_41E0_6807E17BC136.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"levels": [
{
"url": "media/popup_6B956215_7170_3EBB_41D4_BE810C127821_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B956215_7170_3EBB_41D4_BE810C127821_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B956215_7170_3EBB_41D4_BE810C127821_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B956215_7170_3EBB_41D4_BE810C127821_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_48736337_52F7_237E_41B0_0FE5766B7396",
"class": "ImageResource"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "SigloXX Banquete",
"id": "map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_A30BFB6F_B0A0_B777_41D2_8BE46A3696E5",
"this.overlay_A5F28DC6_B0E1_F3A8_41C4_FC921A03CC96",
"this.overlay_A57DCCFE_B0E7_9158_41D8_F1CDD7B35403",
"this.overlay_A681A3BA_B0E1_97D8_41E0_5639842B9A20",
"this.overlay_A6404360_B0E0_9768_41D2_3F2D5E96AC7F",
"this.overlay_A753452E_B0E0_B0F8_41E0_DF21B979EFFA"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"maxHeight": 837,
"id": "Image_23B9D5F1_32C7_F412_41B8_884EB6F2CFFF",
"left": "1.15%",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"width": "13.088%",
"url": "skin/Image_23B9D5F1_32C7_F412_41B8_884EB6F2CFFF.jpg",
"minHeight": 1,
"borderSize": 0,
"bottom": "2.17%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.setComponentVisibility(this.Container_56D104EC_45D2_E41D_41AB_59FB068923A7, true, 0, null, null, false)",
"verticalAlign": "middle",
"height": "13.696%",
"propagateClick": false,
"data": {
"name": "Image10340"
},
"shadow": false,
"scaleMode": "fit_inside",
"paddingTop": 0,
"maxWidth": 1433,
"borderRadius": 0,
"class": "Image"
},
{
"thumbnailUrl": "media/video_46763246_5285_4E41_41C3_F5A6017470B5_t.jpg",
"class": "Video",
"label": "6_SigloXX_Banquete",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_46763246_5285_4E41_41C3_F5A6017470B5",
"height": 1080,
"video": {
"mp4Url": "media/video_46763246_5285_4E41_41C3_F5A6017470B5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"children": [
"this.Container_FADF0700_E0BF_0813_41DE_DFF7FC2D411E"
],
"id": "Container_FADFA706_E0BF_081F_4189_F51B92A0170C",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "0%",
"right": "0%",
"scrollBarColor": "#000000",
"overflow": "scroll",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"top": "0%",
"bottom": "0%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.6,
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, false, 0, null, null, false)",
"verticalAlign": "top",
"backgroundColor": [
"#000000",
"#000000"
],
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"contentOpaque": false,
"data": {
"name": "--PHOTOALBUM"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A8883025_A413_5988_41DC_8096C1545D1A",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window664"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_34_t.jpg",
"duration": 5000,
"label": "IMG_9827",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_34",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_34.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_camera",
"initialPosition": {
"yaw": 155.2,
"hfov": 130,
"pitch": -6.01,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM7VF",
"id": "panorama_F57809BF_E5F7_3509_41C0_58A001E36E96",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 162.78,
"angle": 266.66,
"y": 518.1,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 139.04,
"angle": -90.16,
"y": 512.19,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F578E9BF_E5F7_3509_41CE_7685AC3DADBA",
"this.overlay_F57889C0_E5F7_3577_41C8_0BB8432AC6FB",
"this.overlay_F578A9C0_E5F7_3577_41EC_200EB6E8A17A",
"this.overlay_F57929C0_E5F7_3577_41DB_842363B50C64",
"this.overlay_E1735EEE_F4E0_E1AC_41B0_D44A87DDEC25",
"this.overlay_E73C1BD6_F4E0_67FC_41E3_F3C3CC56045C",
"this.popup_705296AF_5AA4_8396_41D1_4B388C33E2FB"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8_t.jpg",
"class": "Video",
"label": "5_Emirates_reunion",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8",
"height": 1080,
"video": {
"mp4Url": "media/video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"id": "WebFrame_E843A1D4_F963_24AE_4177_31FDDF9CF4E6",
"backgroundColorRatios": [
0
],
"paddingLeft": 0,
"paddingRight": 0,
"left": "0%",
"width": "99.879%",
"url": "https://p3d.in/e/W7my0",
"minHeight": 1,
"borderSize": 0,
"top": "-0.06%",
"insetBorder": false,
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 1,
"backgroundColor": [
"#FFFFFF"
],
"propagateClick": false,
"scrollEnabled": true,
"data": {
"name": "WebFrame5642"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"height": "100.061%",
"borderRadius": 0,
"class": "WebFrame"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B0A4E63F_A414_D9F7_41DE_C5777F37705E",
"initialPosition": {
"yaw": 58.1,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM31",
"id": "panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F490442E_E5F1_530B_41C0_03663B68C850",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F490442E_E5F1_530B_41C0_03663B68C850",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 954.35,
"angle": 105.76,
"y": 585.63,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 981.64,
"angle": 109.83,
"y": 582.76,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F758F5FF_E5F7_7D09_41D2_6B30FD111631",
"this.overlay_F75815FF_E5F7_7D09_41EA_2AA69F41A830",
"this.overlay_F75875FF_E5F7_7D09_41E9_3750F6994AF7",
"this.overlay_F75F85FF_E5F7_7D09_419E_A1308F4FAFF5",
"this.overlay_E73D7A36_F4E0_20BF_41C0_EBC0C4FEDC9C"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 5.39,
"rotationZ": 0,
"id": "popup_705296AF_5AA4_8396_41D1_4B388C33E2FB",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_705296AF_5AA4_8396_41D1_4B388C33E2FB_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.81,
"yaw": 6.16,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_camera",
"initialPosition": {
"yaw": 98.04,
"hfov": 130,
"pitch": -14.27,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM25VF",
"id": "panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_t.jpg",
"overlays": [
"this.overlay_F427EB65_E5F2_D539_41E0_C251DD2A211D",
"this.overlay_F4278B65_E5F2_D539_4192_22422380A22B",
"this.overlay_F4277B66_E5F2_D53B_41CD_F91827E0297B",
"this.overlay_F4271B66_E5F2_D53B_41E3_97C7294F10C4",
"this.overlay_F4272B66_E5F2_D53B_41CF_6A1CB6D12E16",
"this.overlay_F420CB66_E5F2_D53B_41E7_C445CF6FD5B8",
"this.overlay_E0518E71_F4E1_E0B5_41E7_C7D311BF3BDE"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"hfovMax": 130,
"label": "RM34VF",
"id": "panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59",
"frames": [
{
"thumbnailUrl": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C",
"x": 844.1,
"angle": 0,
"y": 450.09,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_EF75293E_F520_20AF_41C5_CCA60D74AA61"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"items": [
{
"begin": "this.loopAlbum(this.playList_B3AA64E3_A414_DA88_41D2_80B32D9C90A9, 0)",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C",
"player": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "playList_B3AA64E3_A414_DA88_41D2_80B32D9C90A9",
"class": "PlayList"
},
{
"borderRadius": 0,
"children": [
"this.Container_FADF1700_E0BF_0813_41E7_50988A3B8F90"
],
"id": "Container_FADF0700_E0BF_0813_41DE_DFF7FC2D411E",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"left": "15%",
"right": "15%",
"scrollBarColor": "#000000",
"shadowSpread": 1,
"overflow": "visible",
"shadowColor": "#000000",
"layout": "vertical",
"gap": 10,
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"shadowOpacity": 0.3,
"shadowVerticalLength": 0,
"top": "10%",
"bottom": "10%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 1,
"verticalAlign": "top",
"creationPolicy": "inAdvance",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"shadowHorizontalLength": 0,
"data": {
"name": "Global"
},
"shadow": true,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"shadowBlurRadius": 25,
"class": "Container"
},
{
"thumbnailUrl": "media/photo_FEC41225_E159_081D_41E6_8DF692EE4878_t.jpg",
"duration": 5000,
"label": "ILUMINACI\u00d3N 3",
"id": "photo_FEC41225_E159_081D_41E6_8DF692EE4878",
"width": 600,
"image": {
"levels": [
{
"url": "media/photo_FEC41225_E159_081D_41E6_8DF692EE4878.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 400,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_camera",
"initialPosition": {
"yaw": 17.61,
"hfov": 130,
"pitch": -14.14,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM41VF",
"id": "panorama_F1235C71_E5F2_D318_41EB_232581149B6F",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE",
"x": 1313.27,
"angle": 392.26,
"y": 444.81,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F1234C71_E5F2_D318_41B5_8265DDE09B55",
"this.overlay_F1236C71_E5F2_D318_41CD_03009969FD69",
"this.overlay_F1230C72_E5F2_D318_41D6_81F8EBFCEA47",
"this.overlay_F122CC72_E5F2_D318_41E1_4A7150E03091",
"this.overlay_F1229C72_E5F2_D318_41DC_19FE39C6A1B5",
"this.overlay_F122AC72_E5F2_D318_41D6_19AB274905EB",
"this.overlay_F1225C72_E5F2_D318_41D1_E65A89CF54FA",
"this.overlay_E2E5C106_F521_E05F_41E4_721AD858ED1E",
"this.popup_641F6103_6BC1_0C83_41C6_586B2581523C"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"hfovMax": 130,
"label": "RM19VF",
"id": "panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 1194.86,
"angle": -168.63,
"y": 169.84,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 664.89,
"angle": -170.68,
"y": 329.08,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 611.95,
"angle": -168.39,
"y": 354.23,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F1BA77CB_E5F1_5D09_41E5_8C2A462B1B4B",
"this.overlay_F1BA57CB_E5F1_5D09_41E8_1FC92331F48F",
"this.overlay_F1BA97CB_E5F1_5D09_41E1_3D350D3EE638",
"this.overlay_F1BAE7CB_E5F1_5D09_41EB_49F9650E5887",
"this.overlay_F1BAC7CC_E5F1_5D0F_41EA_3CA0FBAA4760",
"this.overlay_F1BB27CC_E5F1_5D0F_41D3_13B720131759"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A815D12A_A413_5B98_41E3_38A54D6CD9DB",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window675"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A814E12A_A413_5B98_41CD_434A22524DDF",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window676"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"hfovMax": 130,
"label": "RM36VF",
"id": "panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039",
"frames": [
{
"thumbnailUrl": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_908361A2_B1A0_93E8_41E4_0E4F477F6763",
"x": 838.96,
"angle": 306.75,
"y": 452.59,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F0B70DC5_E5F3_4D78_41D9_FB061A2EE330",
"this.popup_684A8E3C_4B78_A8AD_41BF_1606A5C3921C"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"hfovMax": 130,
"label": "RM8VF2",
"id": "panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 801.18,
"angle": -44.42,
"y": 452.73,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F41392D3_E5F3_F718_41E4_CBB902026528",
"this.overlay_F41262D3_E5F3_F718_41E1_8ED56D21ACCA",
"this.overlay_F41252D3_E5F3_F718_41E8_E4535199C36E"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_47_t.jpg",
"duration": 5000,
"label": "P1013067",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_47",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_47.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2272,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_9_t.jpg",
"duration": 5000,
"label": "carpa1",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_9",
"width": 800,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_9.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 533,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_camera",
"initialPosition": {
"yaw": 159.17,
"hfov": 130,
"pitch": -5.3,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_camera",
"initialPosition": {
"yaw": 61.69,
"hfov": 130,
"pitch": -5.91,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_3_t.jpg",
"duration": 5000,
"label": "DSC_0502",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_3",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_3.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_camera",
"initialPosition": {
"yaw": 94.77,
"hfov": 130,
"pitch": -8.26,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/photo_FEC51433_E159_0875_41D2_07A9548959AD_t.jpg",
"duration": 5000,
"label": "DSC_1327",
"id": "photo_FEC51433_E159_0875_41D2_07A9548959AD",
"width": 3840,
"image": {
"levels": [
{
"url": "media/photo_FEC51433_E159_0875_41D2_07A9548959AD.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_37_t.jpg",
"duration": 5000,
"label": "MEJOR CLUB SXX 2 (1)",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_37",
"width": 6680,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_37.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3102,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM23VF2",
"id": "panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 501.05,
"angle": -11.82,
"y": 397.1,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 1225.05,
"angle": -21.8,
"y": 167.51,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 1194.9,
"angle": -19.2,
"y": 172.51,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F0902D17_E5F1_CD19_41CF_C0FC0E213FFC",
"this.overlay_F090CD17_E5F1_CD18_41E8_86A4194390CE",
"this.overlay_F0908D18_E5F1_CD17_41E9_452107464236",
"this.overlay_F0917D18_E5F1_CD17_41CD_C79775A8891C",
"this.overlay_F093ED18_E5F1_CD17_41DD_F218275898CC",
"this.overlay_F0938D19_E5F1_CD09_41E9_D4CED3612DF2"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"children": [
"this.Container_D721FB8B_DBDE_25F9_41D8_2FFB17962337"
],
"id": "Container_56D104EC_45D2_E41D_41AB_59FB068923A7",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "0%",
"scrollBarColor": "#000000",
"width": "48.25%",
"overflow": "scroll",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"top": "0%",
"contentOpaque": false,
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.3,
"verticalAlign": "top",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"height": "49.18%",
"data": {
"name": "VisorMini"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_5_t.jpg",
"duration": 5000,
"label": "IMG_3605 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_5",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_5.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_camera",
"initialPosition": {
"yaw": 40.61,
"hfov": 130,
"pitch": -7.51,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM39VF",
"id": "panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_t.jpg",
"overlays": [
"this.overlay_F0C927EA_E5F1_5D0B_41E0_B229A2C17FE7",
"this.overlay_F0C907EB_E5F1_5D09_41A0_576C45AA74CF",
"this.overlay_F0C947EB_E5F1_5D09_41E7_0933DB171AA0",
"this.overlay_F0C997EB_E5F1_5D09_41A0_B80C09F0B89B",
"this.overlay_F0C9F7EB_E5F1_5D09_41B8_91866B563B60",
"this.overlay_F0CE37EB_E5F1_5D09_41BA_197F1452F513"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_1_t.jpg",
"duration": 5000,
"label": "carpa 3",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_1",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_1.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_0_t.jpg",
"duration": 5000,
"label": "banquete 4",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_0",
"width": 1632,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_0.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1224,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM24VF",
"id": "panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_t.jpg",
"overlays": [
"this.overlay_F5505050_E5F1_3318_41C7_CF016E0D25B4",
"this.overlay_F5501050_E5F1_3318_41C2_59BCC3E9524E",
"this.overlay_F5503050_E5F1_3318_41D7_C0FF3D1134F8",
"this.overlay_F551C050_E5F1_3318_41CD_284747C55BD1",
"this.overlay_F551D050_E5F1_3318_41DE_3BAB566A27E3",
"this.popup_66ACF2A7_4B19_985B_41C7_F2F2FFDD6857"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "SigloXX Reunion",
"id": "map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_A8D3A4A9_B0E0_71F9_41AB_CCB5DF454A48",
"this.overlay_A8AF1699_B0E0_91D9_41D7_17C4D735E252",
"this.overlay_AC6ED351_B061_B0A9_4191_16560C3E3D04",
"this.overlay_A9197CE3_B060_9168_4198_E190E2FD824A",
"this.overlay_AB835433_B060_90E8_41C8_A5CE1066440A",
"this.overlay_AB3C3326_B060_90E8_41DB_E519C77948D8"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_7_t.jpg",
"duration": 5000,
"label": "DSC_0010 (1)",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_7",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_7.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 678,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_BC652567_A414_DB88_41B8_A87113D0BA86",
"initialPosition": {
"yaw": -145.46,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_18_t.jpg",
"duration": 5000,
"label": "IMG_2068 (2)",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_18",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_18.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"id": "HTMLText_F791AE90_F961_5CA6_41EC_D5B1452C2E5F",
"paddingLeft": 10,
"paddingRight": 10,
"scrollBarColor": "#04A3E1",
"width": "100%",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"minWidth": 1,
"paddingBottom": 20,
"backgroundOpacity": 0,
"scrollBarVisible": "rollOver",
"height": "100%",
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"html": "<div style=\"text-align:left; color:#000; \"><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"color:#04a3e1;font-size:7.76vh;font-family:'Bebas Neue Bold';\">___</SPAN></SPAN></DIV><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:6.67vh;font-family:'Bebas Neue Bold';\">Modelo 3D</SPAN></SPAN></DIV><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:3.93vh;font-family:'Bebas Neue Bold';\">Estadio</SPAN></SPAN></DIV><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:3.93vh;font-family:'Bebas Neue Bold';\">Santiago Bernabeu</SPAN></SPAN></DIV><p STYLE=\"margin:0; line-height:3.39vh;\"><BR STYLE=\"letter-spacing:0vh;color:#000000;font-size:0.98vh;font-family:Arial, Helvetica, sans-serif;\"/></p><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"color:#04a3e1;font-size:3.61vh;font-family:'Bebas Neue Bold';\">R\u00e9plica 3D del estadio de futbol del Real Madrid Club de Futbol.</SPAN></SPAN></DIV><p STYLE=\"margin:0; line-height:1.09vh;\"><BR STYLE=\"letter-spacing:0vh;color:#000000;font-size:0.98vh;font-family:Arial, Helvetica, sans-serif;\"/></p><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:1.09vh;\">Si desea adquirir una replica del m\u00edtico estadio Santiago Bernabeu impresa en 3D con una alta fidelidad pulsa el bot\u00f3n de comprar.</SPAN></SPAN></DIV><p STYLE=\"margin:0; line-height:1.09vh;\"><BR STYLE=\"letter-spacing:0vh;color:#000000;font-size:0.98vh;font-family:Arial, Helvetica, sans-serif;\"/></p><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:1.09vh;\">Disponible en varios colores y acabados.</SPAN></SPAN></DIV><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:1.09vh;\">Para m\u00e1s informaci\u00f3n contacta con nosotros o entra en la p\u00e1gina de venta</SPAN></SPAN></DIV><p STYLE=\"margin:0; line-height:2.62vh;\"><BR STYLE=\"letter-spacing:0vh;color:#000000;font-size:0.98vh;font-family:Arial, Helvetica, sans-serif;\"/></p><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-size:2.62vh;font-family:'Bebas Neue Bold';\"><B>Precio:</B></SPAN></SPAN></DIV><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"color:#04a3e1;font-size:3.61vh;font-family:'Bebas Neue Bold';\"><B>15</B></SPAN><SPAN STYLE=\"color:#04a3e1;font-size:2.4vh;font-family:'Bebas Neue Bold';\"><B>\u20ac</B></SPAN></SPAN></DIV></div>",
"data": {
"name": "HTMLText"
},
"shadow": false,
"paddingTop": 0,
"borderRadius": 0,
"class": "HTMLText"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_camera",
"initialPosition": {
"yaw": -58.37,
"hfov": 130,
"pitch": -10.06,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_18_t.jpg",
"duration": 5000,
"label": "IMG_2172",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_18",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_18.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "PalcoVolado1V2",
"id": "panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA",
"adjacentPanoramas": [
{
"panorama": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_t.jpg",
"overlays": [
"this.overlay_5927000E_49F8_986C_41C2_DC0126694535",
"this.overlay_59CFEA9A_49F8_A875_41C2_D8312EE9E242",
"this.overlay_59CF2A9A_49F8_A875_41C3_36EB0AB4557D"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_15_t.jpg",
"duration": 5000,
"label": "IMG_9375",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_15",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_15.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_8_t.jpg",
"duration": 5000,
"label": "IMG_8754",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_8",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_8.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Palco de Honor Banquete",
"id": "map_A493B22B_B0A0_90F8_41DC_515312B82728",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_A493A22B_B0A0_90F8_41DC_64D21CC99502",
"this.overlay_A493922B_B0A0_90F8_41BC_1D876B53F9D7",
"this.overlay_A492022C_B0A0_90F8_41E5_FCC1985DB09B",
"this.overlay_A492722C_B0A0_90F8_41D1_F7F1B96CB559",
"this.overlay_A492622C_B0A0_90F8_41DE_56CD0DF1A019",
"this.overlay_A492422C_B0A0_90F8_41B3_AD2E3553FCB1",
"this.overlay_AF1B985B_B06F_B159_41C0_04FE7120F1A9",
"this.overlay_8E62F649_9DBF_E16B_41C5_F90379258CD5"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.3,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_15_t.jpg",
"duration": 5000,
"label": "IMG_2079",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_15",
"width": 1632,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_15.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1224,
"class": "Photo"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 5.32,
"rotationZ": 0,
"id": "popup_6B673206_7170_3E99_41BD_5EC84C08D281",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_6B673206_7170_3E99_41BD_5EC84C08D281_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -14.3,
"yaw": -86.41,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_30_t.jpg",
"duration": 5000,
"label": "IMG_9816",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_30",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_30.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"automaticZoomSpeed": 10,
"id": "panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_camera",
"initialPosition": {
"yaw": 0,
"hfov": 95,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"class": "PanoramaCamera"
},
{
"fieldOfViewOverlayOutsideColor": "#000000",
"minimumZoomFactor": 0.5,
"label": "Palco de Honor Reunion",
"id": "map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"width": 1920,
"initialZoomFactor": 1,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2.png",
"width": 1600,
"height": 900,
"class": "ImageResourceLevel"
},
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_lq.png",
"width": 341,
"tags": "preload",
"height": 192,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"thumbnailUrl": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_t.png",
"fieldOfViewOverlayOutsideOpacity": 0,
"fieldOfViewOverlayInsideColor": "#0066CC",
"overlays": [
"this.overlay_A32143BC_B0A0_97D8_41D2_1B59A9CCD08A",
"this.overlay_A32133BC_B0A0_97D8_41E3_FA92B54ED1AA",
"this.overlay_A32123BC_B0A0_97D8_41E1_A47AD2CB19F4",
"this.overlay_A32103BC_B0A0_97D8_41BD_6F1018139CA1",
"this.overlay_A321F3BC_B0A0_97D8_41D5_88E1AA0C2CA8",
"this.overlay_AFFF9004_B060_90A8_41E6_032B5FBD5FC2",
"this.overlay_AF5F76DA_B067_9158_41D8_4464D0C2F1E7",
"this.overlay_AF15844B_B060_70B8_41B7_54D4316FAA6E",
"this.overlay_89FCC6DB_9DBD_2168_41DA_73E9C00957DD"
],
"scaleMode": "fit_inside",
"fieldOfViewOverlayInsideOpacity": 0.4,
"maximumZoomFactor": 1.2,
"height": 1080,
"fieldOfViewOverlayRadiusScale": 0.2,
"class": "Map"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_20_t.jpg",
"duration": 5000,
"label": "IMG_6118",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_20",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_20.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"textDecoration": "none",
"popUpShadowOpacity": 0,
"id": "DropDown_3D997917_325E_1C1E_41BE_030B96CD295F",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 5,
"arrowBeforeLabel": false,
"popUpShadowBlurRadius": 6,
"paddingRight": 5,
"left": "32.31%",
"right": "35.81%",
"gap": 0,
"fontFamily": "Arial",
"minHeight": 20,
"borderSize": 0,
"popUpBackgroundOpacity": 0.72,
"arrowColor": "#0066FF",
"popUpGap": 0,
"top": "-0.02%",
"popUpShadowColor": "#000000",
"popUpFontColor": "#000000",
"minWidth": 200,
"paddingBottom": 0,
"fontColor": "#333333",
"backgroundOpacity": 0.72,
"fontSize": 14,
"popUpShadowSpread": 1,
"popUpShadow": false,
"backgroundColor": [
"#00529F",
"#0099FF"
],
"propagateClick": false,
"rollOverPopUpBackgroundColor": "#FFFFFF",
"fontStyle": "normal",
"selectedPopUpFontColor": "#FFFFFF",
"height": "34.247%",
"playList": "this.DropDown_3D997917_325E_1C1E_41BE_030B96CD295F_playlist",
"data": {
"name": "DropDown1204"
},
"shadow": false,
"popUpBorderRadius": 0,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"popUpBackgroundColor": "#FFFFFF",
"selectedPopUpBackgroundColor": "#0066FF",
"fontWeight": "normal",
"borderRadius": 4,
"class": "DropDown"
},
{
"closeButtonBackgroundColorDirection": "vertical",
"id": "window_A88FA02B_A413_5998_41D3_C3D8CF3906F2",
"backgroundColorRatios": [],
"layout": "vertical",
"shadowSpread": 1,
"headerBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonPressedBackgroundColorDirection": "vertical",
"headerBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingLeft": 0,
"gap": 10,
"footerHeight": 5,
"minHeight": 20,
"borderSize": 0,
"footerBackgroundColorDirection": "vertical",
"contentOpaque": false,
"closeButtonPaddingTop": 5,
"modal": true,
"shadowVerticalLength": 0,
"closeButtonRollOverIconColor": "#666666",
"veilHideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"veilColorRatios": [
0,
1
],
"minWidth": 20,
"closeButtonPressedBorderSize": 0,
"footerBackgroundColor": [
"#FFFFFF",
"#EEEEEE",
"#DDDDDD"
],
"closeButtonIconColor": "#000000",
"titleFontFamily": "Arial",
"closeButtonPressedBorderColor": "#000000",
"titlePaddingTop": 5,
"backgroundColor": [],
"headerVerticalAlign": "middle",
"closeButtonPressedBackgroundColorRatios": [
0,
0.1,
1
],
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"bodyPaddingRight": 0,
"headerPaddingTop": 10,
"headerPaddingRight": 0,
"showEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadow": true,
"closeButtonRollOverBorderColor": "#000000",
"bodyPaddingTop": 0,
"veilOpacity": 0.4,
"backgroundColorDirection": "vertical",
"bodyBackgroundColor": [
"#FFFFFF",
"#DDDDDD",
"#FFFFFF"
],
"closeButtonPressedIconColor": "#888888",
"closeButtonBackgroundOpacity": 0.3,
"bodyPaddingBottom": 0,
"titlePaddingLeft": 5,
"headerBackgroundColorDirection": "vertical",
"titleFontSize": "1.29vmin",
"closeButtonBorderRadius": 0,
"bodyPaddingLeft": 0,
"class": "Window",
"children": [
"this.viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834AD"
],
"headerPaddingLeft": 10,
"closeButtonPressedBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonRollOverBackgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"overflow": "scroll",
"horizontalAlign": "center",
"paddingRight": 0,
"headerBackgroundOpacity": 0,
"scrollBarColor": "#000000",
"titlePaddingRight": 5,
"titlePaddingBottom": 5,
"veilShowEffect": {
"class": "FadeInEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowColor": "#000000",
"bodyBackgroundColorRatios": [
0,
0.5,
1
],
"veilColor": [
"#000000",
"#000000"
],
"closeButtonBackgroundColorRatios": [
0,
0.1,
1
],
"closeButtonBorderColor": "#000000",
"closeButtonBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"closeButtonPressedIconLineWidth": 5,
"scrollBarOpacity": 0.5,
"scrollBarVisible": "rollOver",
"closeButtonRollOverIconLineWidth": 5,
"closeButtonPaddingRight": 5,
"closeButtonRollOverBackgroundOpacity": 0.3,
"shadowOpacity": 0.5,
"closeButtonIconWidth": 20,
"paddingBottom": 0,
"backgroundOpacity": 1,
"footerBackgroundColorRatios": [
0,
0.9,
1
],
"closeButtonIconLineWidth": 5,
"verticalAlign": "middle",
"closeButtonRollOverBackgroundColorDirection": "vertical",
"closeButtonRollOverBackgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"propagateClick": false,
"closeButtonPressedBackgroundOpacity": 0.3,
"closeButtonPaddingBottom": 5,
"closeButtonBorderSize": 0,
"bodyBackgroundColorDirection": "vertical",
"headerPaddingBottom": 5,
"closeButtonRollOverBorderSize": 0,
"closeButtonIconHeight": 20,
"bodyBackgroundOpacity": 0,
"hideEffect": {
"class": "FadeOutEffect",
"duration": 500,
"easing": "cubic_in_out"
},
"shadowHorizontalLength": 3,
"data": {
"name": "Window665"
},
"borderRadius": 5,
"footerBackgroundOpacity": 0,
"paddingTop": 0,
"closeButtonPaddingLeft": 5
},
{
"items": [
{
"media": "this.video_69E7E132_4BE8_B8B5_41CC_4D86D108C577",
"start": "this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B3C2E4FF_A414_DA78_41C2_01A2D91A8BDA, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B3C2E4FF_A414_DA78_41C2_01A2D91A8BDA, 0)",
"begin": "this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer)",
"player": "this.MainViewerVideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B3C2E4FF_A414_DA78_41C2_01A2D91A8BDA",
"class": "PlayList"
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78",
"left": 10,
"rollOverIconURL": "skin/IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78_rollover.png",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"pressedIconURL": "skin/IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78_pressed.png",
"transparencyActive": false,
"width": "14.22%",
"minHeight": 50,
"borderSize": 0,
"top": "20%",
"bottom": "20%",
"minWidth": 50,
"paddingBottom": 0,
"backgroundOpacity": 0,
"mode": "push",
"verticalAlign": "middle",
"propagateClick": true,
"iconURL": "skin/IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78.png",
"pressedRollOverIconURL": "skin/IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78_pressed.png",
"data": {
"name": "IconButton <"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.17,
"rotationZ": 0,
"id": "popup_52EF5213_4EA4_9A1F_418B_A8ECABB0A634",
"showDuration": 500,
"popupMaxHeight": "95%",
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"image": {
"levels": [
{
"url": "media/popup_52EF5213_4EA4_9A1F_418B_A8ECABB0A634_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.99,
"yaw": 0.77,
"popupDistance": 100,
"class": "PopupPanoramaOverlay"
},
{
"borderRadius": 0,
"children": [
"this.Container_F7915E90_F961_5CA6_41D2_2F4D65B66162",
"this.Container_F7916E90_F961_5CA6_41EB_383A9FDA294E"
],
"id": "Container_F7913E90_F961_5CA6_41ED_B6D4CECE4382",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "10%",
"right": "10%",
"scrollBarColor": "#000000",
"shadowSpread": 1,
"overflow": "scroll",
"shadowColor": "#000000",
"gap": 10,
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"layout": "horizontal",
"shadowOpacity": 0.3,
"shadowVerticalLength": 0,
"bottom": "5%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 1,
"top": "5%",
"verticalAlign": "top",
"creationPolicy": "inAdvance",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"shadow": true,
"shadowHorizontalLength": 0,
"data": {
"name": "Global"
},
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"shadowBlurRadius": 25,
"class": "Container"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_camera",
"initialPosition": {
"yaw": 47.85,
"hfov": 130,
"pitch": -8.61,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"levels": [
{
"url": "media/popup_6B673206_7170_3E99_41BD_5EC84C08D281_0_0.jpg",
"width": 3750,
"height": 2917,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B673206_7170_3E99_41BD_5EC84C08D281_0_1.jpg",
"width": 2048,
"height": 1593,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B673206_7170_3E99_41BD_5EC84C08D281_0_2.jpg",
"width": 1024,
"height": 796,
"class": "ImageResourceLevel"
},
{
"url": "media/popup_6B673206_7170_3E99_41BD_5EC84C08D281_0_3.jpg",
"width": 512,
"height": 398,
"class": "ImageResourceLevel"
}
],
"id": "ImageResource_487C4338_52F7_2372_41B7_75FB78757C50",
"class": "ImageResource"
},
{
"hfovMax": 130,
"label": "RM6VF Palco coctail2",
"id": "panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"adjacentPanoramas": [
{
"panorama": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57809BF_E5F7_3509_41C0_58A001E36E96",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57809BF_E5F7_3509_41C0_58A001E36E96",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 270.47,
"angle": 352.66,
"y": 418.55,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 301.1,
"angle": 0,
"y": 386.57,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_EA3074C8_E5F1_5308_41EC_3175753C9358",
"this.overlay_EA3064C9_E5F1_5308_41EB_CF4EFF96C1BA",
"this.overlay_EA3044C9_E5F1_5308_41B2_EF9F5E396216",
"this.overlay_EA31A4C9_E5F1_5308_41A7_8C355603AFB1",
"this.overlay_EA3184C9_E5F1_5308_41D3_6668CDD1ED86",
"this.overlay_EA31F4C9_E5F1_5308_41D4_1709D6911684",
"this.overlay_EA31E4C9_E5F1_5308_41E3_AAD966CDD94F",
"this.overlay_EA31C4CA_E5F1_5308_41EB_4E3C037473E9"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"children": [
"this.Container_F7913E90_F961_5CA6_41ED_B6D4CECE4382",
"this.Container_F791EE91_F961_5CA6_41C2_09496FE8B140"
],
"id": "Container_F7900E91_F961_5CA6_41C4_ECBF5FB4BBA3",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"left": "0%",
"right": "0%",
"scrollBarColor": "#000000",
"overflow": "scroll",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"top": "0%",
"bottom": "0%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.6,
"click": "this.setComponentVisibility(this.Container_F7900E91_F961_5CA6_41C4_ECBF5FB4BBA3, false, 0, null, null, false)",
"verticalAlign": "top",
"backgroundColor": [
"#000000",
"#000000"
],
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"data": {
"name": "--INFO berna"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/photo_FEC47F41_E159_1812_41E5_D203C3DE0A88_t.jpg",
"duration": 5000,
"label": "PalcodeHonor_teatro cat\u00e1logo 001",
"id": "photo_FEC47F41_E159_1812_41E5_D203C3DE0A88",
"width": 1024,
"image": {
"levels": [
{
"url": "media/photo_FEC47F41_E159_1812_41E5_D203C3DE0A88.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 466,
"class": "Photo"
},
{
"children": [
"this.Container_F7919E90_F961_5CA6_41CD_3F2AE5C091CF",
"this.Container_F791BE90_F961_5CA6_41E0_CDFFF82DFE7C",
"this.Container_F791FE91_F961_5CA6_41E5_831B3E68C6F1"
],
"id": "Container_F7916E90_F961_5CA6_41EB_383A9FDA294E",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 50,
"horizontalAlign": "left",
"paddingRight": 50,
"scrollBarColor": "#0069A3",
"width": "50%",
"overflow": "visible",
"gap": 0,
"layout": "vertical",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.51,
"contentOpaque": false,
"paddingBottom": 20,
"creationPolicy": "inAdvance",
"backgroundOpacity": 1,
"minWidth": 460,
"verticalAlign": "top",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"height": "100%",
"data": {
"name": "-right"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 20,
"borderRadius": 0,
"class": "Container"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_2_t.jpg",
"duration": 5000,
"label": "DSC_0133",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_2",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"overflow": "scroll",
"id": "Container_F791FE91_F961_5CA6_41E5_831B3E68C6F1",
"backgroundColorRatios": [
0,
1
],
"width": 370,
"horizontalAlign": "left",
"paddingRight": 0,
"scrollBarColor": "#000000",
"paddingLeft": 0,
"gap": 10,
"layout": "horizontal",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"height": 40,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.3,
"verticalAlign": "top",
"minWidth": 1,
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"data": {
"name": "Container space"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_camera",
"initialPosition": {
"yaw": 147.99,
"hfov": 130,
"pitch": -2.15,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_125337CB_05C9_8CDB_4185_5795CF2BE89B",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.9%",
"width": "3.5%",
"transparencyActive": true,
"minHeight": 1,
"borderSize": 0,
"bottom": "16.84%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mode": "push",
"verticalAlign": "middle",
"height": "6%",
"propagateClick": false,
"iconURL": "skin/IconButton_125337CB_05C9_8CDB_4185_5795CF2BE89B.png",
"data": {
"name": "IconButton20820"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_camera",
"initialPosition": {
"yaw": 0,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/photo_FEC9BBDF_E159_382D_41E9_75B7476EA454_t.jpg",
"duration": 5000,
"label": "PALCO - BANQUETE 3",
"id": "photo_FEC9BBDF_E159_382D_41E9_75B7476EA454",
"width": 2048,
"image": {
"levels": [
{
"url": "media/photo_FEC9BBDF_E159_382D_41E9_75B7476EA454.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1536,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_5_t.jpg",
"duration": 5000,
"label": "DSC_3040",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_5",
"width": 3840,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_5.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2160,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "camera_B07445C2_A414_DA88_41D0_4D28C9455403",
"initialPosition": {
"yaw": -145.46,
"hfov": 130,
"pitch": 0,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_7_t.jpg",
"duration": 5000,
"label": "PHOTO-2018-10-01-17-34-59",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_7",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_7.jpg",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 768,
"class": "Photo"
},
{
"items": [
{
"begin": "this.loopAlbum(this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212, 0)",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0",
"player": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "playList_B39F44BC_A414_DAF8_41DC_D9726F14D212",
"class": "PlayList"
},
{
"hfovMax": 130,
"label": "DSC00636 Panorama",
"id": "panorama_F490442E_E5F1_530B_41C0_03663B68C850",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 760.31,
"angle": -37.57,
"y": 585.63,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 767.69,
"angle": -36.6,
"y": 557.48,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F4906433_E5F1_5319_41E7_3D93496A12CF",
"this.overlay_F4909433_E5F1_5319_41E1_A25BDB3795AC",
"this.overlay_F490D433_E5F1_5319_41E4_C4B28A4FDC0F",
"this.overlay_F490C433_E5F1_5319_41D7_BBA514689BCE"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"hfovMax": 130,
"label": "RM40VF",
"id": "panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": 69.55,
"distance": 1,
"backwardYaw": -0.31,
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C"
},
{
"class": "AdjacentPanorama",
"yaw": 69.49,
"distance": 1,
"backwardYaw": -0.31,
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": 56.68,
"distance": 1,
"backwardYaw": -121.9,
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38"
},
{
"class": "AdjacentPanorama",
"yaw": 56.56,
"distance": 1,
"backwardYaw": -121.9,
"panorama": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": 43.59,
"distance": 1,
"backwardYaw": -124.16,
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31"
},
{
"class": "AdjacentPanorama",
"yaw": 43.48,
"distance": 1,
"backwardYaw": -124.16,
"panorama": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 1636.14,
"angle": 189.58,
"y": 157.34,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"x": 1648.78,
"angle": 196.16,
"y": 185.15,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 1643.78,
"angle": 189.45,
"y": 180.15,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F63F689D_E5F2_D308_41EB_94B96A4D9C74",
"this.overlay_F63F389D_E5F2_D308_41D7_B1A266616774",
"this.overlay_F638F89D_E5F2_D308_41C1_3F96930C1C6F",
"this.overlay_F638D89D_E5F2_D308_41B0_7710115FC06D",
"this.overlay_F638A89D_E5F2_D308_41D5_062C1CAEFA21",
"this.overlay_F638789E_E5F2_D308_41C6_5400E00AA140",
"this.overlay_F638589E_E5F2_D308_41E3_36AB1A949096",
"this.overlay_F638189E_E5F2_D308_41EC_92E5A330AD9B",
"this.overlay_F639F89E_E5F2_D308_41E1_CC17D82009A8",
"this.overlay_F639B89E_E5F2_D308_41DC_C2C32CD83F21",
"this.overlay_F63F189F_E5F2_D308_41E5_BDC38B4556DE",
"this.overlay_F638E89F_E5F2_D308_41C1_13E93B6B7AD1",
"this.overlay_F638B89F_E5F2_D308_41E0_71D97C30BD12",
"this.overlay_F638889F_E5F2_D308_41B0_7AD6B45030C5",
"this.overlay_F638789F_E5F2_D308_41E2_89CCF25F5037",
"this.overlay_F638589F_E5F2_D308_41D1_02C4D930710E",
"this.popup_41892542_529D_CA41_41D0_6584609C40C0",
"this.popup_40433034_529C_C9C1_41C5_786827E0B2FB"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_t.png",
"playList": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_AlbumPlayList",
"label": "Album de Fotos Sala del Rey",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C",
"class": "PhotoAlbum"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_38_t.jpg",
"duration": 5000,
"label": "IMG_9232",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_38",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_38.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"hfovMax": 110,
"label": "RM1VF Entrada escudo",
"id": "panorama_F788F832_E5F1_7318_41EB_D519F4CA9803",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 1459.35,
"angle": 221.73,
"y": 277.93,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 1481.37,
"angle": 219.19,
"y": 272.4,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F788D832_E5F1_7318_41CA_A3E8AA6E4B02",
"this.overlay_F7893833_E5F1_7318_41E9_E969E6B751F0",
"this.overlay_F7896833_E5F1_7318_41E4_75205EB3E590",
"this.overlay_F7895833_E5F1_7318_41E4_714E5F9A3E4F",
"this.overlay_F789B833_E5F1_7318_41E4_7AB0D3B4F1B7",
"this.overlay_F789E833_E5F1_7318_41EA_0EF7EC1B49D6",
"this.overlay_F789F833_E5F1_7318_41E1_D416A381BF60",
"this.overlay_F78E3833_E5F1_7318_41D8_3C52A2184E49",
"this.popup_52EF5213_4EA4_9A1F_418B_A8ECABB0A634",
"this.overlay_E1D16FDD_FFA1_3C5F_41EB_A5284333586B",
"this.overlay_B71A537D_A413_3E7B_41E4_4CD65978DE23"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_camera",
"initialPosition": {
"yaw": 106.87,
"hfov": 130,
"pitch": -1.42,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"items": [
{
"media": "this.video_54951A51_49AD_8A1B_41C5_1D90F7FA0374",
"start": "this.viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B57BE14A_A415_DB98_41B8_F3B8C8411FD2, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B57BE14A_A415_DB98_41B8_F3B8C8411FD2, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3VideoPlayer)",
"player": "this.viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B57BE14A_A415_DB98_41B8_F3B8C8411FD2",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_2_t.jpg",
"duration": 5000,
"label": "carpa 4",
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_2",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C89551C_05C3_A6EE_4173_D111919B598D_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_46_t.jpg",
"duration": 5000,
"label": "P1013063",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_46",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_46.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2272,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_4_t.jpg",
"duration": 5000,
"label": "IMG_0482 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_4",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_4.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"maxHeight": 42,
"id": "IconButton_A91633B8_BD65_5543_41C4_D97D8D207140",
"width": 42,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "0.12%",
"paddingLeft": 0,
"transparencyActive": false,
"minHeight": 1,
"borderSize": 0,
"top": "45.43%",
"height": 42,
"paddingBottom": 0,
"backgroundOpacity": 0,
"minWidth": 1,
"mode": "push",
"verticalAlign": "middle",
"propagateClick": false,
"iconURL": "skin/IconButton_A91633B8_BD65_5543_41C4_D97D8D207140.png",
"data": {
"name": "IconButton6362"
},
"shadow": false,
"paddingTop": 0,
"cursor": "hand",
"maxWidth": 42,
"borderRadius": 0,
"class": "IconButton"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_19_t.jpg",
"duration": 5000,
"label": "IMG_5537 (1)",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_19",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_19.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_1_t.jpg",
"duration": 5000,
"label": "DSCF2632 (1)",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_1",
"width": 1600,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_1.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 1200,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_13_t.jpg",
"duration": 5000,
"label": "IMG_9372",
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_13",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_13.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"thumbnailUrl": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955_t.jpg",
"class": "Video",
"label": "4_Video Vistas al campo",
"scaleMode": "fit_inside",
"width": 1920,
"loop": false,
"id": "video_731368F5_5AA5_8F8A_41D3_B318501AD955",
"height": 1080,
"video": {
"mp4Url": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_2_t.jpg",
"duration": 5000,
"label": "027",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_2",
"width": 1024,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_2.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 506,
"class": "Photo"
},
{
"children": [
"this.IconButton_F7901E91_F961_5CA6_41CF_E392C78D0B09"
],
"id": "Container_F791EE91_F961_5CA6_41C2_09496FE8B140",
"left": "10%",
"paddingLeft": 0,
"horizontalAlign": "right",
"paddingRight": 20,
"right": "10%",
"scrollBarColor": "#000000",
"overflow": "visible",
"gap": 10,
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"layout": "vertical",
"top": "5%",
"bottom": "80%",
"minWidth": 1,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0,
"scrollBarVisible": "rollOver",
"verticalAlign": "top",
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"data": {
"name": "Container X global"
},
"shadow": false,
"paddingTop": 20,
"borderRadius": 0,
"class": "Container"
},
{
"hfovMax": 130,
"label": "RM11VF",
"id": "panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_t.jpg",
"overlays": [
"this.overlay_F57AB309_E5F1_5509_41D5_0D6D321908A6",
"this.overlay_F57AA309_E5F1_5509_41DF_439462DA2BED",
"this.overlay_F57AF309_E5F1_5509_41E8_364D1ABA784A",
"this.overlay_F57AE309_E5F1_5509_41CA_CC943A5B6A6D",
"this.overlay_F57B330A_E5F1_550B_41C9_62254703AD0F",
"this.overlay_F57B230A_E5F1_550B_41E9_4CD2BB956B19",
"this.overlay_F579B30A_E5F1_550B_41E8_F59A2BA23A53",
"this.overlay_F579A30A_E5F1_550B_41E4_06995E1428C3",
"this.popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"items": [
{
"media": "this.video_737324B5_5AAD_878A_41BB_E9D7C1D4744C",
"start": "this.viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B564A14E_A415_DB98_41C6_582D80A59134, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B564A14E_A415_DB98_41C6_582D80A59134, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2VideoPlayer)",
"player": "this.viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B564A14E_A415_DB98_41C6_582D80A59134",
"class": "PlayList"
},
{
"hfovMax": 130,
"label": "RM22VF",
"id": "panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": 143.79,
"distance": 1,
"backwardYaw": -148.1,
"panorama": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C"
},
{
"class": "AdjacentPanorama",
"yaw": 143.72,
"distance": 1,
"backwardYaw": -148.1,
"panorama": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C"
},
{
"panorama": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"class": "AdjacentPanorama"
},
{
"class": "AdjacentPanorama",
"yaw": -0.31,
"distance": 1,
"backwardYaw": 69.55,
"panorama": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 1368.98,
"angle": 70.43,
"y": 260.87,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F7B0542D_E5F3_330B_41BA_9106808241CC",
"this.overlay_F7B0642E_E5F3_3308_41D5_DD8AF48BC1C7",
"this.overlay_F7B3842E_E5F3_3308_41E5_7BF983A5860F",
"this.overlay_F7B3A42E_E5F3_3308_41A9_1C79B796722F"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"viewerArea": "this.MainViewer",
"id": "MainViewerVideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"thumbnailUrl": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_0_t.jpg",
"duration": 5000,
"label": "IMG_1472",
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_0",
"width": 3264,
"image": {
"levels": [
{
"url": "media/album_1C53BB41_05C0_E157_4148_F13758B5B325_0.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2448,
"class": "Photo"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_26_t.jpg",
"duration": 5000,
"label": "IMG_9808",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_26",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_26.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"hfovMax": 130,
"label": "RM21VF",
"id": "panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C",
"adjacentPanoramas": [
{
"class": "AdjacentPanorama",
"yaw": -148.1,
"distance": 1,
"backwardYaw": 143.79,
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C"
},
{
"class": "AdjacentPanorama",
"yaw": -148.16,
"distance": 1,
"backwardYaw": 143.79,
"panorama": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C"
},
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"x": 1035.69,
"angle": -168.72,
"y": 379.23,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F60D918D_E5F3_7509_41E8_AE10B0F39F95",
"this.overlay_F60DF18E_E5F3_750B_41D8_7C94E637AF04",
"this.overlay_F60D318E_E5F3_750B_41E6_9121C3B11CC5",
"this.overlay_F60D718E_E5F3_750B_41E0_AECC1F830753",
"this.overlay_F60D418E_E5F3_750B_41E5_D9775C62B730",
"this.overlay_F60CB18E_E5F3_750B_41A5_25A8E9E63DA1"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"hfovMax": 130,
"label": "RM26VF",
"id": "panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"x": 763.24,
"angle": -174.62,
"y": 467.55,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F179C93A_E5F1_5508_41D8_F3F9CDBC5610",
"this.overlay_F166093A_E5F1_5508_41E3_323D0221EF95",
"this.overlay_F166593A_E5F1_5508_41D4_227AD2E30D8C",
"this.overlay_F166793A_E5F1_5508_41E9_560F5B0718B1",
"this.popup_6B857223_7170_3E9F_41D3_3CD8D9AAE3E4"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"items": [
{
"begin": "this.loopAlbum(this.playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A, 0)",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8",
"player": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A",
"class": "PlayList"
},
{
"buttonNext": "this.IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB",
"viewerArea": "this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886",
"id": "ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886PhotoAlbumPlayer",
"buttonPrevious": "this.IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78",
"class": "PhotoAlbumPlayer"
},
{
"thumbnailUrl": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_33_t.jpg",
"duration": 5000,
"label": "IMG_9821",
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_33",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6391C8_05C3_E155_416B_32882B0028B8_33.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"items": [
"this.PanoramaPlayListItem_B3C004FF_A414_DA78_41C0_DFF014AAB3D1",
"this.PanoramaPlayListItem_B3C0C500_A414_DB88_41B3_1A258BFD2954",
"this.PanoramaPlayListItem_B3FF4500_A414_DB88_41BC_3E9B308D56FA",
"this.PanoramaPlayListItem_B3FE0500_A414_DB88_41C3_A38A9C9E3171",
"this.PanoramaPlayListItem_B3FEF501_A414_DB88_41D8_0AAC1F137EBD",
{
"media": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 5, 6)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_camera"
},
"this.PanoramaPlayListItem_B3FC2501_A414_DB88_41D2_829A98BA75A8",
"this.PanoramaPlayListItem_B3FD2502_A414_DB88_41CE_89E2540E963A",
"this.PanoramaPlayListItem_B3FDB502_A414_DB88_41E4_5BA321506A67",
"this.PanoramaPlayListItem_B3FC6502_A414_DB88_4198_0E71ED4BAB75",
"this.PanoramaPlayListItem_B3FCD503_A414_DB88_41CD_55C842E4E06E",
{
"media": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 11, 12)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_camera"
},
{
"media": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 12, 13)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_camera"
},
{
"media": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 13, 14)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_camera"
},
{
"media": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 14, 15)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_camera"
},
{
"media": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 15, 16)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_camera"
},
{
"media": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 16, 17)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_camera"
},
"this.PanoramaPlayListItem_B3F88504_A414_DB88_41D9_F3D688F9FD5A",
{
"media": "this.panorama_454413BB_5285_4EC7_41D2_474AE633600C",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 18, 19)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_454413BB_5285_4EC7_41D2_474AE633600C_camera"
},
"this.PanoramaPlayListItem_B3F7F505_A414_DB88_41CA_ABBAE84B8E44",
"this.PanoramaPlayListItem_B3F65505_A414_DB88_41E0_07ED7EECD870",
"this.PanoramaPlayListItem_B3F50505_A414_DB88_41DA_4B2B66FF9A5A",
"this.PanoramaPlayListItem_B3F5D506_A414_DB88_41CE_3ABAFE610496",
"this.PanoramaPlayListItem_B3F45506_A414_DB88_41DE_45C9191B5FAC",
"this.PanoramaPlayListItem_B3F33506_A414_DB88_41D8_FAAC08994535",
"this.PanoramaPlayListItem_B3F39506_A414_DB88_41E3_B05A642E6919",
"this.PanoramaPlayListItem_B3F25507_A414_DB88_41B0_121AC951CAA8",
"this.PanoramaPlayListItem_B3F13507_A414_DB88_41CD_94F67C935B61",
"this.PanoramaPlayListItem_B3F1E507_A414_DB88_4189_FAC516090025",
"this.PanoramaPlayListItem_B3F0A508_A414_DB98_41CB_0A746678CA20",
"this.PanoramaPlayListItem_B3EF3508_A414_DB98_41D1_91C3A145BD0C",
"this.PanoramaPlayListItem_B3EF9508_A414_DB98_41DD_1EE9458CA598",
"this.PanoramaPlayListItem_B3EEA509_A414_DB98_41D9_861546167111",
"this.PanoramaPlayListItem_B3ED1509_A414_DB98_41DD_0A03665F1A51",
"this.PanoramaPlayListItem_B3EDC509_A414_DB98_41C6_9DCD4CCD1134",
{
"media": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 35, 36)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_camera"
},
{
"media": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 36, 37)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_camera"
},
{
"media": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 37, 38)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_camera"
},
{
"media": "this.panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 38, 39)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_camera"
},
{
"media": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 39, 40)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_camera"
},
{
"begin": "this.setEndToItemIndex(this.mainPlayList, 40, 41)",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
},
{
"begin": "this.setEndToItemIndex(this.mainPlayList, 41, 42)",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
},
{
"begin": "this.setEndToItemIndex(this.mainPlayList, 42, 43)",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
},
{
"begin": "this.setEndToItemIndex(this.mainPlayList, 43, 44)",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
},
{
"begin": "this.setEndToItemIndex(this.mainPlayList, 44, 45)",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
},
{
"media": "this.panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 45, 46)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_camera"
},
{
"media": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5",
"class": "PanoramaPlayListItem",
"begin": "this.setEndToItemIndex(this.mainPlayList, 46, 47)",
"player": "this.MainViewerPanoramaPlayer",
"camera": "this.panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_camera"
},
{
"media": "this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84",
"start": "this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.mainPlayList, 47, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 47)",
"begin": "this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 47, 48)",
"player": "this.MainViewerVideoPlayer",
"class": "VideoPlayListItem"
},
{
"media": "this.video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B",
"start": "this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.mainPlayList, 48, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 48)",
"begin": "this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 48, 49)",
"player": "this.MainViewerVideoPlayer",
"class": "VideoPlayListItem"
},
{
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C",
"end": "this.trigger('tourEnded')",
"begin": "this.setEndToItemIndex(this.mainPlayList, 49, 0)",
"player": "this.MainViewerPhotoAlbumPlayer",
"class": "PhotoAlbumPlayListItem"
}
],
"id": "mainPlayList",
"class": "PlayList"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_camera",
"initialPosition": {
"yaw": -83.58,
"hfov": 130,
"pitch": -5.79,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_camera",
"initialPosition": {
"yaw": 44.03,
"hfov": 130,
"pitch": -6.67,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "Centro Campo 1 autopanoV3",
"frames": [
{
"thumbnailUrl": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"adjacentPanoramas": [
{
"panorama": "this.panorama_F1235C71_E5F2_D318_41EB_232581149B6F",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F57A4309_E5F1_5509_41AE_9567A83D0487",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F788F832_E5F1_7318_41EB_D519F4CA9803",
"class": "AdjacentPanorama"
}
],
"id": "panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C",
"pitch": 0,
"mapLocations": [
{
"map": "this.map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D",
"x": 936.13,
"angle": 25.77,
"y": 513.17,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_EA9DE734_E5F1_3D1F_418D_28793CDFAF5B",
"this.overlay_EA9DF734_E5F1_3D1F_41C2_5A1F1290A41F",
"this.overlay_EA821734_E5F1_3D1F_41E2_70DFD8F5DF35",
"this.overlay_EA822734_E5F1_3D1F_41C2_E7B7D737B5A9",
"this.overlay_EA823734_E5F1_3D1F_41D0_43FA97EE4FFD",
"this.overlay_ED3C651D_F92D_47B3_41EC_2074D56726E2",
"this.overlay_DD23C082_FFE3_E4AA_41B9_376C36B9E458"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"id": "HTMLText_D7201B8B_DBDE_25F9_419B_E594777B29C6",
"left": "0%",
"paddingLeft": 80,
"paddingRight": 0,
"scrollBarColor": "#000000",
"width": "33.172%",
"minHeight": 100,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"top": "0%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"scrollBarVisible": "rollOver",
"height": "100%",
"propagateClick": true,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"html": "<div style=\"text-align:left; color:#000; \"><DIV STYLE=\"text-align:left;\"><SPAN STYLE=\"letter-spacing:0vh;color:#000000;font-size:4.92vh;font-family:Arial, Helvetica, sans-serif;\"><SPAN STYLE=\"font-family:'Cinzel Bold';\"><B>Planos</B></SPAN></SPAN></DIV></div>",
"data": {
"name": "HTMLText54192"
},
"shadow": false,
"visible": false,
"paddingTop": 36,
"borderRadius": 0,
"class": "HTMLText"
},
{
"items": [
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')",
"media": "this.map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'constrained')",
"media": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'constrained')",
"media": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'constrained')",
"media": "this.map_A33E9485_B0A1_91A9_41E2_195B443E2979",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'constrained')",
"media": "this.map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'constrained')",
"media": "this.map_A39D6FE1_B0A1_8F68_41E5_331C630B120F",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')",
"media": "this.map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')",
"media": "this.map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
},
{
"begin": "this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')",
"media": "this.map_908361A2_B1A0_93E8_41E4_0E4F477F6763",
"player": "this.MapViewerMapPlayer",
"class": "MapPlayListItem"
}
],
"id": "DropDown_3D997917_325E_1C1E_41BE_030B96CD295F_playlist",
"class": "PlayList"
},
{
"thumbnailUrl": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_1_t.jpg",
"duration": 5000,
"label": "IMG_7330",
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_1",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_8A932108_9D8D_20E8_41A2_E7665556B47C_1.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 3024,
"class": "Photo"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_454413BB_5285_4EC7_41D2_474AE633600C_camera",
"initialPosition": {
"yaw": -113.99,
"hfov": 130,
"pitch": -10.16,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 323,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 7.96,
"yawDelta": 18.5,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"hfovMax": 130,
"label": "RM43VF",
"id": "panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707",
"adjacentPanoramas": [
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_454413BB_5285_4EC7_41D2_474AE633600C",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"hfov": 360,
"thumbnailUrl": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_t.jpg",
"overlays": [
"this.overlay_F1491DBD_E5F1_CD09_41EB_CADC97FE9255",
"this.overlay_F1492DBD_E5F1_CD09_41C1_3612BB75E559",
"this.overlay_F149EDBD_E5F1_CD09_41C7_2D811C0E0411",
"this.overlay_F1499DBD_E5F1_CD09_41E2_054677CE0C13",
"this.overlay_F1498DBE_E5F1_CD0B_41EB_FDC9A97BD33B",
"this.overlay_F149BDBE_E5F1_CD0B_41D9_BF4E42081B49",
"this.popup_6BB77234_7170_3EF9_41DA_DE8675728018"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_camera",
"initialPosition": {
"yaw": 115.8,
"hfov": 130,
"pitch": -7.53,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_44_t.jpg",
"duration": 5000,
"label": "P1013058",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_44",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_44.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2272,
"class": "Photo"
},
{
"items": [
{
"media": "this.video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B",
"start": "this.viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4VideoPlayer.set('displayPlaybackBar', true); this.changeBackgroundWhilePlay(this.playList_B56AE156_A415_DB88_41BC_2BB517FE6405, 0, '#000000'); this.pauseGlobalAudiosWhilePlayItem(this.playList_B56AE156_A415_DB88_41BC_2BB517FE6405, 0)",
"begin": "this.fixTogglePlayPauseButton(this.viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4VideoPlayer)",
"player": "this.viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4VideoPlayer",
"class": "VideoPlayListItem"
}
],
"id": "playList_B56AE156_A415_DB88_41BC_2BB517FE6405",
"class": "PlayList"
},
{
"textDecoration": "none",
"id": "Button_F791DE90_F961_5CA6_41DE_417D4974729C",
"backgroundColorRatios": [
0
],
"rollOverBackgroundOpacity": 1,
"shadowBlurRadius": 6,
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"fontFamily": "Bebas Neue Bold",
"layout": "horizontal",
"shadowSpread": 1,
"shadowColor": "#000000",
"pressedBackgroundOpacity": 1,
"width": "46%",
"gap": 5,
"minHeight": 1,
"borderSize": 0,
"borderColor": "#000000",
"paddingBottom": 0,
"fontColor": "#FFFFFF",
"backgroundOpacity": 0.7,
"minWidth": 1,
"fontSize": "2.6vh",
"label": "Comprar Ahora",
"iconBeforeLabel": true,
"mode": "push",
"verticalAlign": "middle",
"backgroundColor": [
"#04A3E1"
],
"propagateClick": false,
"pressedBackgroundColor": [
"#000000"
],
"fontStyle": "normal",
"pressedBackgroundColorRatios": [
0
],
"iconHeight": 32,
"height": "9%",
"click": "this.openLink('https://dronica.es/svt360o/', '_blank')",
"data": {
"name": "Button"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"cursor": "hand",
"iconWidth": 32,
"fontWeight": "normal",
"borderRadius": 0,
"class": "Button"
},
{
"thumbnailUrl": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_49_t.jpg",
"duration": 5000,
"label": "PB113564",
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_49",
"width": 4032,
"image": {
"levels": [
{
"url": "media/album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_49.JPG",
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 2272,
"class": "Photo"
},
{
"automaticRotationSpeed": 8,
"class": "PanoramaCamera",
"automaticZoomSpeed": 10,
"id": "panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_camera",
"initialPosition": {
"yaw": 147.8,
"hfov": 130,
"pitch": -12.85,
"class": "PanoramaCameraPosition"
},
"initialSequence": {
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"class": "PanoramaCameraSequence"
}
},
{
"rotationY": 0,
"showEasing": "cubic_in",
"hideDuration": 500,
"rotationX": 0,
"hfov": 7.53,
"rotationZ": 0,
"class": "PopupPanoramaOverlay",
"id": "popup_684A8E3C_4B78_A8AD_41BF_1606A5C3921C",
"showDuration": 500,
"popupMaxHeight": "95%",
"autoplay": true,
"popupMaxWidth": "95%",
"hideEasing": "cubic_out",
"pitch": 2.32,
"loop": false,
"yaw": -123.22,
"popupDistance": 100,
"video": {
"mp4Url": "media/video_4341273C_52BF_2372_41B2_0B8B1493ABDE.mp4",
"width": 1920,
"height": 1080,
"class": "VideoResource"
}
},
{
"hfovMax": 130,
"label": "RM33VF",
"id": "panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC",
"adjacentPanoramas": [
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
},
{
"panorama": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "AdjacentPanorama"
}
],
"frames": [
{
"thumbnailUrl": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_t.jpg",
"front": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/f/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/f/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/f/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"top": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/u/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/u/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/u/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"right": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/r/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/r/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/r/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"back": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/b/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/b/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/b/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"bottom": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/d/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/d/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/d/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"left": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/l/0/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 4,
"colCount": 4,
"width": 2048,
"height": 2048,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/l/1/{row}_{column}.jpg",
"tags": "ondemand",
"rowCount": 2,
"colCount": 2,
"width": 1024,
"height": 1024,
"class": "TiledImageResourceLevel"
},
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_0/l/2/{row}_{column}.jpg",
"tags": [
"ondemand",
"preload"
],
"rowCount": 1,
"colCount": 1,
"width": 512,
"height": 512,
"class": "TiledImageResourceLevel"
}
],
"class": "ImageResource"
},
"class": "CubicPanoramaFrame"
}
],
"pitch": 0,
"mapLocations": [
{
"map": "this.map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE",
"x": 1053.41,
"angle": 0,
"y": 177.45,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_908361A2_B1A0_93E8_41E4_0E4F477F6763",
"x": 1043.42,
"angle": 0,
"y": 182.75,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C",
"x": 1043.42,
"angle": 3.46,
"y": 182.75,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A493B22B_B0A0_90F8_41DC_515312B82728",
"x": 425.61,
"angle": 114.41,
"y": 548.13,
"class": "PanoramaMapLocation"
},
{
"map": "this.map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2",
"x": 421.54,
"angle": 111.37,
"y": 531.78,
"class": "PanoramaMapLocation"
}
],
"thumbnailUrl": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_t.jpg",
"hfov": 360,
"overlays": [
"this.overlay_F62E5A48_E5FF_D777_41D3_867E7392F340",
"this.overlay_F62E1A48_E5FF_D777_41D9_3D77F9F1383B",
"this.overlay_F62E0A48_E5FF_D777_41C1_545E0CA56427",
"this.overlay_E3AC494F_F520_E0ED_41C7_998AEF0A47E8"
],
"vfov": 180,
"partial": false,
"class": "Panorama"
},
{
"children": [
"this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886",
"this.IconButton_FADFF705_E0BF_081D_41E3_7C295B37BE78",
"this.IconButton_FADFC705_E0BF_081D_41C3_F1DA271D8EEB",
"this.IconButton_FADFD705_E0BF_081D_41E2_BA7483E7D019"
],
"id": "Container_FADF1700_E0BF_0813_41E7_50988A3B8F90",
"backgroundColorRatios": [
0,
1
],
"paddingLeft": 0,
"horizontalAlign": "left",
"paddingRight": 0,
"scrollBarColor": "#000000",
"width": "100%",
"overflow": "visible",
"gap": 10,
"layout": "absolute",
"minHeight": 1,
"borderSize": 0,
"scrollBarOpacity": 0.5,
"contentOpaque": false,
"paddingBottom": 0,
"creationPolicy": "inAdvance",
"backgroundOpacity": 0.3,
"minWidth": 1,
"verticalAlign": "top",
"backgroundColor": [
"#FFFFFF",
"#FFFFFF"
],
"propagateClick": false,
"scrollBarWidth": 10,
"scrollBarMargin": 2,
"scrollBarVisible": "rollOver",
"height": "100%",
"data": {
"name": "Container photo"
},
"shadow": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "Container"
},
{
"cursor": "hand",
"maxHeight": 60,
"id": "IconButton_2EB52D57_0540_617A_4144_BAE07CB7265C",
"paddingLeft": 0,
"horizontalAlign": "center",
"paddingRight": 0,
"right": "1.9%",
"width": "3.5%",
"transparencyActive": true,
"minHeight": 1,
"borderSize": 0,
"bottom": "10.38%",
"minWidth": 1,
"paddingBottom": 0,
"backgroundOpacity": 0,
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mode": "push",
"verticalAlign": "middle",
"height": "6%",
"propagateClick": false,
"iconURL": "skin/IconButton_2EB52D57_0540_617A_4144_BAE07CB7265C.png",
"data": {
"name": "IconButton35669"
},
"shadow": false,
"paddingTop": 0,
"maxWidth": 60,
"borderRadius": 0,
"class": "IconButton"
},
{
"id": "veilPopupPanorama",
"backgroundColorRatios": [
0
],
"paddingLeft": 0,
"paddingRight": 0,
"left": 0,
"right": 0,
"minHeight": 0,
"borderSize": 0,
"top": 0,
"bottom": 0,
"minWidth": 0,
"paddingBottom": 0,
"backgroundOpacity": 0.55,
"backgroundColor": [
"#000000"
],
"propagateClick": false,
"showEffect": {
"class": "FadeInEffect",
"duration": 350,
"easing": "cubic_in_out"
},
"data": {
"name": "UIComponent6791"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "UIComponent"
},
{
"id": "zoomImagePopupPanorama",
"backgroundColorRatios": [],
"paddingLeft": 0,
"paddingRight": 0,
"left": 0,
"right": 0,
"minHeight": 0,
"borderSize": 0,
"top": 0,
"bottom": 0,
"minWidth": 0,
"paddingBottom": 0,
"backgroundOpacity": 1,
"backgroundColor": [],
"propagateClick": false,
"data": {
"name": "ZoomImage6792"
},
"shadow": false,
"visible": false,
"scaleMode": "custom",
"backgroundColorDirection": "vertical",
"paddingTop": 0,
"borderRadius": 0,
"class": "ZoomImage"
},
{
"textDecoration": "none",
"iconLineWidth": 5,
"id": "closeButtonPopupPanorama",
"backgroundColorRatios": [
0,
0.1,
1
],
"shadowBlurRadius": 6,
"paddingLeft": 5,
"horizontalAlign": "center",
"paddingRight": 5,
"fontFamily": "Arial",
"right": 10,
"layout": "horizontal",
"shadowSpread": 1,
"shadowColor": "#000000",
"pressedIconColor": "#888888",
"gap": 5,
"minHeight": 0,
"borderSize": 0,
"borderColor": "#000000",
"top": 10,
"backgroundColor": [
"#DDDDDD",
"#EEEEEE",
"#FFFFFF"
],
"paddingBottom": 5,
"fontColor": "#FFFFFF",
"backgroundOpacity": 0.3,
"minWidth": 0,
"fontSize": "1.29vmin",
"label": "",
"iconBeforeLabel": true,
"mode": "push",
"verticalAlign": "middle",
"propagateClick": false,
"fontStyle": "normal",
"iconHeight": 20,
"rollOverIconColor": "#666666",
"iconColor": "#000000",
"showEffect": {
"class": "FadeInEffect",
"duration": 350,
"easing": "cubic_in_out"
},
"data": {
"name": "CloseButton6793"
},
"shadow": false,
"visible": false,
"backgroundColorDirection": "vertical",
"paddingTop": 5,
"cursor": "hand",
"iconWidth": 20,
"fontWeight": "normal",
"borderRadius": 0,
"class": "CloseButton"
},
{
"map": {
"width": 200,
"x": 1543.78,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_0_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 30.15,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1543.78,
"y": 30.15,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_0.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_ACEBE03B_B060_B0D9_4194_9DFAFA90B0E8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1094.9,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 22.51,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1094.9,
"y": 22.51,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AC24949C_B060_91D8_41DD_F84347073A56",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 511.95,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 204.23,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 511.95,
"y": 204.23,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_2.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AD4400B9_B07F_B1D8_41CF_2FD2B5F1C887",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 935.69,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_3_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 229.23,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 935.69,
"y": 229.23,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_3.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AD9EC515_B061_B0A9_41D9_ABB479B7919A",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 23)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1268.98,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_4_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 110.87,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1268.98,
"y": 110.87,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_4.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AEEBF051_B060_90A8_41E4_373F86558169",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 681.17,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_5_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 325.23,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 681.17,
"y": 325.23,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A39D6FE1_B0A1_8F68_41E5_331C630B120F_HS_5.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AE2996D8_B063_B158_41B6_B0A741014930",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6783"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"map": {
"width": 200,
"x": 1213.27,
"image": {
"levels": [
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 294.81,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1213.27,
"y": 294.81,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_930E5EB8_B1A0_B1D8_41B7_6A3F3F594976",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 33)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 741.46,
"image": {
"levels": [
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 289.81,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 741.46,
"y": 289.81,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_9330A1DE_B1A1_F35B_41DE_B2C5645415FE_HS_2.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_95ED499D_B0A0_73D9_4178_A939B6DF1632",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 34)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 744.1,
"image": {
"levels": [
{
"url": "media/map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 300.09,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 744.1,
"y": 300.09,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_909A4901_B1A1_90A8_41DC_DE78E6AFDE0C_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_948B3C75_B0A7_9168_41D7_AADDA7B06B57",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 31)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"maps": [
{
"yaw": -114.85,
"hfov": 6.41,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_11_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -2.77,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E55858_F8EF_4DB0_41D8_332FE87AFC8C",
"pitch": -2.77,
"yaw": -114.85,
"hfov": 6.41,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DBD860_E5F7_7337_41CC_2631D582831C",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 10)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -18.45,
"hfov": 4.63,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_10_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -13.18,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_10_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -13.18,
"yaw": -18.45,
"hfov": 4.63,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DA3860_E5F7_7337_41E7_D0A032E5EFBD",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 145.67,
"hfov": 4.24,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_6_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.4,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_6_0.png",
"width": 80,
"height": 69,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.4,
"yaw": 145.67,
"hfov": 4.24,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DA1860_E5F7_7337_41EB_47B29C8C7EC3",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8, this.camera_B159C703_A413_2788_4180_CAC6739CC59C); this.mainPlayList.set('selectedIndex', 6)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E27859_F8EF_4DB0_41E7_75BBCB17F089",
"pitch": -30.21,
"yaw": 145.6,
"hfov": 20.81,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DA6860_E5F7_7337_41DB_1C0D42AA760A",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8, this.camera_B14E6714_A413_2788_41D7_A24ABE77E306); this.mainPlayList.set('selectedIndex', 6)",
"mapColor": "image",
"toolTip": "Palco Honor \u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 159.98,
"hfov": 4.26,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_8_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.92,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_8_0.png",
"width": 80,
"height": 69,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.92,
"yaw": 159.98,
"hfov": 4.26,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DA4860_E5F7_7337_41CC_1D024884F669",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Reuni\u00f3n",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -1.26,
"hfov": 6.17,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_15_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.55,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_15_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.55,
"yaw": -1.26,
"hfov": 6.17,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DAA861_E5F7_7339_41CA_8310D1B07C92",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E3085A_F8EF_4DB0_41E5_FA639297B40B",
"pitch": -29.58,
"yaw": 159.98,
"hfov": 20.94,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DB2861_E5F7_7339_41D2_2A2D6C5C407E",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "image",
"toolTip": "Palco Honor \u000aModo Reuni\u00f3n",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -18.48,
"hfov": 23.27,
"image": {
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_9_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -14.92,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E0A85A_F8EF_4DB0_41DE_B5E49052CDC9",
"pitch": -14.92,
"yaw": -18.48,
"hfov": 23.27,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5DB3861_E5F7_7339_41E8_D2BA13779976",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E693C38F_F4E0_206C_41EB_F85F67DCB87D",
"video": {
"mp4Url": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E693C38F_F4E0_206C_41EB_F85F67DCB87D_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 10.13,
"useHandCursor": true,
"roll": 3.62,
"yaw": -7.37,
"hfov": 10.63,
"rotationY": -18.31,
"rotationX": -5.67,
"vfov": 6.29,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 4.89,
"hfov": 22.02,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.9,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8B77890_F8EF_4EB0_41A9_AAC3F5FAA65B",
"pitch": -23.9,
"yaw": 4.89,
"hfov": 22.02,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_59886AFA_49FB_A9B5_41BA_C4B9F1DCB5A0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_5FA91522_4E88_1C3F_41CE_33F3CC0AD32C",
"video": {
"mp4Url": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_5FA91522_4E88_1C3F_41CE_33F3CC0AD32C_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.79,
"useHandCursor": true,
"roll": 0.97,
"yaw": -89.05,
"hfov": 28.72,
"rotationY": 1.36,
"rotationX": 7.83,
"vfov": 15.81,
"blending": 0.02,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": -87.19,
"hfov": 21.5,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.75,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8B4C891_F8EF_4EB0_41E2_1DEA66ACF265",
"pitch": -26.75,
"yaw": -87.19,
"hfov": 21.5,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5988EAFA_49FB_A9B5_41B9_D3BCFD66A2A0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 45)",
"mapColor": "#FF0000",
"toolTip": "Escenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -87.22,
"hfov": 4.29,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.33,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_1_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.33,
"yaw": -87.22,
"hfov": 4.29,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5988AAFA_49FB_A9B5_41C2_98D6A36B7110",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 45)",
"mapColor": "#FF0000",
"toolTip": "Escenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 4.91,
"hfov": 4.4,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.28,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_3_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.28,
"yaw": 4.91,
"hfov": 4.4,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_59880AFB_49FB_A9AB_41B1_B84D9EFD44C7",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 43.48,
"hfov": 4.02,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.22,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_1_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.22,
"yaw": 43.48,
"hfov": 4.02,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_46E0506B_528F_4A47_41C9_062B27054F00",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -101.17,
"hfov": 4,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_7_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.63,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_7_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.63,
"yaw": -101.17,
"hfov": 4,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF6EBFD_52B3_22F2_41C5_14D47CB3BB90",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C8A86B_F8EF_4D97_41DA_09B3AEB42BB3",
"pitch": -34.01,
"yaw": 43.59,
"hfov": 19.79,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_4179C566_528F_CA41_41AF_65FED06968FF",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C8386B_F8EF_4D97_41C8_5B88E2C918CA",
"pitch": -34.41,
"yaw": -101.07,
"hfov": 19.7,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF69BFD_52B3_22F2_41A0_329A8DFD73F5",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C9886B_F8EF_4D97_41EB_EA376DFC2233",
"pitch": -35.12,
"yaw": 56.56,
"hfov": 19.53,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_4198CF47_5285_564F_4197_DAC7222FD610",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 56.68,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_3_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": 56.68,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DE7CE3B_52B1_2576_41CF_4C4584C1EDE5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 69.49,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.62,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_5_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.62,
"yaw": 69.49,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5D98649E_52B1_252E_41CA_0B1ACD64BB30",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C6686C_F8EF_4D91_41C2_450FE0C97D99",
"pitch": -35.38,
"yaw": -115.03,
"hfov": 19.46,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF6FBFD_52B3_22F2_41BB_1B9A81E77CF0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -86.43,
"hfov": 6.15,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_12_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.07,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_12_0.png",
"width": 110,
"height": 110,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.07,
"yaw": -86.43,
"hfov": 6.15,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DE6DFA6_52B3_E31E_41A6_3422875E46C3",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B38834CE_A414_DA98_41E4_615C045D96EE.set('selectedIndex', -1); }, this); this.playList_B38834CE_A414_DA98_41E4_615C045D96EE.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aParis 1956",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C4F86D_F8EF_4D93_41C6_CC71A8E939C7",
"pitch": -35.29,
"yaw": 69.55,
"hfov": 19.49,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5D98849E_52B1_252E_41CF_6860CA0DD6F8",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C4586D_F8EF_4D93_41D0_4A21A07E45CB",
"pitch": -35.15,
"yaw": -128.57,
"hfov": 19.52,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF6DBFD_52B3_22F2_41C7_182C7ED243F8",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -114.91,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_9_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_9_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": -114.91,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF6CBFD_52B3_22F2_41C0_7C1454CF72DB",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -86.41,
"hfov": 5.32,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_15_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -14.3,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C5586E_F8EF_4D91_41CA_109BDB0AD701",
"pitch": -14.3,
"yaw": -86.41,
"hfov": 5.32,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DEFA70A_52B2_E316_41C2_F6491E8162E2",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_6B673206_7170_3E99_41BD_5EC84C08D281, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_487C4338_52F7_2372_41B7_75FB78757C50, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informaci\u00f3n\u000aSala Paris 1956",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 30.91,
"hfov": 5.29,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_14_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.56,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C2E86E_F8EF_4D91_41C1_E666AFB7C910",
"pitch": -15.56,
"yaw": 30.91,
"hfov": 5.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DE121D9_52B3_5F32_41A6_72F6724C8E60",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_6B956215_7170_3EBB_41D4_BE810C127821, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_48736337_52F7_237E_41B0_0FE5766B7396, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informaci\u00f3n \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -128.36,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_11_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_11_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": -128.36,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DF73BFD_52B3_22F2_4199_B9D07BAE0B48",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 30.64,
"hfov": 6.14,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_13_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.32,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_13_0.png",
"width": 110,
"height": 110,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.32,
"yaw": 30.64,
"hfov": 6.14,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_5DFA8925_52B3_2F12_419B_ED6E6A63D9F5",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A.set('selectedIndex', -1); }, this); this.playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aSiglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691",
"id": "viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -28.94,
"hfov": 20.55,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -31.42,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FB185F_F8EF_4DB0_41E5_C1345F6B52E4",
"pitch": -31.42,
"yaw": -28.94,
"hfov": 20.55,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F572407C_E5F1_D30F_41E0_DD12A2D31E5B",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aEntrada",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 104.55,
"hfov": 20.54,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.64,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F88860_F8EF_4D90_41E7_E5B7F610C50B",
"pitch": -30.64,
"yaw": 104.55,
"hfov": 20.54,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F572607C_E5F1_D30F_419B_4EAED7318DDA",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 13)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 104.49,
"hfov": 4.16,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.93,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.93,
"yaw": 104.49,
"hfov": 4.16,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F572307C_E5F1_D30F_41E4_D7DD33F1B72E",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 13)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -29.11,
"hfov": 4.1,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.27,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.27,
"yaw": -29.11,
"hfov": 4.1,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F572C07C_E5F1_D30F_41B2_4271074F71EA",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aEntrada",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E06E43C4_F4E0_67DC_41B4_3A8F5090BD52",
"video": {
"mp4Url": "media/video_77FEAE38_5B67_82FA_41CB_968559F25B28.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E06E43C4_F4E0_67DC_41B4_3A8F5090BD52_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 30.87,
"useHandCursor": true,
"roll": 0.92,
"yaw": 146.83,
"hfov": 41.85,
"rotationY": -2.01,
"rotationX": 3.66,
"vfov": 28.33,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6787"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"viewerArea": "this.viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769",
"id": "viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6781"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6782"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"maps": [
{
"yaw": -32.36,
"hfov": 3.91,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.59,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.59,
"yaw": -32.36,
"hfov": 3.91,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F725F3BA_E5F1_750B_41DF_4C2B15837C35",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aEntrada",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 100.51,
"hfov": 4.18,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.49,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -28.49,
"yaw": 100.51,
"hfov": 4.18,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F72533BA_E5F1_750B_41DB_021D44B04E42",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 5)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -32.35,
"hfov": 19.5,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -35.91,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F74860_F8EF_4D91_41EE_C2D92B0FB831",
"pitch": -35.91,
"yaw": -32.35,
"hfov": 19.5,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F72513BA_E5F1_750B_41DE_EAEAE2D05F6E",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aEntrada",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 100.67,
"hfov": 20.65,
"image": {
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.13,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F4E861_F8EF_4D93_41EC_9279E8BE4E63",
"pitch": -30.13,
"yaw": 100.67,
"hfov": 20.65,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F72543BB_E5F1_7509_41E2_A7EA87E7B1D2",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 5)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E06489AE_F4E0_E3AC_41CF_B50FAE244B56",
"video": {
"mp4Url": "media/video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E06489AE_F4E0_E3AC_41CF_B50FAE244B56_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 29.34,
"useHandCursor": true,
"roll": 1.38,
"yaw": 142.17,
"hfov": 38.95,
"rotationY": -1.71,
"rotationX": 6.62,
"vfov": 25.94,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.50",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.71",
"zoomFactor": 1.1,
"y": "0.75",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.34",
"zoomFactor": 1.1,
"y": "0.35",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.67",
"zoomFactor": 1.1,
"y": "0.59",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.71",
"zoomFactor": 1.1,
"y": "0.63",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_5",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.47",
"zoomFactor": 1.1,
"y": "0.75",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_6",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.59",
"zoomFactor": 1.1,
"y": "0.59",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_7",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.50",
"zoomFactor": 1.1,
"y": "0.52",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_8",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.31",
"zoomFactor": 1.1,
"y": "0.72",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_9",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.51",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C89551C_05C3_A6EE_4173_D111919B598D_10",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.48",
"zoomFactor": 1.1,
"y": "0.60",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_1C89551C_05C3_A6EE_4173_D111919B598D_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"maps": [
{
"yaw": -84.38,
"hfov": 19.34,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -35.89,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D7487B_F8EF_4E70_41EB_5507F9519EAB",
"pitch": -35.89,
"yaw": -84.38,
"hfov": 19.34,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F19C4C24_E5F2_D338_41BC_D11D1AC17C2F",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31, this.camera_BC652567_A414_DB88_41B8_A87113D0BA86); this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 25.14,
"hfov": 6.24,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_4_0_0_map.gif",
"width": 15,
"height": 15,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.73,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_4_0.png",
"width": 103,
"height": 103,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.73,
"yaw": 25.14,
"hfov": 6.24,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F19C1C24_E5F2_D338_41E6_CA859B12F358",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_5F673B09_4E88_140C_41C1_5A8F5F24D45F, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A8883025_A413_5988_41DC_8096C1545D1A, this.video_46763246_5285_4E41_41C3_F5A6017470B5, this.playList_B580016D_A415_DB98_41E2_D955F1F54949, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 138.38,
"hfov": 19.79,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D4387B_F8EF_4E77_41E5_475CEB82184F",
"pitch": -34,
"yaw": 138.38,
"hfov": 19.79,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F19FEC24_E5F2_D338_41DC_01D49034F2C6",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 27)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 138.09,
"hfov": 4.02,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.3,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.3,
"yaw": 138.09,
"hfov": 4.02,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F19FCC24_E5F2_D338_41EB_879D71D68237",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 27)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -84.58,
"hfov": 3.93,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.19,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.19,
"yaw": -84.58,
"hfov": 3.93,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F19FAC24_E5F2_D338_41A8_C43D7B9D4E73",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31, this.camera_B07445C2_A414_DA88_41D0_4D28C9455403); this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 151.82,
"hfov": 22.55,
"image": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.15,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D84876_F8EF_4E71_41D6_34B5CEB8DD94",
"pitch": -19.15,
"yaw": 151.82,
"hfov": 22.55,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1512FF6_E5F3_4D1B_41E4_352186D51F07",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 23)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 151.57,
"hfov": 4.53,
"image": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.38,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.38,
"yaw": 151.57,
"hfov": 4.53,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1515FF6_E5F3_4D1B_41E8_D6A6DE6386DE",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 23)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -99.89,
"hfov": 4.67,
"image": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.46,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.46,
"yaw": -99.89,
"hfov": 4.67,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA27A8C2_E5F6_D378_41C4_30425880D2FE",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 14)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -99.76,
"hfov": 23.33,
"image": {
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -12.19,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EA2853_F8EF_4DB0_41DA_45B71570F5B1",
"pitch": -12.19,
"yaw": -99.76,
"hfov": 23.33,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA2778C2_E5F6_D378_41C2_1777DCF22477",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 14)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E47F2D57_F4E0_20FC_41E3_41273B57623D",
"video": {
"mp4Url": "media/video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E47F2D57_F4E0_20FC_41E3_41273B57623D_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.39,
"useHandCursor": true,
"roll": 0.33,
"yaw": 143.99,
"hfov": 31.17,
"rotationY": -5.69,
"rotationX": 1.84,
"vfov": 18.19,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6788"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"viewerArea": "this.viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3",
"id": "viewer_uidB3A314E7_A414_DA88_41CB_A4A073B927C3VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": 143.62,
"hfov": 6.17,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_9_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.21,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_9_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.21,
"yaw": 143.62,
"hfov": 6.17,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7508FA4_E5F6_CD38_41DB_5C36479158C8",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aPalco Honor ",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 175.23,
"hfov": 7.53,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_1_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.95,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EB1854_F8EF_4DB0_41E7_17130238788B",
"pitch": -1.95,
"yaw": 175.23,
"hfov": 7.53,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7506FA4_E5F6_CD38_41AA_FB7B8E24098F",
"data": {
"label": "8"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mapColor": "#FF0000",
"toolTip": "Inicio",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 8.21,
"hfov": 22.35,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.58,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E88854_F8EF_4DB0_41D5_185F83D71EB3",
"pitch": -20.58,
"yaw": 8.21,
"hfov": 22.35,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7519FA4_E5F6_CD38_41B9_CE568FECFB91",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74, this.camera_B06EB5CF_A414_DA98_41D0_A5286B3ACC4D); this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 152.1,
"hfov": 6.14,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_11_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.28,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_11_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.28,
"yaw": 152.1,
"hfov": 6.14,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7517FA5_E5F6_CD38_41D7_D5F2EE27C929",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6ED0AB12_4BEB_6875_418C_39F1678644FA, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A885F023_A413_5988_41CD_389D085C1D87, this.video_737324B5_5AAD_878A_41BB_E9D7C1D4744C, this.playList_B564A14E_A415_DB98_41C6_582D80A59134, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 8.13,
"hfov": 4.5,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.88,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.88,
"yaw": 8.13,
"hfov": 4.5,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7513FA5_E5F6_CD38_41C5_E1694342B3CE",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74, this.camera_B06915DE_A414_DAB8_41B5_29561B56B79B); this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -85.44,
"hfov": 7.54,
"image": {
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_8_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.98,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E5F858_F8EF_4DB0_41CA_F3F63510936B",
"pitch": -0.98,
"yaw": -85.44,
"hfov": 7.54,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7512FA5_E5F6_CD38_41AC_8ACF4776A408",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_6B7581F3_7170_3D7F_41D1_6021BFC3D92F, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_6DAD9234_495D_9A19_41B8_8EAB76CBF207, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informacion\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E70C2A02_F4E0_E054_41E3_1798687FA6F2",
"video": {
"mp4Url": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E70C2A02_F4E0_E054_41E3_1798687FA6F2_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 11.79,
"useHandCursor": true,
"roll": 13.75,
"yaw": 105.02,
"hfov": 12.43,
"rotationY": -48.45,
"rotationX": 4.01,
"vfov": 7.44,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E531889F_F4E0_606C_41EA_39BF67EA755C",
"video": {
"mp4Url": "media/video_737324B5_5AAD_878A_41BB_E9D7C1D4744C.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E531889F_F4E0_606C_41EA_39BF67EA755C_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 12.02,
"useHandCursor": true,
"roll": -10.06,
"yaw": -170.28,
"hfov": 12.55,
"rotationY": 42.59,
"rotationX": 5.23,
"vfov": 7.47,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"map": {
"width": 200,
"x": 738.96,
"image": {
"levels": [
{
"url": "media/map_908361A2_B1A0_93E8_41E4_0E4F477F6763_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 302.59,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 738.96,
"y": 302.59,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_908361A2_B1A0_93E8_41E4_0E4F477F6763_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_9534E0F9_B0A0_7159_41CF_B1ED3BFC2DA9",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 32)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.69",
"zoomFactor": 1.1,
"y": "0.62",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.40",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.32",
"zoomFactor": 1.1,
"y": "0.58",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.52",
"zoomFactor": 1.1,
"y": "0.33",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.72",
"zoomFactor": 1.1,
"y": "0.58",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_7",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.40",
"zoomFactor": 1.1,
"y": "0.48",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_18",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.27",
"zoomFactor": 1.1,
"y": "0.43",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_19",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.43",
"zoomFactor": 1.1,
"y": "0.31",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_22",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.36",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_24",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.75",
"zoomFactor": 1.1,
"y": "0.71",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_25",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.72",
"zoomFactor": 1.1,
"y": "0.42",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_36",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.48",
"zoomFactor": 1.1,
"y": "0.66",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_37",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.62",
"zoomFactor": 1.1,
"y": "0.27",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_38",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.41",
"zoomFactor": 1.1,
"y": "0.43",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_42",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.44",
"zoomFactor": 1.1,
"y": "0.41",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_43",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.36",
"zoomFactor": 1.1,
"y": "0.35",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_44",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.31",
"zoomFactor": 1.1,
"y": "0.57",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_46",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.34",
"zoomFactor": 1.1,
"y": "0.43",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_47",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.61",
"zoomFactor": 1.1,
"y": "0.37",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_48",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.70",
"zoomFactor": 1.1,
"y": "0.45",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_49",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.69",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.photo_859F15AF_9D8D_2328_41B4_C1D7FDC41CA1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.38",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_1C6E6B38_05C0_A135_4151_53B4BA5C8EA0_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3AAA4E3_A414_DA88_41AC_83E0BD10F769",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6786"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"maps": [
{
"yaw": 99.37,
"hfov": 22.81,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.72,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A4A886_F8EF_4E90_41EA_E8905D409C09",
"pitch": -18.72,
"yaw": 99.37,
"hfov": 22.81,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1515AB6_E5F1_571B_41E6_7EF1EDCB64DA",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -100.54,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_0_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 2.03,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A43886_F8EF_4E90_41E9_32558ED5868E",
"pitch": 2.03,
"yaw": -100.54,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1519AB6_E5F1_571B_41E1_86FAD38350FC",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 18)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 99.58,
"hfov": 4.54,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.31,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_2_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.31,
"yaw": 99.58,
"hfov": 4.54,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F151DAB6_E5F1_571B_41C6_5ED81D32222D",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 73.81,
"hfov": 6.16,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_3_0_0_map.gif",
"width": 15,
"height": 15,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -7.05,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_3_0.png",
"width": 103,
"height": 103,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -7.05,
"yaw": 73.81,
"hfov": 6.16,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F151FAB6_E5F1_571B_41DC_B5B5110B5AFA",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6E79DA03_4B28_A854_41C9_773014DE1D10, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A816A129_A413_5B98_41DD_B9EE2623DEE6, this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84, this.playList_B5B0417B_A415_DA78_41E3_D6F08B556E3A, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.65",
"zoomFactor": 1.1,
"y": "0.68",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.31",
"zoomFactor": 1.1,
"y": "0.31",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.47",
"zoomFactor": 1.1,
"y": "0.59",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.56",
"zoomFactor": 1.1,
"y": "0.41",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.68",
"zoomFactor": 1.1,
"y": "0.59",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_5",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.31",
"zoomFactor": 1.1,
"y": "0.39",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_6",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.63",
"zoomFactor": 1.1,
"y": "0.65",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_7",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.65",
"zoomFactor": 1.1,
"y": "0.26",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_8",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.57",
"zoomFactor": 1.1,
"y": "0.52",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_9",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.56",
"zoomFactor": 1.1,
"y": "0.72",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_10",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.71",
"zoomFactor": 1.1,
"y": "0.63",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_11",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.43",
"zoomFactor": 1.1,
"y": "0.35",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_12",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.54",
"zoomFactor": 1.1,
"y": "0.61",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_13",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.28",
"zoomFactor": 1.1,
"y": "0.28",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_14",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.56",
"zoomFactor": 1.1,
"y": "0.71",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_15",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.42",
"zoomFactor": 1.1,
"y": "0.42",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_16",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.64",
"zoomFactor": 1.1,
"y": "0.56",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_17",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.73",
"zoomFactor": 1.1,
"y": "0.55",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_18",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.51",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_19",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.40",
"zoomFactor": 1.1,
"y": "0.65",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_20",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.72",
"zoomFactor": 1.1,
"y": "0.72",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_1CB41FD3_05C0_E17B_413A_B6D4AA96B410_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.72",
"zoomFactor": 1.1,
"y": "0.63",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.58",
"zoomFactor": 1.1,
"y": "0.26",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.45",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.49",
"zoomFactor": 1.1,
"y": "0.45",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.46",
"zoomFactor": 1.1,
"y": "0.26",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_5",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.71",
"zoomFactor": 1.1,
"y": "0.74",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_6",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.70",
"zoomFactor": 1.1,
"y": "0.42",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_7",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.66",
"zoomFactor": 1.1,
"y": "0.39",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_8",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.56",
"zoomFactor": 1.1,
"y": "0.32",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_9",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.31",
"zoomFactor": 1.1,
"y": "0.70",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_10",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.25",
"zoomFactor": 1.1,
"y": "0.44",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_11",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.61",
"zoomFactor": 1.1,
"y": "0.55",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_12",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.30",
"zoomFactor": 1.1,
"y": "0.38",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_13",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.35",
"zoomFactor": 1.1,
"y": "0.51",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_14",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.51",
"zoomFactor": 1.1,
"y": "0.32",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_15",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.73",
"zoomFactor": 1.1,
"y": "0.40",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_16",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.44",
"zoomFactor": 1.1,
"y": "0.55",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_17",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.51",
"zoomFactor": 1.1,
"y": "0.52",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_18",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.73",
"zoomFactor": 1.1,
"y": "0.31",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_19",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.40",
"zoomFactor": 1.1,
"y": "0.65",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_20",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.43",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_21",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.43",
"zoomFactor": 1.1,
"y": "0.45",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_22",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.38",
"zoomFactor": 1.1,
"y": "0.67",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_23",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.70",
"zoomFactor": 1.1,
"y": "0.41",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_24",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.38",
"zoomFactor": 1.1,
"y": "0.31",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_25",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.67",
"zoomFactor": 1.1,
"y": "0.52",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_26",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.46",
"zoomFactor": 1.1,
"y": "0.27",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_27",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.48",
"zoomFactor": 1.1,
"y": "0.55",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_28",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.49",
"zoomFactor": 1.1,
"y": "0.75",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_29",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.28",
"zoomFactor": 1.1,
"y": "0.53",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_30",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.30",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_31",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.63",
"zoomFactor": 1.1,
"y": "0.34",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_32",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.57",
"zoomFactor": 1.1,
"y": "0.35",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_33",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.33",
"zoomFactor": 1.1,
"y": "0.28",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_34",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.56",
"zoomFactor": 1.1,
"y": "0.57",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_35",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.43",
"zoomFactor": 1.1,
"y": "0.71",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_36",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.64",
"zoomFactor": 1.1,
"y": "0.39",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_37",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.67",
"zoomFactor": 1.1,
"y": "0.71",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C6391C8_05C3_E155_416B_32882B0028B8_38",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.33",
"zoomFactor": 1.1,
"y": "0.27",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_1C6391C8_05C3_E155_416B_32882B0028B8_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"maps": [
{
"yaw": 149.67,
"hfov": 22.29,
"image": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.98,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EE1850_F8EF_4DB0_41CA_561BDE7AD143",
"pitch": -20.98,
"yaw": 149.67,
"hfov": 22.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA490C7E_E5F1_330B_41D5_39AA2562216A",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"toolTip": "Palco de Honor\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 149.6,
"hfov": 4.48,
"image": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.47,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.47,
"yaw": 149.6,
"hfov": 4.48,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA493C7E_E5F1_330B_41E9_A40CE53229DC",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"toolTip": "Palco de Honor\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 41.83,
"hfov": 7.51,
"image": {
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_1_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -4.71,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EF9850_F8EF_4DB0_41BA_D2A74C76AFA7",
"pitch": -4.71,
"yaw": 41.83,
"hfov": 7.51,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA494C7E_E5F1_330B_41D6_8B508E7B2585",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mapColor": "#FF0000",
"toolTip": "Inicio",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E4856069_F4E0_20D5_41E1_02CB94EDF71D",
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E4856069_F4E0_20D5_41E1_02CB94EDF71D_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -6.39,
"useHandCursor": true,
"roll": 0.35,
"yaw": -31.46,
"hfov": 83.8,
"rotationY": 0.41,
"rotationX": 6.4,
"vfov": 54.47,
"blending": 0.02,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": -121.9,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_3_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.47,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C3186F_F8EF_4E6F_41E4_33F54B00A4C2",
"pitch": -0.47,
"yaw": -121.9,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4AAF48F_E5F3_7309_41E8_B6817B0183A8",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A, this.camera_B11A36A9_A413_2698_41CE_4F338437D4F5); this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 70.79,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_2_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.02,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C0B870_F8EF_4E71_41C2_4AC253FB1EB0",
"pitch": 0.02,
"yaw": 70.79,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4956490_E5F3_7317_41DF_07DE16B9AA92",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 27.59,
"hfov": 22.36,
"image": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.53,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C03870_F8EF_4E71_41D1_616EF113531E",
"pitch": -20.53,
"yaw": 27.59,
"hfov": 22.36,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F495F490_E5F3_7317_41E7_C09AA8C836EA",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910, this.camera_B10F46B8_A413_26F8_41B9_25288C2589A6); this.mainPlayList.set('selectedIndex', 20)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 27.51,
"hfov": 4.49,
"image": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.01,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.01,
"yaw": 27.51,
"hfov": 4.49,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F495C490_E5F3_7317_41C3_3A34B3B05441",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910, this.camera_B10506C7_A413_2697_41CE_2671C2AA3BE1); this.mainPlayList.set('selectedIndex', 20)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_ED6D0489_F4E0_2055_41E2_6B8776507AE7",
"video": {
"mp4Url": "media/video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_ED6D0489_F4E0_2055_41E2_6B8776507AE7_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 14.87,
"useHandCursor": true,
"roll": -3.46,
"yaw": 90.83,
"hfov": 20.03,
"rotationY": 13.46,
"rotationX": -4.21,
"vfov": 11.45,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"viewerArea": "this.viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7",
"id": "viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -111.62,
"hfov": 21.87,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.66,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C15871_F8EF_4E73_41DC_AD5BE4E487C9",
"pitch": -23.66,
"yaw": -111.62,
"hfov": 21.87,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6A71350_E5F3_3517_41E9_F2A26190441C",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38, this.camera_B061A5EC_A414_DA98_41E1_8BAB3A249E49); this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -35.98,
"hfov": 6.17,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_4_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.77,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_4_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.77,
"yaw": -35.98,
"hfov": 6.17,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6A78350_E5F3_3517_41D2_C81943302A2A",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_5CA10D15_4E88_0C05_41B5_9BF734E5F131, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A8896025_A413_5988_41DF_6435180AD731, this.video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5, this.playList_B59B9166_A415_DB88_41C0_34CAB9EF976D, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -111.88,
"hfov": 4.41,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.83,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.83,
"yaw": -111.88,
"hfov": 4.41,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6A7B350_E5F3_3517_41D7_E36F13B4F3E5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38, this.camera_B098C5FA_A414_DA78_41DF_E9087A40F97E); this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 52.21,
"hfov": 21.59,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.24,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DFA872_F8EF_4E71_41E7_99AAEB7BA91F",
"pitch": -25.24,
"yaw": 52.21,
"hfov": 21.59,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6A64350_E5F3_3517_41E8_910E5354B7AB",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 21)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 52.15,
"hfov": 4.35,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.6,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.6,
"yaw": 52.15,
"hfov": 4.35,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6A60351_E5F3_3519_41D5_25FFFE1AF1FA",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 21)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E1CE6456_F4E0_20FC_41D9_91101E1D78A3",
"video": {
"mp4Url": "media/video_41D3B303_529F_4FC7_41D2_77DDAA88EAA5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E1CE6456_F4E0_20FC_41D9_91101E1D78A3_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.42,
"useHandCursor": true,
"roll": 0.29,
"yaw": -55.25,
"hfov": 23.05,
"rotationY": -2.55,
"rotationX": -4.43,
"vfov": 13.16,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"viewerArea": "this.viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18",
"id": "viewer_uidB3A634E5_A414_DA88_41C0_FDCCE661DA18VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -88.05,
"hfov": 6.21,
"image": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_2_0_0_map.gif",
"width": 15,
"height": 15,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.26,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_2_0.png",
"width": 103,
"height": 103,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.26,
"yaw": -88.05,
"hfov": 6.21,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F654CD09_E5F2_CD09_41DD_7D98099D8BD5",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6E318308_4B18_F854_41CE_871409642242, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A8166129_A413_5B98_416B_EF3C9E15CD7E, this.video_69CBF4AA_4B79_9855_41AB_04B3AC356423, this.playList_B5B56178_A415_DA78_41BB_D82F20BEE14B, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -122.99,
"hfov": 4.28,
"image": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.81,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.81,
"yaw": -122.99,
"hfov": 4.28,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F654BD09_E5F2_CD09_41E5_B32F42156ED9",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 33)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa Jugadores\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -123.11,
"hfov": 21.17,
"image": {
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.53,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A41885_F8EF_4E90_41E0_E8E934D107AE",
"pitch": -27.53,
"yaw": -123.11,
"hfov": 21.17,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F6549D0A_E5F2_CD0B_41E7_D8DFA7185BD0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 33)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa Jugadores\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47",
"id": "viewer_uidB3BDA4D6_A414_DA88_41D7_2E98D6946A47VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6780"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"restartMovementOnUserInteraction": false,
"movements": [
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_in"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 302,
"easing": "linear"
},
{
"class": "DistancePanoramaCameraMovement",
"yawSpeed": 2.66,
"yawDelta": 29,
"easing": "cubic_out"
}
],
"id": "sequence_3FBAF5EF_2DF0_39DF_41C0_2DAABEB217ED",
"class": "PanoramaCameraSequence"
},
{
"map": {
"width": 200,
"x": 836.13,
"image": {
"levels": [
{
"url": "media/map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D_HS_0_map.gif",
"width": 16,
"height": 23,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 363.17,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 836.13,
"y": 363.17,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_68A55A7D_4B18_E8AF_4198_A65D8F40EA4D_HS_0.png",
"width": 168,
"height": 251,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_696E4150_4B19_B8F5_41CE_119344DC2C60",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Centro Campo\u000aSantiago Bernabeu",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"maps": [
{
"yaw": 34.54,
"hfov": 4.08,
"image": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.8,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.8,
"yaw": 34.54,
"hfov": 4.08,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7372F5F_E5F2_CD09_41D1_ED6485955CBA",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA, this.camera_B0F9867B_A413_2678_41C8_45531A3899FE); this.mainPlayList.set('selectedIndex', 26)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 130.08,
"hfov": 6.4,
"image": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_1_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.79,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D91878_F8EF_4E71_41DF_1E21A77D4909",
"pitch": 4.79,
"yaw": 130.08,
"hfov": 6.4,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F736DF5F_E5F2_CD09_41C0_832CCD81CEEC",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -124.16,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_0_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D66878_F8EF_4E71_4195_780CC8A280FF",
"pitch": -1,
"yaw": -124.16,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F736CF5F_E5F2_CD09_41BC_8A1975964D7F",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A, this.camera_B0E4669A_A413_26B8_419D_8C38F64C9920); this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 34.5,
"hfov": 20.16,
"image": {
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.37,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D60878_F8EF_4E71_41D7_7947316E4FA7",
"pitch": -32.37,
"yaw": 34.5,
"hfov": 20.16,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F736FF5F_E5F2_CD09_41EC_40A1047F2A8C",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA, this.camera_B0EF468C_A413_2698_41D4_F99D8F3D2E54); this.mainPlayList.set('selectedIndex', 26)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E285D738_F4E0_20B4_41E0_22C05391A7DB",
"video": {
"mp4Url": "media/video_46763246_5285_4E41_41C3_F5A6017470B5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E285D738_F4E0_20B4_41E0_22C05391A7DB_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 7.67,
"useHandCursor": true,
"roll": 3.68,
"yaw": -173.97,
"hfov": 11.09,
"rotationY": -29.35,
"rotationX": 4.17,
"vfov": 6.19,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E18C028B_F4E0_6054_41DF_DBD9F8A92CEA",
"video": {
"mp4Url": "media/video_46763246_5285_4E41_41C3_F5A6017470B5.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E18C028B_F4E0_6054_41DF_DBD9F8A92CEA_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 3.42,
"useHandCursor": true,
"roll": 0.26,
"yaw": 84.45,
"hfov": 5.13,
"rotationY": 10.69,
"rotationX": -3.66,
"vfov": 2.79,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 150.75,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.51,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.51,
"yaw": 150.75,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D6F07F_E5F1_5309_41D1_6064DE6FEA4F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 139.8,
"hfov": 3.99,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.81,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.81,
"yaw": 139.8,
"hfov": 3.99,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D6E080_E5F1_53F7_41E3_47373C18A281",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BD488D_F8EF_4E90_41BD_7082EB28D2B4",
"pitch": -34.22,
"yaw": 139.71,
"hfov": 19.74,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D62080_E5F1_53F7_41CF_1752BE2416D2",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BAA88D_F8EF_4E90_41DA_1D83D80D79F6",
"pitch": -31.78,
"yaw": 129.67,
"hfov": 20.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D64080_E5F1_53F7_41C7_CBDA64C0D59A",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 129.55,
"hfov": 4.11,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.23,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.23,
"yaw": 129.55,
"hfov": 4.11,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D78080_E5F1_53F7_41DE_EF61D3568CA8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BBD88E_F8EF_4E90_41CB_8AD4999A5D51",
"pitch": -35.11,
"yaw": 150.74,
"hfov": 19.53,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0D7A080_E5F1_53F7_41D4_4AEEBCC39B4E",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834AD",
"id": "viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834ADVideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": 18.14,
"hfov": 4.66,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -11.23,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -11.23,
"yaw": 18.14,
"hfov": 4.66,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA251E47_E5F1_CF79_41DF_EF96B2B8074F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -48.04,
"hfov": 6.41,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_7_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -2.76,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F710C84E_F8EF_4D90_41EB_776C4AA8BF1F",
"pitch": -2.76,
"yaw": -48.04,
"hfov": 6.41,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA25DE47_E5F1_CF79_41E3_A80DC75673C6",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 9)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -1.26,
"hfov": 6.17,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_6_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.55,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_6_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.55,
"yaw": -1.26,
"hfov": 6.17,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA25AE47_E5F1_CF79_41E0_BD20DFD1493B",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 18,
"hfov": 23.28,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_4_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -12.79,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F711B84F_F8EF_4D90_41E9_F45B8BA78F6F",
"pitch": -12.79,
"yaw": 18,
"hfov": 23.28,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA25BE48_E5F1_CF77_41EA_AAA4A8139B54",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 148.57,
"hfov": 22.29,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.23,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F711584F_F8EF_4D90_41E9_3B3674D73FD9",
"pitch": -22.23,
"yaw": 148.57,
"hfov": 22.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA258E48_E5F1_CF77_41E8_0A29029E31F3",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 3)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aEscenario",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 148.57,
"hfov": 4.51,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.57,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_3_0.png",
"width": 80,
"height": 69,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.57,
"yaw": 148.57,
"hfov": 4.51,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA259E48_E5F1_CF77_41EA_B571E87A0A30",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 3)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aEscenario",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E4ED3B32_F4E0_20B7_41D4_3CCB667E906D",
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E4ED3B32_F4E0_20B7_41D4_3CCB667E906D_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 13.55,
"useHandCursor": true,
"roll": -12.96,
"yaw": -158.17,
"hfov": 16.32,
"rotationY": 46.18,
"rotationX": 0.51,
"vfov": 8.66,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E4F400D3_F4E0_61F4_41D1_304A21449C5B",
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E4F400D3_F4E0_61F4_41D1_304A21449C5B_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 13.63,
"useHandCursor": true,
"roll": 13.48,
"yaw": 98.5,
"hfov": 15.14,
"rotationY": -49.15,
"rotationX": 4.08,
"vfov": 8.67,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_FB5CCAF9_F4E0_E1B4_41E8_502BD4CAC60C",
"video": {
"mp4Url": "media/video_54951A51_49AD_8A1B_41C5_1D90F7FA0374.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_FB5CCAF9_F4E0_E1B4_41E8_502BD4CAC60C_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.03,
"useHandCursor": true,
"roll": 0.34,
"yaw": 149.47,
"hfov": 13.07,
"rotationY": 2.7,
"rotationX": -0.02,
"vfov": 7.33,
"blending": 0.02,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 150.08,
"hfov": 6,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0_HS_8_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 12.34,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_0_HS_8_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 12.34,
"yaw": 150.08,
"hfov": 6,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EB35BB5B_F913_43B0_41C8_AE74B58248CB",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_EDFED5C9_F913_4690_41B8_B09286ECFE36, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A8864020_A413_5988_41BB_A4D4E68B0A4F, this.video_54951A51_49AD_8A1B_41C5_1D90F7FA0374, this.playList_B57BE14A_A415_DB98_41B8_F3B8C8411FD2, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 142.2,
"hfov": 21.12,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.77,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F96860_F8EF_4D90_41E2_FF6C6D7E7A80",
"pitch": -27.77,
"yaw": 142.2,
"hfov": 21.12,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4FCB80E_E5F1_D30B_41E5_9A1CC8438F2F",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 12)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 117.21,
"hfov": 21.54,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.58,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F91860_F8EF_4D90_41CF_10C73C5951E9",
"pitch": -26.58,
"yaw": 117.21,
"hfov": 21.54,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4FCA80E_E5F1_D30B_41D1_A7B5A99DBF4D",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 16)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aReservado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 116.99,
"hfov": 4.3,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.23,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.23,
"yaw": 116.99,
"hfov": 4.3,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4FD580E_E5F1_D30B_41EC_875BA101D463",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 16)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aReservado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 142.18,
"hfov": 4.26,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.19,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.19,
"yaw": 142.18,
"hfov": 4.26,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4FD480E_E5F1_D30B_41E1_7E29E8B18AC8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 12)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7",
"id": "viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -139.29,
"hfov": 23.53,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -12.25,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BB388E_F8EF_4E90_41B1_FC3FA301EEE7",
"pitch": -12.25,
"yaw": -139.29,
"hfov": 23.53,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1432BA6_E5F6_D53B_41E8_76E8B49F5CAA",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -100.27,
"hfov": 6.15,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_3_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.56,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_3_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.56,
"yaw": -100.27,
"hfov": 6.15,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F142CBA6_E5F6_D53B_41AB_0629E9607347",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6BA7F24F_7170_3EA7_41D5_EFAEC24F0112, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A814E12A_A413_5B98_41CD_434A22524DDF, this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84, this.playList_B5A63186_A415_DA88_41B2_D3305510FE84, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -139.07,
"hfov": 4.67,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.84,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_2_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.84,
"yaw": -139.07,
"hfov": 4.67,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1429BA6_E5F6_D53B_41E0_826234A92340",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -20.4,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_0_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.27,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8B9988F_F8EF_4E90_41EB_89ABCFD685B3",
"pitch": 0.27,
"yaw": -20.4,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F142ABA6_E5F6_D53B_41E1_D8762DEF4DC5",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 18)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.49",
"zoomFactor": 1.1,
"y": "0.47",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.42",
"zoomFactor": 1.1,
"y": "0.65",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.75",
"zoomFactor": 1.1,
"y": "0.71",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.55",
"zoomFactor": 1.1,
"y": "0.40",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.39",
"zoomFactor": 1.1,
"y": "0.43",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_5",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.32",
"zoomFactor": 1.1,
"y": "0.49",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_6",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.57",
"zoomFactor": 1.1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_1C53BB41_05C0_E157_4148_F13758B5B325_7",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.27",
"zoomFactor": 1.1,
"y": "0.43",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_1C53BB41_05C0_E157_4148_F13758B5B325_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"map": {
"width": 200,
"x": 1243.65,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_0_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 120.53,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1243.65,
"y": 120.53,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_0.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A30BFB6F_B0A0_B777_41D2_8BE46A3696E5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 968.56,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 269.79,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 968.56,
"y": 269.79,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A5F28DC6_B0E1_F3A8_41C4_FC921A03CC96",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 26)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 663.24,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 317.55,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 663.24,
"y": 317.55,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_2.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A57DCCFE_B0E7_9158_41D8_F1CDD7B35403",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 27)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1094.86,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_3_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 19.84,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1094.86,
"y": 19.84,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_3.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A681A3BA_B0E1_97D8_41E0_5639842B9A20",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 401.05,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_4_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 247.1,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 401.05,
"y": 247.1,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_4.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A6404360_B0E0_9768_41D2_3F2D5E96AC7F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1536.14,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_5_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 7.34,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1536.14,
"y": 7.34,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A33E9485_B0A1_91A9_41E2_195B443E2979_HS_5.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A753452E_B0E0_B0F8_41E0_DF21B979EFFA",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3B494DC_A414_DAB8_41B1_7C27F4B9D6C7",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6784"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"maps": [
{
"yaw": -2.32,
"hfov": 6.06,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_7_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.87,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_7_0.png",
"width": 110,
"height": 110,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.87,
"yaw": -2.32,
"hfov": 6.06,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F578E9BF_E5F7_3509_41CE_7685AC3DADBA",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aEscenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 94.35,
"hfov": 4.14,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -29.3,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_2_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -29.3,
"yaw": 94.35,
"hfov": 4.14,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57889C0_E5F7_3577_41C8_0BB8432AC6FB",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 94.4,
"hfov": 20.66,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.9,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8E1185B_F8EF_4DB0_41B8_504329D13B5D",
"pitch": -30.9,
"yaw": 94.4,
"hfov": 20.66,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F578A9C0_E5F7_3577_41EC_200EB6E8A17A",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 6.16,
"hfov": 5.39,
"image": {
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_5_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.81,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FE885B_F8EF_4DB0_41A0_82363F44F958",
"pitch": -10.81,
"yaw": 6.16,
"hfov": 5.39,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57929C0_E5F7_3577_41DB_842363B50C64",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_705296AF_5AA4_8396_41D1_4B388C33E2FB, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_73E6DDE4_5B7C_818B_41D0_FF5AF638CA22, null, null, null, null, false)",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E1735EEE_F4E0_E1AC_41B0_D44A87DDEC25",
"video": {
"mp4Url": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E1735EEE_F4E0_E1AC_41B0_D44A87DDEC25_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 17.36,
"useHandCursor": true,
"roll": 20.28,
"yaw": -47.2,
"hfov": 8.98,
"rotationY": -41.3,
"rotationX": -5.76,
"vfov": 5.97,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E73C1BD6_F4E0_67FC_41E3_F3C3CC56045C",
"video": {
"mp4Url": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E73C1BD6_F4E0_67FC_41E3_F3C3CC56045C_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 23.49,
"useHandCursor": true,
"roll": -13.2,
"yaw": 34.17,
"hfov": 13.73,
"rotationY": 29.75,
"rotationX": -10.71,
"vfov": 7.53,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 162.15,
"hfov": 21.66,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.93,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FE185B_F8EF_4DB0_41BF_7DEDCC7CD290",
"pitch": -25.93,
"yaw": 162.15,
"hfov": 21.66,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F758F5FF_E5F7_7D09_41D2_6B30FD111631",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 10)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -30.34,
"hfov": 22.38,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.39,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FF985C_F8EF_4DB0_41DC_91A2441095A4",
"pitch": -20.39,
"yaw": -30.34,
"hfov": 22.38,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F75815FF_E5F7_7D09_41EA_2AA69F41A830",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -30.41,
"hfov": 4.5,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.88,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.88,
"yaw": -30.41,
"hfov": 4.5,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F75875FF_E5F7_7D09_41E9_3750F6994AF7",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 162.08,
"hfov": 4.32,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -24.59,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -24.59,
"yaw": 162.08,
"hfov": 4.32,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F75F85FF_E5F7_7D09_419E_A1308F4FAFF5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 10)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E73D7A36_F4E0_20BF_41C0_EBC0C4FEDC9C",
"video": {
"mp4Url": "media/video_7183162F_5B5C_8295_41C7_0366F2233105.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E73D7A36_F4E0_20BF_41C0_EBC0C4FEDC9C_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.94,
"useHandCursor": true,
"roll": 0.63,
"yaw": -117.25,
"hfov": 83.9,
"rotationY": -1.23,
"rotationX": -0.92,
"vfov": 49.45,
"blending": 0.02,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 173.54,
"hfov": 4.41,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.79,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.79,
"yaw": 173.54,
"hfov": 4.41,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F427EB65_E5F2_D539_41E0_C251DD2A211D",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 13)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F3F863_F8EF_4D97_419E_866569A114CC",
"pitch": -23.5,
"yaw": 173.73,
"hfov": 21.89,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4278B65_E5F2_D539_4192_22422380A22B",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 13)",
"mapColor": "image",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -175.33,
"hfov": 4.43,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.15,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.15,
"yaw": -175.33,
"hfov": 4.43,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4277B66_E5F2_D53B_41CD_F91827E0297B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 15)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F32863_F8EF_4D97_41E9_F4452FCA0AAA",
"pitch": -23.88,
"yaw": 161.89,
"hfov": 21.83,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4271B66_E5F2_D53B_41E3_97C7294F10C4",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 5)",
"mapColor": "image",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 161.87,
"hfov": 4.4,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.11,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.11,
"yaw": 161.87,
"hfov": 4.4,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4272B66_E5F2_D53B_41CF_6A1CB6D12E16",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 5)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F0B863_F8EF_4D97_41C0_A2B5BAF977B8",
"pitch": -22.81,
"yaw": -175.23,
"hfov": 22.01,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F420CB66_E5F2_D53B_41E7_C445CF6FD5B8",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 15)",
"mapColor": "image",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E0518E71_F4E1_E0B5_41E7_C7D311BF3BDE",
"video": {
"mp4Url": "media/video_53C2E36E_4EA4_7A09_41C5_3839C9577BB8.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E0518E71_F4E1_E0B5_41E7_C7D311BF3BDE_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 9.15,
"useHandCursor": true,
"roll": 0.85,
"yaw": -29.27,
"hfov": 39.8,
"rotationY": -4.15,
"rotationX": -7.26,
"vfov": 23.61,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_EF75293E_F520_20AF_41C5_CCA60D74AA61",
"video": {
"mp4Url": "media/video_76E6B764_5AA4_828B_41CE_179742B95CCE.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_EF75293E_F520_20AF_41C5_CCA60D74AA61_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.19,
"useHandCursor": true,
"roll": -0.24,
"yaw": 149.76,
"hfov": 19.03,
"rotationY": -2.62,
"rotationX": -3.99,
"vfov": 10.81,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 176.19,
"hfov": 18.9,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -37.65,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A89882_F8EF_4E91_41EB_41144A52C89F",
"pitch": -37.65,
"yaw": 176.19,
"hfov": 18.9,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1234C71_E5F2_D318_41B5_8265DDE09B55",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 34)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa Jugadores\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 143.42,
"hfov": 7.52,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_7_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -3.23,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A81882_F8EF_4E91_41E3_09EF4F80590A",
"pitch": -3.23,
"yaw": 143.42,
"hfov": 7.52,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1236C71_E5F2_D318_41CD_03009969FD69",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_641F6103_6BC1_0C83_41C6_586B2581523C, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_7B22102E_6BC1_0C85_41C5_E6CBA2CE7659, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informacion\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -88.9,
"hfov": 4.24,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_4_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.86,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_4_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.86,
"yaw": -88.9,
"hfov": 4.24,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1230C72_E5F2_D318_41D6_81F8EBFCEA47",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 31)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa de Jugadores\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -101.99,
"hfov": 4.23,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_6_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.19,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_6_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.19,
"yaw": -101.99,
"hfov": 4.23,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F122CC72_E5F2_D318_41E1_4A7150E03091",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 32)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa de Jugadores\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 176.18,
"hfov": 3.85,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -35.93,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_2_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -35.93,
"yaw": 176.18,
"hfov": 3.85,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1229C72_E5F2_D318_41DC_19FE39C6A1B5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 34)",
"mapColor": "#FF0000",
"toolTip": "Sala Carpa Jugadores\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A67883_F8EF_4E96_41D0_4B7C8959CD1C",
"pitch": -28.86,
"yaw": -101.82,
"hfov": 20.91,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F122AC72_E5F2_D318_41D6_19AB274905EB",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 32)",
"mapColor": "image",
"toolTip": "Sala Carpa de Jugadores\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A7D884_F8EF_4E91_41DC_D900113EE74E",
"pitch": -28.49,
"yaw": -88.84,
"hfov": 20.98,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1225C72_E5F2_D318_41D1_E65A89CF54FA",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 31)",
"mapColor": "image",
"toolTip": "Sala Carpa de Jugadores\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E2E5C106_F521_E05F_41E4_721AD858ED1E",
"video": {
"mp4Url": "media/video_69CBF4AA_4B79_9855_41AB_04B3AC356423.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E2E5C106_F521_E05F_41E4_721AD858ED1E_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.3,
"useHandCursor": true,
"roll": -0.15,
"yaw": 78.44,
"hfov": 14.59,
"rotationY": 26.97,
"rotationX": 3.48,
"vfov": 8.16,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D0D87D_F8EF_4E73_41DD_351891925BDF",
"pitch": -43.6,
"yaw": -18.99,
"hfov": 17.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BA77CB_E5F1_5D09_41E5_8C2A462B1B4B",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -19.1,
"hfov": 3.54,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -41.93,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -41.93,
"yaw": -19.1,
"hfov": 3.54,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BA57CB_E5F1_5D09_41E8_1FC92331F48F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -34.53,
"hfov": 3.53,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -42.09,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -42.09,
"yaw": -34.53,
"hfov": 3.53,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BA97CB_E5F1_5D09_41E1_3D350D3EE638",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -49.9,
"hfov": 3.58,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -41.17,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -41.17,
"yaw": -49.9,
"hfov": 3.58,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BAE7CB_E5F1_5D09_41EB_49F9650E5887",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D1187E_F8EF_4E71_41DD_064632ACBE22",
"pitch": -43.76,
"yaw": -34.54,
"hfov": 17.24,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BAC7CC_E5F1_5D0F_41EA_3CA0FBAA4760",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8AE887E_F8EF_4E71_41CC_4903D545EDCD",
"pitch": -42.62,
"yaw": -49.77,
"hfov": 17.57,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1BB27CC_E5F1_5D0F_41D3_13B720131759",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3DEC4EC_A414_DA98_41C8_3128E40599D7",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6789"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3D894F0_A414_DA88_41E1_58FF5AD1C691",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6790"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"maps": [
{
"yaw": -123.22,
"hfov": 7.53,
"image": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_1_HS_1_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 2.32,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_1_HS_1_0.png",
"width": 125,
"height": 125,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 2.32,
"yaw": -123.22,
"hfov": 7.53,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0B70DC5_E5F3_4D78_41D9_FB061A2EE330",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_684A8E3C_4B78_A8AD_41BF_1606A5C3921C, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A8174128_A413_5B98_41DB_5DE4A7F94663, this.video_4341273C_52BF_2372_41B2_0B8B1493ABDE, this.playList_B5B6F175_A415_DB88_41B4_73111D1E23A0, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 143.36,
"hfov": 21.22,
"image": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.27,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DCB872_F8EF_4E71_41E6_A18E0744A750",
"pitch": -27.27,
"yaw": 143.36,
"hfov": 21.22,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F41392D3_E5F3_F718_41E4_CBB902026528",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 20)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 63.76,
"hfov": 6.39,
"image": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_2_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 5.29,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DC3872_F8EF_4E71_41EA_A01689384515",
"pitch": 5.29,
"yaw": 63.76,
"hfov": 6.39,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F41262D3_E5F3_F718_41E1_8ED56D21ACCA",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 143.4,
"hfov": 4.29,
"image": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.52,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.52,
"yaw": 143.4,
"hfov": 4.29,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F41252D3_E5F3_F718_41E8_E4535199C36E",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 20)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8AE187F_F8EF_4E6F_41C4_CB2D94879845",
"pitch": -17.72,
"yaw": -164.68,
"hfov": 22.74,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0902D17_E5F1_CD19_41CF_C0FC0E213FFC",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 27)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8AF487F_F8EF_4E6F_41E6_C3D1D9D64F48",
"pitch": -17.86,
"yaw": -176.57,
"hfov": 22.72,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F090CD17_E5F1_CD18_41E8_86A4194390CE",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 21)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8ACF87F_F8EF_4E6F_41DA_747808D51DE2",
"pitch": -18.79,
"yaw": 174.14,
"hfov": 22.6,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0908D18_E5F1_CD17_41E9_452107464236",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 174.39,
"hfov": 4.54,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.28,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.28,
"yaw": 174.39,
"hfov": 4.54,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0917D18_E5F1_CD17_41CD_C79775A8891C",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -164.48,
"hfov": 4.56,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -16.19,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -16.19,
"yaw": -164.48,
"hfov": 4.56,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F093ED18_E5F1_CD17_41DD_F218275898CC",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 27)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -176.7,
"hfov": 4.57,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -16.03,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -16.03,
"yaw": -176.7,
"hfov": 4.57,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0938D19_E5F1_CD09_41E9_D4CED3612DF2",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 21)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A28887_F8EF_4E90_41BA_E4F91044BD2A",
"pitch": -35.47,
"yaw": 168.17,
"hfov": 19.44,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0C927EA_E5F1_5D0B_41E0_B229A2C17FE7",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 168.12,
"hfov": 3.95,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.79,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.79,
"yaw": 168.12,
"hfov": 3.95,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0C907EB_E5F1_5D09_41A0_576C45AA74CF",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A39888_F8EF_4E90_41EE_CDC45943A450",
"pitch": -36.5,
"yaw": 153.62,
"hfov": 19.19,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0C947EB_E5F1_5D09_41E7_0933DB171AA0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 153.64,
"hfov": 3.9,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.91,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.91,
"yaw": 153.64,
"hfov": 3.9,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0C997EB_E5F1_5D09_41A0_B80C09F0B89B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A06889_F8EF_4E90_41E1_973CBC06C172",
"pitch": -36.11,
"yaw": 140.14,
"hfov": 19.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0C9F7EB_E5F1_5D09_41B8_91866B563B60",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 140.26,
"hfov": 3.92,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.43,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.43,
"yaw": 140.26,
"hfov": 3.92,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F0CE37EB_E5F1_5D09_41BA_197F1452F513",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 158.34,
"hfov": 4.54,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.29,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.29,
"yaw": 158.34,
"hfov": 4.54,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5505050_E5F1_3318_41C7_CF016E0D25B4",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 16)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aReservado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 158.31,
"hfov": 22.82,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -18.65,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F42861_F8EF_4D93_41EE_056EBFB768D9",
"pitch": -18.65,
"yaw": 158.31,
"hfov": 22.82,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5501050_E5F1_3318_41C2_59BCC3E9524E",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 16)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aReservado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -11.79,
"hfov": 22.51,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -19.43,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F5A861_F8EF_4D93_414E_62829D531ED4",
"pitch": -19.43,
"yaw": -11.79,
"hfov": 22.51,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F5503050_E5F1_3318_41D7_C0FF3D1134F8",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -126.74,
"hfov": 7.54,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_4_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.82,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_4_0.png",
"width": 125,
"height": 125,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.82,
"yaw": -126.74,
"hfov": 7.54,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F551C050_E5F1_3318_41CD_284747C55BD1",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_66ACF2A7_4B19_985B_41C7_F2F2FFDD6857, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A88BC024_A413_5988_41D2_376D2D3EFF2F, this.video_681C5F21_4B79_6857_41C3_6DE62FAF7B3B, this.playList_B56AE156_A415_DB88_41BC_2BB517FE6405, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -11.85,
"hfov": 4.52,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.8,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.8,
"yaw": -11.85,
"hfov": 4.52,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F551D050_E5F1_3318_41DE_3BAB566A27E3",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"map": {
"width": 200,
"x": 1548.78,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_0_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 35.15,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1548.78,
"y": 35.15,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_0.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A8D3A4A9_B0E0_71F9_41AB_CCB5DF454A48",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 953.61,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 219.23,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 953.61,
"y": 219.23,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A8AF1699_B0E0_91D9_41D7_17C4D735E252",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 20)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 564.89,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 179.08,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 564.89,
"y": 179.08,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_2.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AC6ED351_B061_B0A9_4191_16560C3E3D04",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1125.05,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_3_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 17.51,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1125.05,
"y": 17.51,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_3.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A9197CE3_B060_9168_4198_E190E2FD824A",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1291.62,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_4_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 98.36,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1291.62,
"y": 98.36,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_4.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AB835433_B060_90E8_41C8_A5CE1066440A",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 701.18,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_5_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 302.73,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 701.18,
"y": 302.73,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A35ABA13_B0A1_90A9_41B9_CC0C36DB783E_HS_5.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AB3C3326_B060_90E8_41DB_E519C77948D8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 21)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"class": "VideoPanoramaOverlay",
"click": "if(this.overlay_5927000E_49F8_986C_41C2_DC0126694535.get('state') != 'playing'){ this.overlay_5927000E_49F8_986C_41C2_DC0126694535.play(); } else { this.overlay_5927000E_49F8_986C_41C2_DC0126694535.pause(); }",
"id": "overlay_5927000E_49F8_986C_41C2_DC0126694535",
"video": {
"mp4Url": "media/video_731368F5_5AA5_8F8A_41D3_B318501AD955.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": true,
"image": {
"levels": [
{
"url": "media/overlay_5927000E_49F8_986C_41C2_DC0126694535_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.91,
"useHandCursor": true,
"roll": 0.87,
"yaw": -89.15,
"hfov": 75.22,
"rotationY": 1.27,
"rotationX": 2.19,
"vfov": 46.18,
"blending": 0,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": 17.74,
"hfov": 4.35,
"image": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.73,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_1_HS_1_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -23.73,
"yaw": 17.74,
"hfov": 4.35,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_59CFEA9A_49F8_A875_41C2_D8312EE9E242",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 46)",
"mapColor": "#FF0000",
"toolTip": "Palco Presidencial\u000aEscenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 17.94,
"hfov": 21.76,
"image": {
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.37,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8B63890_F8EF_4EB0_41EA_3FF7704F7F4D",
"pitch": -25.37,
"yaw": 17.94,
"hfov": 21.76,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_59CF2A9A_49F8_A875_41C3_36EB0AB4557D",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 46)",
"mapColor": "#FF0000",
"toolTip": "Palco Presidencial\u000aEscenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"map": {
"width": 200,
"x": 1033.72,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_0_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 238.95,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1033.72,
"y": 238.95,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_0.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A493A22B_B0A0_90F8_41DC_64D21CC99502",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 6)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1359.35,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 127.93,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1359.35,
"y": 127.93,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_1.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A493922B_B0A0_90F8_41BC_1D876B53F9D7",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 536.66,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 279.51,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 536.66,
"y": 279.51,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_2.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A492022C_B0A0_90F8_41E5_FCC1985DB09B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 201.1,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_3_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 236.57,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 201.1,
"y": 236.57,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_3.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A492722C_B0A0_90F8_41D1_F7F1B96CB559",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 660.31,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_4_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 435.63,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 660.31,
"y": 435.63,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_4.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A492622C_B0A0_90F8_41DE_56CD0DF1A019",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 10)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 854.35,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_5_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 435.63,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 854.35,
"y": 435.63,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_5.png",
"width": 166,
"height": 249,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A492422C_B0A0_90F8_41B3_AD2E3553FCB1",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 9)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 62.78,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_6_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 368.1,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 62.78,
"y": 368.1,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_6.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AF1B985B_B06F_B159_41C0_04FE7120F1A9",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 8)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 199,
"x": 326.11,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_7_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 398.13,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 326.11,
"y": 398.13,
"width": 199,
"image": {
"levels": [
{
"url": "media/map_A493B22B_B0A0_90F8_41DC_515312B82728_HS_7.png",
"width": 165,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_8E62F649_9DBF_E16B_41C5_F90379258CD5",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 30)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1381.37,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_0_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 122.4,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1381.37,
"y": 122.4,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_0.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A32143BC_B0A0_97D8_41D2_1B59A9CCD08A",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1202.29,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_1_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 157.55,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1202.29,
"y": 157.55,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_1.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A32133BC_B0A0_97D8_41E3_FA92B54ED1AA",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 3)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 1020.85,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_2_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 245.9,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 1020.85,
"y": 245.9,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_2.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A32123BC_B0A0_97D8_41E1_A47AD2CB19F4",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 548.91,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_3_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 258.55,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 548.91,
"y": 258.55,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_3.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A32103BC_B0A0_97D8_41BD_6F1018139CA1",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 170.47,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_4_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 268.55,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 170.47,
"y": 268.55,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_4.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_A321F3BC_B0A0_97D8_41D5_88E1AA0C2CA8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 881.64,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_5_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 432.76,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 881.64,
"y": 432.76,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_5.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AFFF9004_B060_90A8_41E6_032B5FBD5FC2",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 9)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 667.69,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_6_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 407.48,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 667.69,
"y": 407.48,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_6.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AF5F76DA_B067_9158_41D8_4464D0C2F1E7",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 10)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 200,
"x": 39.04,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_7_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 362.19,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 39.04,
"y": 362.19,
"width": 200,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_7.png",
"width": 166,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_AF15844B_B060_70B8_41B7_54D4316FAA6E",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 8)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"map": {
"width": 199,
"x": 322.04,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_8_map.gif",
"width": 16,
"height": 24,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"offsetX": 0,
"offsetY": 0,
"height": 300,
"y": 381.78,
"class": "HotspotMapOverlayMap"
},
"image": {
"x": 322.04,
"y": 381.78,
"width": 199,
"image": {
"levels": [
{
"url": "media/map_A32163BC_B0A0_97D8_41B8_CCC67BDAD5B2_HS_8.png",
"width": 165,
"height": 250,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"height": 300,
"class": "HotspotMapOverlayImage"
},
"rollOverDisplay": false,
"useHandCursor": true,
"id": "overlay_89FCC6DB_9DBD_2168_41DA_73E9C00957DD",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 30)",
"mapColor": "#FF0000",
"class": "HotspotMapOverlayArea"
}
],
"class": "AreaHotspotMapOverlay"
},
{
"playbackBarBorderColor": "#FFFFFF",
"toolTipTextShadowBlurRadius": 3,
"toolTipShadowVerticalLength": 0,
"id": "viewer_uidB3B1E4DF_A414_DAB8_4190_D3B29CE834AD",
"paddingLeft": 0,
"playbackBarProgressBorderColor": "#000000",
"progressLeft": 0,
"progressBarBackgroundColor": [
"#3399FF"
],
"width": "100%",
"playbackBarProgressBorderSize": 0,
"displayTooltipInTouchScreens": true,
"toolTipTextShadowOpacity": 0,
"progressBarBackgroundColorDirection": "vertical",
"minHeight": 50,
"borderSize": 0,
"playbackBarHeadBackgroundColorDirection": "vertical",
"toolTipFontColor": "#606060",
"progressBarBorderRadius": 0,
"progressBorderRadius": 0,
"toolTipPaddingRight": 6,
"playbackBarHeadShadowColor": "#000000",
"playbackBarProgressBackgroundColor": [
"#3399FF"
],
"progressBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadShadowVerticalLength": 0,
"playbackBarBackgroundColorDirection": "vertical",
"toolTipOpacity": 1,
"toolTipShadowColor": "#333333",
"progressBackgroundColorDirection": "vertical",
"playbackBarProgressOpacity": 1,
"playbackBarBottom": 0,
"progressBarBorderColor": "#000000",
"minWidth": 100,
"playbackBarHeadBackgroundColor": [
"#111111",
"#666666"
],
"progressBarOpacity": 1,
"vrPointerSelectionTime": 2000,
"playbackBarBorderSize": 0,
"firstTransitionDuration": 0,
"toolTipBorderRadius": 3,
"playbackBarProgressBackgroundColorRatios": [
0
],
"height": "100%",
"playbackBarHeadShadowOpacity": 0.7,
"progressBarBackgroundColorRatios": [
0
],
"progressBackgroundOpacity": 1,
"playbackBarHeadBorderRadius": 0,
"toolTipShadowOpacity": 1,
"playbackBarRight": 0,
"toolTipShadowSpread": 0,
"shadow": false,
"toolTipPaddingLeft": 6,
"toolTipDisplayTime": 500,
"progressBorderColor": "#000000",
"playbackBarOpacity": 1,
"transitionDuration": 500,
"class": "ViewerArea",
"toolTipShadowBlurRadius": 3,
"playbackBarBackgroundOpacity": 1,
"progressBarBorderSize": 0,
"toolTipFontFamily": "Arial",
"progressRight": 0,
"playbackBarProgressBackgroundColorDirection": "vertical",
"toolTipPaddingBottom": 4,
"playbackBarHeadBorderColor": "#000000",
"playbackBarHeadShadow": true,
"playbackBarHeadOpacity": 1,
"paddingRight": 0,
"playbackBarBackgroundColor": [
"#FFFFFF"
],
"playbackBarHeadBorderSize": 0,
"progressBottom": 2,
"toolTipBackgroundColor": "#F6F6F6",
"playbackBarProgressBorderRadius": 0,
"playbackBarHeadShadowHorizontalLength": 0,
"toolTipFontSize": "1.11vmin",
"progressBackgroundColorRatios": [
0
],
"transitionMode": "blending",
"playbackBarLeft": 0,
"paddingBottom": 0,
"playbackBarHeadHeight": 15,
"progressOpacity": 1,
"progressHeight": 10,
"toolTipFontStyle": "normal",
"playbackBarHeight": 10,
"propagateClick": false,
"vrPointerSelectionColor": "#FF6600",
"toolTipBorderSize": 1,
"toolTipFontWeight": "normal",
"toolTipPaddingTop": 4,
"progressBorderSize": 0,
"toolTipTextShadowColor": "#000000",
"playbackBarBorderRadius": 0,
"playbackBarHeadShadowBlurRadius": 3,
"toolTipShadowHorizontalLength": 0,
"playbackBarHeadBackgroundColorRatios": [
0,
1
],
"data": {
"name": "ViewerArea6785"
},
"paddingTop": 0,
"toolTipBorderColor": "#767676",
"vrPointerColor": "#FFFFFF",
"playbackBarHeadWidth": 6,
"borderRadius": 0
},
{
"maps": [
{
"yaw": -94.66,
"hfov": 4.44,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_9_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.97,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_9_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.97,
"yaw": -94.66,
"hfov": 4.44,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA3074C8_E5F1_5308_41EC_3175753C9358",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 8)",
"mapColor": "#FF0000",
"toolTip": "Palco Presidencial",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 172.53,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_12_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.25,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8ECC850_F8EF_4DB0_41AD_BC6F8493BF7F",
"pitch": -1.25,
"yaw": 172.53,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA3064C9_E5F1_5308_41EB_CF4EFF96C1BA",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 30)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -81.67,
"hfov": 4.44,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_11_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.97,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_11_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.97,
"yaw": -81.67,
"hfov": 4.44,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA3044C9_E5F1_5308_41B2_EF9F5E396216",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 46)",
"mapColor": "#FF0000",
"toolTip": "Palco Presidencial\u000aEscenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 140.66,
"hfov": 22.39,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.62,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EDD851_F8EF_4DB0_41D1_377445014A00",
"pitch": -21.62,
"yaw": 140.66,
"hfov": 22.39,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA31A4C9_E5F1_5308_41A7_8C355603AFB1",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8ED4851_F8EF_4DB0_41E4_C706E0281D10",
"pitch": -22.24,
"yaw": -94.64,
"hfov": 22.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA3184C9_E5F1_5308_41D3_6668CDD1ED86",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 8)",
"mapColor": "image",
"toolTip": "Palco Presidencial",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8EAF852_F8EF_4DB0_41E6_C4376716F9AA",
"pitch": -22.24,
"yaw": -81.87,
"hfov": 22.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA31F4C9_E5F1_5308_41D4_1709D6911684",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 46)",
"mapColor": "image",
"toolTip": "Palco Presidencial\u000aEscenario Volado",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -36.43,
"hfov": 6.16,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_7_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -2.31,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_7_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -2.31,
"yaw": -36.43,
"hfov": 6.16,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA31E4C9_E5F1_5308_41E3_AAD966CDD94F",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galr\u00eda \u000aPalco Honor ",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 140.68,
"hfov": 4.46,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.21,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.21,
"yaw": 140.68,
"hfov": 4.46,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA31C4CA_E5F1_5308_41EB_4E3C037473E9",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 9.35,
"hfov": 19.92,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.45,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FC485C_F8EF_4DB1_41E8_EAD83CDB5E8B",
"pitch": -33.45,
"yaw": 9.35,
"hfov": 19.92,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4906433_E5F1_5319_41E7_3D93496A12CF",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 9.29,
"hfov": 4.04,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -31.7,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -31.7,
"yaw": 9.29,
"hfov": 4.04,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F4909433_E5F1_5319_41E1_A25BDB3795AC",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 125.04,
"hfov": 4.46,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.24,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -20.24,
"yaw": 125.04,
"hfov": 4.46,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F490D433_E5F1_5319_41E4_C4B28A4FDC0F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 9)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 125.09,
"hfov": 22.4,
"image": {
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.51,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FD485D_F8EF_4DB0_41EE_6D8B519FB657",
"pitch": -21.51,
"yaw": 125.09,
"hfov": 22.4,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F490C433_E5F1_5319_41D7_BBA514689BCE",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 9)",
"mapColor": "#FF0000",
"toolTip": "Sala Copas",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 30.64,
"hfov": 6.14,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_13_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.32,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_13_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.32,
"yaw": 30.64,
"hfov": 6.14,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F63F689D_E5F2_D308_41EB_94B96A4D9C74",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A.set('selectedIndex', -1); }, this); this.playList_B38B34CC_A414_DA98_41D6_AEFDD15FA43A.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aSiglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8F11864_F8EF_4D91_41B7_D078B131086E",
"pitch": -35.29,
"yaw": 69.55,
"hfov": 19.49,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F63F389D_E5F2_D308_41D7_B1A266616774",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C, this.camera_B0B85624_A414_D988_41DC_C7CC0180F79F); this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CE8865_F8EF_4D93_41E4_ED35B535EF2F",
"pitch": -34.01,
"yaw": 43.59,
"hfov": 19.79,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638F89D_E5F2_D308_41C1_3F96930C1C6F",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31, this.camera_B0CF765C_A414_D9B8_41D3_54538EF00C7A); this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 56.68,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": 56.68,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638D89D_E5F2_D308_41B0_7710115FC06D",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38, this.camera_B0A4E63F_A414_D9F7_41DE_C5777F37705E); this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 43.48,
"hfov": 4.02,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.22,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.22,
"yaw": 43.48,
"hfov": 4.02,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638A89D_E5F2_D308_41D5_062C1CAEFA21",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31, this.camera_B0C4766A_A414_D998_41E1_6C98028CF0F4); this.mainPlayList.set('selectedIndex', 25)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CF4865_F8EF_4D93_41B7_C65D0AB9C2B4",
"pitch": -35.12,
"yaw": 56.56,
"hfov": 19.53,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638789E_E5F2_D308_41C6_5400E00AA140",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38, this.camera_B0D9F64D_A414_D998_41E0_EE01A8670FF1); this.mainPlayList.set('selectedIndex', 19)",
"mapColor": "image",
"toolTip": "Sala Siglo XX\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -101.17,
"hfov": 4,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_7_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.63,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_7_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.63,
"yaw": -101.17,
"hfov": 4,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638589E_E5F2_D308_41E3_36AB1A949096",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -86.43,
"hfov": 6.15,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_12_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.07,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_12_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.07,
"yaw": -86.43,
"hfov": 6.15,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638189E_E5F2_D308_41EC_92E5A330AD9B",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B38834CE_A414_DA98_41E4_615C045D96EE.set('selectedIndex', -1); }, this); this.playList_B38834CE_A414_DA98_41E4_615C045D96EE.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aParis 1956",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -128.36,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_11_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_11_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": -128.36,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F639F89E_E5F2_D308_41E1_CC17D82009A8",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CD3867_F8EF_4D9F_41B1_502C0F9C5345",
"pitch": -35.15,
"yaw": -128.57,
"hfov": 19.52,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F639B89E_E5F2_D308_41DC_C2C32CD83F21",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 35)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CAB868_F8EF_4D91_41C1_E14A117F61CC",
"pitch": -35.38,
"yaw": -115.03,
"hfov": 19.46,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F63F189F_E5F2_D308_41E5_BDC38B4556DE",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CA0868_F8EF_4D91_41EF_10F081B1C8B9",
"pitch": -34.41,
"yaw": -101.07,
"hfov": 19.7,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638E89F_E5F2_D308_41C1_13E93B6B7AD1",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 37)",
"mapColor": "image",
"toolTip": "Sala Paris 1956\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 69.49,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.62,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.62,
"yaw": 69.49,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638B89F_E5F2_D308_41E0_71D97C30BD12",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C, this.camera_B0AD4632_A414_D988_41E1_E574B9BD85ED); this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -86.41,
"hfov": 5.32,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_15_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -14.3,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8CB5869_F8EF_4D93_41D1_6750CC70ADFF",
"pitch": -14.3,
"yaw": -86.41,
"hfov": 5.32,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638889F_E5F2_D308_41B0_7AD6B45030C5",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_41892542_529D_CA41_41D0_6584609C40C0, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_487C4338_52F7_2372_41B7_75FB78757C50, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informaci\u00f3n\u000aSala Paris 1956",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 30.91,
"hfov": 5.29,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_14_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.56,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8C8F869_F8EF_4D93_41E7_22407F34585D",
"pitch": -15.56,
"yaw": 30.91,
"hfov": 5.29,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638789F_E5F2_D308_41E2_89CCF25F5037",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_40433034_529C_C9C1_41C5_786827E0B2FB, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_48736337_52F7_237E_41B0_0FE5766B7396, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informaci\u00f3n \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -114.91,
"hfov": 3.96,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_9_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_9_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -33.48,
"yaw": -114.91,
"hfov": 3.96,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F638589F_E5F2_D308_41D1_02C4D930710E",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 39)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"items": [
{
"class": "PhotoPlayListItem",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_0",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.41",
"zoomFactor": 1.1,
"y": "0.73",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_1",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.70",
"zoomFactor": 1.1,
"y": "0.68",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_2",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.68",
"zoomFactor": 1.1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_3",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.47",
"zoomFactor": 1.1,
"y": "0.69",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
},
{
"class": "PhotoPlayListItem",
"media": "this.album_8A932108_9D8D_20E8_41A2_E7665556B47C_4",
"camera": {
"duration": 5000,
"easing": "linear",
"scaleMode": "fit_outside",
"targetPosition": {
"x": "0.68",
"zoomFactor": 1.1,
"y": "0.26",
"class": "PhotoCameraPosition"
},
"initialPosition": {
"x": "0.50",
"zoomFactor": 1,
"y": "0.50",
"class": "PhotoCameraPosition"
},
"class": "MovementPhotoCamera"
}
}
],
"id": "album_8A932108_9D8D_20E8_41A2_E7665556B47C_AlbumPlayList",
"class": "PhotoPlayList"
},
{
"maps": [
{
"yaw": -30.14,
"hfov": 22.79,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_6_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.34,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F717384A_F8EF_4D90_41EC_8A7F469F6906",
"pitch": -17.34,
"yaw": -30.14,
"hfov": 22.79,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F788D832_E5F1_7318_41CA_A3E8AA6E4B02",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 6)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 0.35,
"hfov": 20.24,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_13_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.05,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F714D84B_F8EF_4D90_41E8_7C9DDAD7AEA7",
"pitch": -32.05,
"yaw": 0.35,
"hfov": 20.24,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7893833_E5F1_7318_41E9_E969E6B751F0",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 0.77,
"hfov": 7.17,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_12_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.99,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F714484B_F8EF_4D90_41CD_FA6F8229971E",
"pitch": -17.99,
"yaw": 0.77,
"hfov": 7.17,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7896833_E5F1_7318_41E4_75205EB3E590",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_52EF5213_4EA4_9A1F_418B_A8ECABB0A634, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_6DAD9234_495D_9A19_41B8_8EAB76CBF207, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informacion\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -30.14,
"hfov": 4.57,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_8_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.71,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_8_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.71,
"yaw": -30.14,
"hfov": 4.57,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7895833_E5F1_7318_41E4_714E5F9A3E4F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 6)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 0.75,
"hfov": 6.06,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_11_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.85,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_11_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.85,
"yaw": 0.75,
"hfov": 6.06,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F789B833_E5F1_7318_41E4_7AB0D3B4F1B7",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', -1); }, this); this.playList_B39F44BC_A414_DAF8_41DC_D9726F14D212.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda\u000aPalco de Honor\u000a",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 33.2,
"hfov": 4.57,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_4_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.71,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_4_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -15.71,
"yaw": 33.2,
"hfov": 4.57,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F789E833_E5F1_7318_41EA_0EF7EC1B49D6",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"toolTip": "Palco de Honor\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 0.25,
"hfov": 4.1,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_14_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.37,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_14_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.37,
"yaw": 0.25,
"hfov": 4.1,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F789F833_E5F1_7318_41E1_D416A381BF60",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 7)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 33.28,
"hfov": 22.79,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_5_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.34,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_F713C84E_F8EF_4D90_41CA_481A50D7B9EC",
"pitch": -17.34,
"yaw": 33.28,
"hfov": 22.79,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F78E3833_E5F1_7318_41D8_3C52A2184E49",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 2)",
"mapColor": "#FF0000",
"toolTip": "Palco de Honor\u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -89.68,
"hfov": 30.4,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0_HS_15_0_0_map.gif",
"width": 22,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.93,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_0_HS_15_0.png",
"width": 506,
"height": 359,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.93,
"yaw": -89.68,
"hfov": 30.4,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_E1D16FDD_FFA1_3C5F_41EB_A5284333586B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_E2321C72_FFA3_DC6A_41D8_9BE6F1409BFF, true, 0, null, null, false)",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"click": "this.overlay_B71A537D_A413_3E7B_41E4_4CD65978DE23.play()",
"id": "overlay_B71A537D_A413_3E7B_41E4_4CD65978DE23",
"video": {
"mp4Url": "media/video_B7F53359_A413_DFBB_41A6_F524EE55FCAD.mp4",
"width": 720,
"height": 576,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_B71A537D_A413_3E7B_41E4_4CD65978DE23_t.jpg",
"width": 720,
"height": 576,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.78,
"chromaSmoothing": 0.03,
"roll": -0.04,
"yaw": 0.78,
"hfov": 13.56,
"chromaColor": "#1A558F",
"rotationY": -1.75,
"rotationX": 32.03,
"vfov": 14.06,
"blending": 0,
"autoplay": false,
"useHandCursor": true,
"distance": 50,
"enabledInCardboard": true,
"chromaThreshold": 0.14,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"viewerArea": "this.viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3",
"id": "viewer_uidB39D54BF_A414_DAF8_41D7_13DFD49908C3VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FD185D_F8EF_4DB0_41BE_60AFC39A2F8B",
"pitch": -33.65,
"yaw": -3.23,
"hfov": 19.87,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57AB309_E5F1_5509_41D5_0D6D321908A6",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 14)",
"mapColor": "image",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -3.1,
"hfov": 4.03,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.02,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -32.02,
"yaw": -3.1,
"hfov": 4.03,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57AA309_E5F1_5509_41DF_439462DA2BED",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 14)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates \u000aModo Reunion",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FA285E_F8EF_4DB0_41E0_F7CF094AA93D",
"pitch": -33.28,
"yaw": 11.24,
"hfov": 19.96,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57AF309_E5F1_5509_41E8_364D1ABA784A",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 15)",
"mapColor": "image",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 11.1,
"hfov": 4.05,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_5_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -31.51,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_5_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -31.51,
"yaw": 11.1,
"hfov": 4.05,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57AE309_E5F1_5509_41CA_CC943A5B6A6D",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 15)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -105.29,
"hfov": 7.18,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_7_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -17.81,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FB885E_F8EF_4DB0_41E1_A7B7B7B31837",
"pitch": -17.81,
"yaw": -105.29,
"hfov": 7.18,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57B330A_E5F1_550B_41C9_62254703AD0F",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.showPopupPanoramaOverlay(this.popup_73E9E34C_5B5F_829A_41B2_C09EA53E369E, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, this.ImageResource_73E0DDE6_5B7C_8197_41C0_488506B2480D, null, null, null, null, false)",
"mapColor": "#FF0000",
"toolTip": "Informacion\u000aPalco de Honor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8FB385E_F8EF_4DB0_41D9_C3F1A6E4A54F",
"pitch": -32.57,
"yaw": -17.81,
"hfov": 20.12,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F57B230A_E5F1_550B_41E9_4CD2BB956B19",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 12)",
"mapColor": "image",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -17.97,
"hfov": 4.08,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.86,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -30.86,
"yaw": -17.97,
"hfov": 4.08,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F579B30A_E5F1_550B_41E8_F59A2BA23A53",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 12)",
"mapColor": "#FF0000",
"toolTip": "Sala Emirates\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -105.27,
"hfov": 6.07,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_6_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.09,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_6_0.png",
"width": 102,
"height": 102,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -10.09,
"yaw": -105.27,
"hfov": 6.07,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F579A30A_E5F1_550B_41E4_06995E1428C3",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B39294C7_A414_DA88_4187_5BA17981D4E5.set('selectedIndex', -1); }, this); this.playList_B39294C7_A414_DA88_4187_5BA17981D4E5.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galer\u00eda \u000aSala Emirates",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2",
"id": "viewer_uidB39864C2_A414_DA88_4191_52CCF6229ED2VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -160.08,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_3_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -0.49,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DD7873_F8EF_4E77_41EA_6B19F2D1B59C",
"pitch": -0.49,
"yaw": -160.08,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7B0542D_E5F3_330B_41BA_9106808241CC",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 143.79,
"hfov": 21.98,
"image": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -22.98,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DAC873_F8EF_4E77_41C3_1F98FA1D81D1",
"pitch": -22.98,
"yaw": 143.79,
"hfov": 21.98,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7B0642E_E5F3_3308_41D5_DD8AF48BC1C7",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C, this.camera_B13A36D6_A413_2689_41E3_51ED1938733D); this.mainPlayList.set('selectedIndex', 23)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 143.72,
"hfov": 4.43,
"image": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.31,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_2_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -21.31,
"yaw": 143.72,
"hfov": 4.43,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7B3842E_E5F3_3308_41E5_7BF983A5860F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C, this.camera_B12FB6E5_A413_268B_41E2_F0BAD6FE94F5); this.mainPlayList.set('selectedIndex', 23)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -0.31,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_0_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -1.49,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DBF874_F8EF_4E71_41BD_4EC436D9E400",
"pitch": -1.49,
"yaw": -0.31,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F7B3A42E_E5F3_3308_41A9_1C79B796722F",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A, this.camera_B12586F5_A413_268B_41E1_2A374B2471F5); this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -163.61,
"hfov": 6.41,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_5_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 3.8,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8DB8874_F8EF_4E71_41ED_D16F7A1EEC71",
"pitch": 3.8,
"yaw": -163.61,
"hfov": 6.41,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60D918D_E5F3_7509_41E8_AE10B0F39F95",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 29)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -148.1,
"hfov": 21.3,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.83,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D8F874_F8EF_4E71_41EB_60428C2A21F4",
"pitch": -26.83,
"yaw": -148.1,
"hfov": 21.3,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60DF18E_E5F3_750B_41D8_7C94E637AF04",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C, this.camera_B08D9608_A414_D998_4152_CEA69112F1D8); this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 83.17,
"hfov": 21.3,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_2_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -26.83,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D87875_F8EF_4E73_41DF_C18C21265FAD",
"pitch": -26.83,
"yaw": 83.17,
"hfov": 21.3,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60D318E_E5F3_750B_41E6_9121C3B11CC5",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 102.95,
"hfov": 6.41,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_4_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.04,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D9E875_F8EF_4E73_41CD_5EEC479EB133",
"pitch": 4.04,
"yaw": 102.95,
"hfov": 6.41,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60D718E_E5F3_750B_41E0_AECC1F830753",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 83.23,
"hfov": 4.3,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_3_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.16,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_3_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.16,
"yaw": 83.23,
"hfov": 4.3,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60D418E_E5F3_750B_41E5_D9775C62B730",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 24)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -148.16,
"hfov": 4.31,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.04,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -25.04,
"yaw": -148.16,
"hfov": 4.31,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F60CB18E_E5F3_750B_41A5_25A8E9E63DA1",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.startPanoramaWithCamera(this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C, this.camera_B082B615_A414_D988_41E3_C8A0113F1E33); this.mainPlayList.set('selectedIndex', 22)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 145.15,
"hfov": 6.4,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_2_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.29,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D2D87C_F8EF_4E71_41EC_B01750404826",
"pitch": 4.29,
"yaw": 145.15,
"hfov": 6.4,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F179C93A_E5F1_5508_41D8_F3F9CDBC5610",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 28)",
"mapColor": "#FF0000",
"toolTip": "Palco \u000aSala Siglo XX",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -96.33,
"hfov": 3.92,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_1_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.33,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_1_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -34.33,
"yaw": -96.33,
"hfov": 3.92,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F166093A_E5F1_5508_41E3_323D0221EF95",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 26)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -96.14,
"hfov": 19.34,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_0_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -35.89,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8D3D87C_F8EF_4E71_41D0_1E5A094C2AE6",
"pitch": -35.89,
"yaw": -96.14,
"hfov": 19.34,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F166593A_E5F1_5508_41D4_227AD2E30D8C",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 26)",
"mapColor": "#FF0000",
"toolTip": "Sala Siglo XX\u000aModo Banquete",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -35.4,
"hfov": 6.24,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_3_0_0_map.gif",
"width": 15,
"height": 15,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.76,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_3_0.png",
"width": 103,
"height": 103,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 0.76,
"yaw": -35.4,
"hfov": 6.24,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F166793A_E5F1_5508_41E9_560F5B0718B1",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6B857223_7170_3E9F_41D3_3CD8D9AAE3E4, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A88FA02B_A413_5998_41D3_C3D8CF3906F2, this.video_46763246_5285_4E41_41C3_F5A6017470B5, this.playList_B58F316F_A415_DB98_41D8_C1A4D21F1AB9, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"media": "this.panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3C004FF_A414_DA78_41C0_DFF014AAB3D1, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 0, 1)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3C004FF_A414_DA78_41C0_DFF014AAB3D1",
"camera": "this.panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_camera"
},
{
"media": "this.panorama_F788F832_E5F1_7318_41EB_D519F4CA9803",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3C0C500_A414_DB88_41B3_1A258BFD2954, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 1, 2)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3C0C500_A414_DB88_41B3_1A258BFD2954",
"camera": "this.panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_camera"
},
{
"media": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FF4500_A414_DB88_41BC_3E9B308D56FA, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 2, 3)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FF4500_A414_DB88_41BC_3E9B308D56FA",
"camera": "this.panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_camera"
},
{
"media": "this.panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FE0500_A414_DB88_41C3_A38A9C9E3171, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 3, 4)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FE0500_A414_DB88_41C3_A38A9C9E3171",
"camera": "this.panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_camera"
},
{
"media": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FEF501_A414_DB88_41D8_0AAC1F137EBD, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 4, 5)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FEF501_A414_DB88_41D8_0AAC1F137EBD",
"camera": "this.panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_camera"
},
{
"media": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FC2501_A414_DB88_41D2_829A98BA75A8, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 6, 7)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FC2501_A414_DB88_41D2_829A98BA75A8",
"camera": "this.panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_camera"
},
{
"media": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FD2502_A414_DB88_41CE_89E2540E963A, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 7, 8)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FD2502_A414_DB88_41CE_89E2540E963A",
"camera": "this.panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_camera"
},
{
"media": "this.panorama_F57809BF_E5F7_3509_41C0_58A001E36E96",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FDB502_A414_DB88_41E4_5BA321506A67, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 8, 9)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FDB502_A414_DB88_41E4_5BA321506A67",
"camera": "this.panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_camera"
},
{
"media": "this.panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FC6502_A414_DB88_4198_0E71ED4BAB75, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 9, 10)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FC6502_A414_DB88_4198_0E71ED4BAB75",
"camera": "this.panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_camera"
},
{
"media": "this.panorama_F490442E_E5F1_530B_41C0_03663B68C850",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3FCD503_A414_DB88_41CD_55C842E4E06E, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 10, 11)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3FCD503_A414_DB88_41CD_55C842E4E06E",
"camera": "this.panorama_F490442E_E5F1_530B_41C0_03663B68C850_camera"
},
{
"media": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F88504_A414_DB88_41D9_F3D688F9FD5A, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 17, 18)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F88504_A414_DB88_41D9_F3D688F9FD5A",
"camera": "this.panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_camera"
},
{
"media": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F7F505_A414_DB88_41CA_ABBAE84B8E44, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 19, 20)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F7F505_A414_DB88_41CA_ABBAE84B8E44",
"camera": "this.panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_camera"
},
{
"media": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F65505_A414_DB88_41E0_07ED7EECD870, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 20, 21)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F65505_A414_DB88_41E0_07ED7EECD870",
"camera": "this.panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_camera"
},
{
"media": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F50505_A414_DB88_41DA_4B2B66FF9A5A, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 21, 22)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F50505_A414_DB88_41DA_4B2B66FF9A5A",
"camera": "this.panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_camera"
},
{
"media": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F5D506_A414_DB88_41CE_3ABAFE610496, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 22, 23)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F5D506_A414_DB88_41CE_3ABAFE610496",
"camera": "this.panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_camera"
},
{
"media": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F45506_A414_DB88_41DE_45C9191B5FAC, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 23, 24)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F45506_A414_DB88_41DE_45C9191B5FAC",
"camera": "this.panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_camera"
},
{
"media": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F33506_A414_DB88_41D8_FAAC08994535, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 24, 25)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F33506_A414_DB88_41D8_FAAC08994535",
"camera": "this.panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_camera"
},
{
"media": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F39506_A414_DB88_41E3_B05A642E6919, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 25, 26)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F39506_A414_DB88_41E3_B05A642E6919",
"camera": "this.panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_camera"
},
{
"media": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F25507_A414_DB88_41B0_121AC951CAA8, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 26, 27)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F25507_A414_DB88_41B0_121AC951CAA8",
"camera": "this.panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_camera"
},
{
"media": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F13507_A414_DB88_41CD_94F67C935B61, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 27, 28)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F13507_A414_DB88_41CD_94F67C935B61",
"camera": "this.panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_camera"
},
{
"media": "this.panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F1E507_A414_DB88_4189_FAC516090025, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 28, 29)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F1E507_A414_DB88_4189_FAC516090025",
"camera": "this.panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_camera"
},
{
"media": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3F0A508_A414_DB98_41CB_0A746678CA20, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 29, 30)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3F0A508_A414_DB98_41CB_0A746678CA20",
"camera": "this.panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_camera"
},
{
"media": "this.panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3EF3508_A414_DB98_41D1_91C3A145BD0C, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 30, 31)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3EF3508_A414_DB98_41D1_91C3A145BD0C",
"camera": "this.panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_camera"
},
{
"media": "this.panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3EF9508_A414_DB98_41DD_1EE9458CA598, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 31, 32)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3EF9508_A414_DB98_41DD_1EE9458CA598",
"camera": "this.panorama_F1E46A0F_E5F2_D708_41C7_38A5D4C76C59_camera"
},
{
"media": "this.panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3EEA509_A414_DB98_41D9_861546167111, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 32, 33)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3EEA509_A414_DB98_41D9_861546167111",
"camera": "this.panorama_F0B73DC5_E5F3_4D79_41C6_8952D94C5039_camera"
},
{
"media": "this.panorama_F1235C71_E5F2_D318_41EB_232581149B6F",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3ED1509_A414_DB98_41DD_0A03665F1A51, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 33, 34)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3ED1509_A414_DB98_41DD_0A03665F1A51",
"camera": "this.panorama_F1235C71_E5F2_D318_41EB_232581149B6F_camera"
},
{
"media": "this.panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9",
"class": "PanoramaPlayListItem",
"begin": "this.setMapLocation(this.PanoramaPlayListItem_B3EDC509_A414_DB98_41C6_9DCD4CCD1134, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 34, 35)",
"player": "this.MainViewerPanoramaPlayer",
"id": "PanoramaPlayListItem_B3EDC509_A414_DB98_41C6_9DCD4CCD1134",
"camera": "this.panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_camera"
},
{
"maps": [
{
"yaw": -22.62,
"hfov": 8.36,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_8_0_0_map.gif",
"width": 16,
"height": 32,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 17.43,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_8_0.png",
"width": 146,
"height": 292,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 17.43,
"yaw": -22.62,
"hfov": 8.36,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA9DE734_E5F1_3D1F_418D_28793CDFAF5B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"toolTip": "Sala \u000aParis 1956",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 20.59,
"hfov": 8.37,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_7_0_0_map.gif",
"width": 16,
"height": 32,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 17.17,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_7_0.png",
"width": 146,
"height": 292,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 17.17,
"yaw": 20.59,
"hfov": 8.37,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA9DF734_E5F1_3D1F_41C2_5A1F1290A41F",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 17)",
"mapColor": "#FF0000",
"toolTip": "Sala \u000aSiglo XX",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -31.42,
"hfov": 8.74,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_10_0_0_map.gif",
"width": 16,
"height": 32,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.11,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_10_0.png",
"width": 146,
"height": 292,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.11,
"yaw": -31.42,
"hfov": 8.74,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA821734_E5F1_3D1F_41E2_70DFD8F5DF35",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 33)",
"mapColor": "#FF0000",
"toolTip": "Sala \u000aCarpa Jugadores",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 27.37,
"hfov": 8.74,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_11_0_0_map.gif",
"width": 16,
"height": 32,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.11,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_11_0.png",
"width": 146,
"height": 292,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 4.11,
"yaw": 27.37,
"hfov": 8.74,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA822734_E5F1_3D1F_41C2_E7B7D737B5A9",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 11)",
"mapColor": "#FF0000",
"toolTip": "Sala \u000aEmirates",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -0.52,
"hfov": 8.61,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_9_0_0_map.gif",
"width": 16,
"height": 32,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 10.64,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_1_HS_9_0.png",
"width": 146,
"height": 292,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 10.64,
"yaw": -0.52,
"hfov": 8.61,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_EA823734_E5F1_3D1F_41D0_43FA97EE4FFD",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 1)",
"mapColor": "#FF0000",
"toolTip": "Sala\u000aPalco Honor",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -0.6,
"hfov": 7.49,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0_HS_12_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -9.73,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_EA9DD734_E5F1_3D1F_41D5_458BC36AAA6C_0_HS_12_0.png",
"width": 126,
"height": 125,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -9.73,
"yaw": -0.6,
"hfov": 7.49,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_ED3C651D_F92D_47B3_41EC_2074D56726E2",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_F7900E91_F961_5CA6_41C4_ECBF5FB4BBA3, true, 0, null, null, false)",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_DD23C082_FFE3_E4AA_41B9_376C36B9E458",
"video": {
"mp4Url": "media/video_DF1B4836_FFE3_63EA_41E4_F13FCB6B51C4.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": true,
"image": {
"levels": [
{
"url": "media/overlay_DD23C082_FFE3_E4AA_41B9_376C36B9E458_t.jpg",
"width": 1280,
"height": 720,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 9.59,
"chromaSmoothing": 0.05,
"roll": -0.47,
"yaw": -90.36,
"hfov": 31.58,
"chromaColor": "#28C034",
"rotationY": 0.09,
"rotationX": -17.43,
"vfov": 23.61,
"blending": 0,
"autoplay": true,
"useHandCursor": true,
"distance": 50,
"enabledInCardboard": true,
"chromaThreshold": 0.24,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"maps": [
{
"yaw": -97.96,
"hfov": 23.44,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_1_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -13.27,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8A1688A_F8EF_4E90_41E3_E4D47CD83D3E",
"pitch": -13.27,
"yaw": -97.96,
"hfov": 23.44,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1491DBD_E5F1_CD09_41EB_CADC97FE9255",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 36.85,
"hfov": 23.99,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_3_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.06,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BEC88A_F8EF_4E90_41C0_E625E0979D68",
"pitch": -5.06,
"yaw": 36.85,
"hfov": 23.99,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1492DBD_E5F1_CD09_41C1_3612BB75E559",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 38)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 77.57,
"hfov": 6.42,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_0_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.02,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8BE588A_F8EF_4E90_41E4_DBFD3E9F89C8",
"pitch": 1.02,
"yaw": 77.57,
"hfov": 6.42,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F149EDBD_E5F1_CD09_41C7_2D811C0E0411",
"data": {
"label": "9"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 18)",
"mapColor": "#FF0000",
"toolTip": "Entrada Ascensor",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -123.74,
"hfov": 7.53,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_5_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.83,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 50,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_5_0.png",
"width": 125,
"height": 125,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 1.83,
"yaw": -123.74,
"hfov": 7.53,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1499DBD_E5F1_CD09_41E2_054677CE0C13",
"data": {
"label": "Image"
},
"areas": [
{
"click": "if(this.isCardboardViewMode()) { this.showPopupPanoramaVideoOverlay(this.popup_6BB77234_7170_3EF9_41DA_DE8675728018, {'rollOverBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedBackgroundOpacity':0.3,'backgroundOpacity':0.3,'rollOverIconColor':'#666666','pressedIconLineWidth':5,'rollOverIconHeight':20,'rollOverBackgroundColorRatios':[0,0.09803921568627451,1],'pressedBackgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconColor':'#888888','backgroundColorRatios':[0,0.09803921568627451,1],'rollOverBackgroundOpacity':0.3,'paddingLeft':5,'rollOverIconWidth':20,'pressedBorderSize':0,'pressedIconWidth':20,'rollOverBorderSize':0,'paddingRight':5,'pressedBackgroundColorRatios':[0,0.09803921568627451,1],'iconHeight':20,'iconColor':'#000000','borderSize':0,'rollOverIconLineWidth':5,'paddingTop':5,'pressedBorderColor':'#000000','borderColor':'#000000','iconLineWidth':5,'backgroundColorDirection':'vertical','rollOverBackgroundColorDirection':'vertical','rollOverBorderColor':'#000000','pressedBackgroundColorDirection':'vertical','iconWidth':20,'backgroundColor':['#DDDDDD','#EEEEEE','#FFFFFF'],'pressedIconHeight':20,'paddingBottom':5}, true) } else { this.showPopupMedia(this.window_A815D12A_A413_5B98_41E3_38A54D6CD9DB, this.video_6B3A4C82_4B29_E855_41C0_D1A7B3B52A84, this.playList_B5BC7180_A415_DA88_41A0_2E72AF704C38, '95%', '95%', true, true) }",
"mapColor": "#FF0000",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": 36.83,
"hfov": 4.74,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_4_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -3.77,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_4_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -3.77,
"yaw": 36.83,
"hfov": 4.74,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F1498DBE_E5F1_CD0B_41EB_FDC9A97BD33B",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -98.25,
"hfov": 4.65,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_2_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -11.98,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_2_0.png",
"width": 79,
"height": 68,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -11.98,
"yaw": -98.25,
"hfov": 4.65,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F149BDBE_E5F1_CD0B_41D9_BF4E42081B49",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 36)",
"mapColor": "#FF0000",
"toolTip": "Sala Paris 1956\u000aPalco",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"viewerArea": "this.viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4",
"id": "viewer_uidB38EB4CA_A414_DA98_41CE_983AFA5CF2F4VideoPlayer",
"displayPlaybackBar": true,
"class": "VideoPlayer"
},
{
"maps": [
{
"yaw": -99.66,
"hfov": 4.2,
"image": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_8_0_0_map.gif",
"width": 18,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.79,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_8_0.png",
"width": 84,
"height": 73,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -27.79,
"yaw": -99.66,
"hfov": 4.2,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F62E5A48_E5FF_D777_41D3_867E7392F340",
"data": {
"label": "Imagen"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aZona Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -99.43,
"hfov": 20.97,
"image": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_7_0_0_map.gif",
"width": 28,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -29.44,
"class": "HotspotPanoramaOverlayMap"
}
],
"enabledInCardboard": true,
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"image": "this.AnimatedImageResource_E8AAF880_F8EF_4E91_41D6_C4DFF1CF0A6A",
"pitch": -29.44,
"yaw": -99.43,
"hfov": 20.97,
"distance": 100,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F62E1A48_E5FF_D777_41D9_3D77F9F1383B",
"data": {
"label": "3"
},
"areas": [
{
"click": "this.mainPlayList.set('selectedIndex', 4)",
"mapColor": "#FF0000",
"toolTip": "Palco Honor \u000aModo Cocktail",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"maps": [
{
"yaw": -122.85,
"hfov": 6.14,
"image": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_9_0_0_map.gif",
"width": 16,
"height": 16,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.82,
"class": "HotspotPanoramaOverlayMap"
}
],
"rollOverDisplay": false,
"useHandCursor": true,
"items": [
{
"distance": 100,
"image": {
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_9_0.png",
"width": 110,
"height": 110,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": -5.82,
"yaw": -122.85,
"hfov": 6.14,
"class": "HotspotPanoramaOverlayImage"
}
],
"id": "overlay_F62E0A48_E5FF_D777_41C1_545E0CA56427",
"data": {
"label": "Image"
},
"areas": [
{
"click": "this.setComponentVisibility(this.Container_FADFA706_E0BF_081F_4189_F51B92A0170C, true, 0, null, null, false); this.ViewerAreaLabeled_FADFE700_E0BF_0813_41E7_1F5A61E69886.bind('hide', function(e){ e.source.unbind('hide', arguments.callee, this); this.playList_B3AA64E3_A414_DA88_41D2_80B32D9C90A9.set('selectedIndex', -1); }, this); this.playList_B3AA64E3_A414_DA88_41D2_80B32D9C90A9.set('selectedIndex', 0)",
"mapColor": "#FF0000",
"toolTip": "Galr\u00eda \u000aPalco Honor ",
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
},
{
"class": "HotspotPanoramaOverlayArea"
}
],
"class": "HotspotPanoramaOverlay"
},
{
"class": "VideoPanoramaOverlay",
"id": "overlay_E3AC494F_F520_E0ED_41C7_998AEF0A47E8",
"video": {
"mp4Url": "media/video_76E6B764_5AA4_828B_41CE_179742B95CCE.mp4",
"width": 1280,
"height": 720,
"class": "VideoResource"
},
"loop": false,
"image": {
"levels": [
{
"url": "media/overlay_E3AC494F_F520_E0ED_41C7_998AEF0A47E8_t.jpg",
"width": 1920,
"height": 1080,
"class": "ImageResourceLevel"
}
],
"class": "ImageResource"
},
"pitch": 3.91,
"useHandCursor": true,
"roll": -0.24,
"yaw": -22.37,
"hfov": 55.24,
"rotationY": 5.69,
"rotationX": -4.03,
"vfov": 33.7,
"blending": 0.01,
"autoplay": true,
"distance": 50,
"enabledInCardboard": true,
"data": {
"label": "Video"
},
"videoVisibleOnStop": false
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_11_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E55858_F8EF_4DB0_41D8_332FE87AFC8C",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_5_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E27859_F8EF_4DB0_41E7_75BBCB17F089",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_7_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E3085A_F8EF_4DB0_41E5_FA639297B40B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F5DBE860_E5F7_7337_41EB_8ADC5DB47A74_1_HS_9_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E0A85A_F8EF_4DB0_41DE_B5E49052CDC9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8B77890_F8EF_4EB0_41A9_AAC3F5FAA65B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_59893AFA_49FB_A9B5_41D0_85AA50ADE4D5_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8B4C891_F8EF_4EB0_41E2_1DEA66ACF265",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C8A86B_F8EF_4D97_41DA_09B3AEB42BB3",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_6_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C8386B_F8EF_4D97_41C8_5B88E2C918CA",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C9886B_F8EF_4D97_41EB_EA376DFC2233",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_8_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C6686C_F8EF_4D91_41C2_450FE0C97D99",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C4F86D_F8EF_4D93_41C6_CC71A8E939C7",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_10_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C4586D_F8EF_4D93_41D0_4A21A07E45CB",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_15_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C5586E_F8EF_4D91_41CA_109BDB0AD701",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_454413BB_5285_4EC7_41D2_474AE633600C_1_HS_14_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C2E86E_F8EF_4D91_41C1_E666AFB7C910",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FB185F_F8EF_4DB0_41E5_C1345F6B52E4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F572507B_E5F1_D309_41A1_EDAE4EA9DE80_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F88860_F8EF_4D90_41E7_E5B7F610C50B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F74860_F8EF_4D91_41EE_C2D92B0FB831",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F725B3BA_E5F1_750B_41EA_CAA2E9418A53_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F4E861_F8EF_4D93_41EC_9279E8BE4E63",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D7487B_F8EF_4E70_41EB_5507F9519EAB",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F19C7C23_E5F2_D338_41DC_118D4414D6EA_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D4387B_F8EF_4E77_41E5_475CEB82184F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F151CFF5_E5F3_4D19_41D9_880493664C59_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D84876_F8EF_4E71_41D6_34B5CEB8DD94",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA2798C1_E5F6_D378_41D5_123F1E9BE3F1_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EA2853_F8EF_4DB0_41DA_45B71570F5B1",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_1_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EB1854_F8EF_4DB0_41E7_17130238788B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E88854_F8EF_4DB0_41D5_185F83D71EB3",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7509FA4_E5F6_CD38_41D9_C2EE5AF300E8_1_HS_8_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E5F858_F8EF_4DB0_41CA_F3F63510936B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A4A886_F8EF_4E90_41EA_E8905D409C09",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1513AB6_E5F1_571B_41D0_F0FA155713E1_1_HS_0_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A43886_F8EF_4E90_41E9_32558ED5868E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EE1850_F8EF_4DB0_41CA_561BDE7AD143",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA49CC7D_E5F1_3309_41DC_1A858D31B2A2_1_HS_1_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EF9850_F8EF_4DB0_41BA_D2A74C76AFA7",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_3_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C3186F_F8EF_4E6F_41E4_33F54B00A4C2",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_2_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C0B870_F8EF_4E71_41C2_4AC253FB1EB0",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F4AAE48F_E5F3_7309_41E0_0BDACF109F38_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C03870_F8EF_4E71_41D1_616EF113531E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C15871_F8EF_4E73_41DC_AD5BE4E487C9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F6A70350_E5F3_3517_41D1_311E19A0C910_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DFA872_F8EF_4E71_41E7_99AAEB7BA91F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F654DD09_E5F2_CD09_41E5_0BA27F7A31E9_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A41885_F8EF_4E90_41E0_E8E934D107AE",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_1_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D91878_F8EF_4E71_41DF_1E21A77D4909",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_0_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D66878_F8EF_4E71_4195_780CC8A280FF",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7319F5E_E5F2_CD0B_41D4_C595BDDCFC31_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D60878_F8EF_4E71_41D7_7947316E4FA7",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BD488D_F8EF_4E90_41BD_7082EB28D2B4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BAA88D_F8EF_4E90_41DA_1D83D80D79F6",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0D6D07F_E5F1_5309_41CE_8A33B0D8EF1D_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BBD88E_F8EF_4E90_41CB_8AD4999A5D51",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_7_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F710C84E_F8EF_4D90_41EB_776C4AA8BF1F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F711B84F_F8EF_4D90_41E9_F45B8BA78F6F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA252E47_E5F1_CF79_41CA_54C763ED9F49_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F711584F_F8EF_4D90_41E9_3B3674D73FD9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F96860_F8EF_4D90_41E2_FF6C6D7E7A80",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F4FCD80D_E5F1_D309_41B2_A3BB475F8E78_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F91860_F8EF_4D90_41CF_10C73C5951E9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BB388E_F8EF_4E90_41B1_FC3FA301EEE7",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1430BA6_E5F6_D53B_41B0_13BC8ED66937_1_HS_0_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8B9988F_F8EF_4E90_41EB_89ABCFD685B3",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8E1185B_F8EF_4DB0_41B8_504329D13B5D",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57809BF_E5F7_3509_41C0_58A001E36E96_1_HS_5_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FE885B_F8EF_4DB0_41A0_82363F44F958",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FE185B_F8EF_4DB0_41BF_7DEDCC7CD290",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F758E5FF_E5F7_7D09_41BA_02BE37382DC1_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FF985C_F8EF_4DB0_41DC_91A2441095A4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F3F863_F8EF_4D97_419E_866569A114CC",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F32863_F8EF_4D97_41E9_F4452FCA0AAA",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F427FB65_E5F2_D539_41BF_3EBA973970E6_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F0B863_F8EF_4D97_41C0_A2B5BAF977B8",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A89882_F8EF_4E91_41EB_41144A52C89F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_7_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A81882_F8EF_4E91_41E3_09EF4F80590A",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_5_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A67883_F8EF_4E96_41D0_4B7C8959CD1C",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1235C71_E5F2_D318_41EB_232581149B6F_1_HS_3_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A7D884_F8EF_4E91_41DC_D900113EE74E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D0D87D_F8EF_4E73_41DD_351891925BDF",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D1187E_F8EF_4E71_41DD_064632ACBE22",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1BA07CB_E5F1_5D09_41E9_79329B99A235_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8AE887E_F8EF_4E71_41CC_4903D545EDCD",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DCB872_F8EF_4E71_41E6_A18E0744A750",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F413B2D2_E5F3_F718_41DC_E9EB6763F56D_1_HS_2_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DC3872_F8EF_4E71_41EA_A01689384515",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8AE187F_F8EF_4E6F_41C4_CB2D94879845",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8AF487F_F8EF_4E6F_41E6_C3D1D9D64F48",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0943D17_E5F1_CD19_41C7_E04297A7DC18_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8ACF87F_F8EF_4E6F_41DA_747808D51DE2",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A28887_F8EF_4E90_41BA_E4F91044BD2A",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A39888_F8EF_4E90_41EE_CDC45943A450",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F0C937EA_E5F1_5D0B_41B6_C478170114F4_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A06889_F8EF_4E90_41E1_973CBC06C172",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F42861_F8EF_4D93_41EE_056EBFB768D9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F550404F_E5F1_3308_41E2_0C8D55349BDA_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F5A861_F8EF_4D93_414E_62829D531ED4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_59CF6A98_49F8_A875_41C1_2806E7C0FADA_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8B63890_F8EF_4EB0_41EA_3FF7704F7F4D",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_12_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8ECC850_F8EF_4DB0_41AD_BC6F8493BF7F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EDD851_F8EF_4DB0_41D1_377445014A00",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_8_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8ED4851_F8EF_4DB0_41E4_C706E0281D10",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_EA3014C8_E5F1_5308_41D4_9083C2203759_1_HS_10_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8EAF852_F8EF_4DB0_41E6_C4376716F9AA",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FC485C_F8EF_4DB1_41E8_EAD83CDB5E8B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F490442E_E5F1_530B_41C0_03663B68C850_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FD485D_F8EF_4DB0_41EE_6D8B519FB657",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8F11864_F8EF_4D91_41B7_D078B131086E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CE8865_F8EF_4D93_41E4_ED35B535EF2F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CF4865_F8EF_4D93_41B7_C65D0AB9C2B4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_10_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CD3867_F8EF_4D9F_41B1_502C0F9C5345",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_8_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CAB868_F8EF_4D91_41C1_E14A117F61CC",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_6_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CA0868_F8EF_4D91_41EF_10F081B1C8B9",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_15_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8CB5869_F8EF_4D93_41D1_6750CC70ADFF",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F63F789D_E5F2_D308_41E0_F779522B6D7A_1_HS_14_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8C8F869_F8EF_4D93_41E7_22407F34585D",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_6_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F717384A_F8EF_4D90_41EC_8A7F469F6906",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_13_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F714D84B_F8EF_4D90_41E8_7C9DDAD7AEA7",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_12_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F714484B_F8EF_4D90_41CD_FA6F8229971E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F788F832_E5F1_7318_41EB_D519F4CA9803_1_HS_5_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_F713C84E_F8EF_4D90_41CA_481A50D7B9EC",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FD185D_F8EF_4DB0_41BE_60AFC39A2F8B",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_4_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FA285E_F8EF_4DB0_41E0_F7CF094AA93D",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_7_0.png",
"width": 460,
"height": 690,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FB885E_F8EF_4DB0_41E1_A7B7B7B31837",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F57A4309_E5F1_5509_41AE_9567A83D0487_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8FB385E_F8EF_4DB0_41D9_C3F1A6E4A54F",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_3_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DD7873_F8EF_4E77_41EA_6B19F2D1B59C",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DAC873_F8EF_4E77_41C3_1F98FA1D81D1",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F7B0342D_E5F3_3308_419C_E2CEB798C65C_1_HS_0_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DBF874_F8EF_4E71_41BD_4EC436D9E400",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_5_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8DB8874_F8EF_4E71_41ED_D16F7A1EEC71",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D8F874_F8EF_4E71_41EB_60428C2A21F4",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_2_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D87875_F8EF_4E73_41DF_C18C21265FAD",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F60DA18D_E5F3_7509_41D3_CCFBCC8FF94C_1_HS_4_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D9E875_F8EF_4E73_41CD_5EEC479EB133",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_2_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D2D87C_F8EF_4E71_41EC_B01750404826",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1798939_E5F1_5508_41D9_726F269F4C2E_1_HS_0_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8D3D87C_F8EF_4E71_41D0_1E5A094C2AE6",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_1_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8A1688A_F8EF_4E90_41E3_E4D47CD83D3E",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_3_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BEC88A_F8EF_4E90_41C0_E625E0979D68",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F1494DBC_E5F1_CD0F_4185_07D34A2EB707_1_HS_0_0.png",
"width": 800,
"height": 1200,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8BE588A_F8EF_4E90_41E4_DBFD3E9F89C8",
"frameDuration": 41,
"class": "AnimatedImageResource"
},
{
"rowCount": 6,
"frameCount": 24,
"colCount": 4,
"levels": [
{
"url": "media/panorama_F62E6A48_E5FF_D777_41E9_8644C83FD9BC_1_HS_7_0.png",
"width": 1080,
"height": 900,
"class": "ImageResourceLevel"
}
],
"id": "AnimatedImageResource_E8AAF880_F8EF_4E91_41D6_C4DFF1CF0A6A",
"frameDuration": 41,
"class": "AnimatedImageResource"
}],
"scrollBarVisible": "rollOver",
"layout": "absolute",
"height": "100%",
"downloadEnabled": false,
"data": {
"name": "Player767"
},
"shadow": false,
"paddingTop": 0,
"desktopMipmappingEnabled": false,
"borderRadius": 0,
"class": "Player"
};
function HistoryData(playList) {
this.playList = playList;
this.list = [];
this.pointer = -1;
}
HistoryData.prototype.add = function(index){
if(this.pointer < this.list.length && this.list[this.pointer] == index) {
return;
}
++this.pointer;
this.list.splice(this.pointer, this.list.length - this.pointer, index);
};
HistoryData.prototype.back = function(){
if(!this.canBack()) return;
this.playList.set('selectedIndex', this.list[--this.pointer]);
};
HistoryData.prototype.forward = function(){
if(!this.canForward()) return;
this.playList.set('selectedIndex', this.list[++this.pointer]);
};
HistoryData.prototype.canBack = function(){
return this.pointer > 0;
};
HistoryData.prototype.canForward = function(){
return this.pointer >= 0 && this.pointer < this.list.length-1;
};
if(script.data == undefined)
script.data = {};
script.data["history"] = {};
TDV.PlayerAPI.defineScript(script);
})();