');$vidEndSlate.removeClass('video__end-slate--inactive').addClass('video__end-slate--active');}};CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;var configObj = {thumb: 'none',video: 'business/2020/05/30/spacex-nasa-launch-vpx.cnn',width: '100%',height: '100%',section: 'domestic',profile: 'expansion',network: 'cnn',markupId: 'large-media_0',adsection: 'cnn.com_technology_scienceandspace_videopage',frameWidth: '100%',frameHeight: '100%',posterImageOverride: {"mini":{"width":220,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-small-169.jpg","height":124},"xsmall":{"width":307,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-medium-plus-169.jpg","height":173},"small":{"width":460,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-large-169.jpg","height":259},"medium":{"width":780,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-exlarge-169.jpg","height":438},"large":{"width":1100,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-super-169.jpg","height":619},"full16x9":{"width":1600,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-full-169.jpg","height":900},"mini1x1":{"width":120,"type":"jpg","uri":"//cdn.cnn.com/cnnnext/dam/assets/200530152550-41-spacex-nasa-0530-screengrab-small-11.jpg","height":120}}},autoStartVideo = false,isVideoReplayClicked = false,callbackObj,containerEl,currentVideoCollection = [],currentVideoCollectionId = '',isLivePlayer = false,mediaMetadataCallbacks,mobilePinnedView = null,moveToNextTimeout,mutePlayerEnabled = false,nextVideoId = '',nextVideoUrl = '',turnOnFlashMessaging = false,videoPinner,videoEndSlateImpl;if (CNN.autoPlayVideoExist === false) {autoStartVideo = true;if (autoStartVideo === true) {if (turnOnFlashMessaging === true) {autoStartVideo = false;containerEl = jQuery(document.getElementById(configObj.markupId));CNN.VideoPlayer.showFlashSlate(containerEl);} else {CNN.autoPlayVideoExist = true;}}}configObj.autostart = CNN.Features.enableAutoplayBlock ? false : autoStartVideo;CNN.VideoPlayer.setPlayerProperties(configObj.markupId, autoStartVideo, isLivePlayer, isVideoReplayClicked, mutePlayerEnabled);CNN.VideoPlayer.setFirstVideoInCollection(currentVideoCollection, configObj.markupId);videoEndSlateImpl = new CNN.VideoEndSlate('large-media_0');function findNextVideo(currentVideoId) {var i,vidObj;if (currentVideoId && jQuery.isArray(currentVideoCollection) && currentVideoCollection.length > 0) {for (i = 0; i 0) {videoEndSlateImpl.showEndSlateForContainer();if (mobilePinnedView) {mobilePinnedView.disable();}}}}callbackObj = {onPlayerReady: function (containerId) {var playerInstance,containerClassId = '#' + containerId;CNN.VideoPlayer.handleInitialExpandableVideoState(containerId);CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, CNN.pageVis.isDocumentVisible());if (CNN.Features.enableMobileWebFloatingPlayer &&Modernizr &&(Modernizr.phone || Modernizr.mobile || Modernizr.tablet) &&CNN.VideoPlayer.getLibraryName(containerId) === 'fave' &&jQuery(containerClassId).parents('.js-pg-rail-tall__head').length > 0 &&CNN.contentModel.pageType === 'article') {playerInstance = FAVE.player.getInstance(containerId);mobilePinnedView = new CNN.MobilePinnedView({element: jQuery(containerClassId),enabled: false,transition: CNN.MobileWebFloatingPlayer.transition,onPin: function () {playerInstance.hideUI();},onUnpin: function () {playerInstance.showUI();},onPlayerClick: function () {if (mobilePinnedView) {playerInstance.enterFullscreen();playerInstance.showUI();}},onDismiss: function() {CNN.Videx.mobile.pinnedPlayer.disable();playerInstance.pause();}});/* Storing pinned view on CNN.Videx.mobile.pinnedPlayer So that all players can see the single pinned player */CNN.Videx = CNN.Videx || {};CNN.Videx.mobile = CNN.Videx.mobile || {};CNN.Videx.mobile.pinnedPlayer = mobilePinnedView;}if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (jQuery(containerClassId).parents('.js-pg-rail-tall__head').length) {videoPinner = new CNN.VideoPinner(containerClassId);videoPinner.init();} else {CNN.VideoPlayer.hideThumbnail(containerId);}}},onContentEntryLoad: function(containerId, playerId, contentid, isQueue) {CNN.VideoPlayer.showSpinner(containerId);},onContentPause: function (containerId, playerId, videoId, paused) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, paused);}},onContentMetadata: function (containerId, playerId, metadata, contentId, duration, width, height) {var endSlateLen = jQuery(document.getElementById(containerId)).parent().find('.js-video__end-slate').eq(0).length;CNN.VideoSourceUtils.updateSource(containerId, metadata);if (endSlateLen > 0) {videoEndSlateImpl.fetchAndShowRecommendedVideos(metadata);}},onAdPlay: function (containerId, cvpId, token, mode, id, duration, blockId, adType) {/* Dismissing the pinnedPlayer if another video players plays an Ad */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onAdPause: function (containerId, playerId, token, mode, id, duration, blockId, adType, instance, isAdPause) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, isAdPause);}},onTrackingFullscreen: function (containerId, PlayerId, dataObj) {CNN.VideoPlayer.handleFullscreenChange(containerId, dataObj);if (mobilePinnedView &&typeof dataObj === 'object' &&FAVE.Utils.os === 'iOS' && !dataObj.fullscreen) {jQuery(document).scrollTop(mobilePinnedView.getScrollPosition());playerInstance.hideUI();}},onContentPlay: function (containerId, cvpId, event) {var playerInstance,prevVideoId;if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('restoreEpicAds');}clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onContentReplayRequest: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(true);var $endSlate = jQuery(document.getElementById(containerId)).parent().find('.js-video__end-slate').eq(0);if ($endSlate.length > 0) {$endSlate.removeClass('video__end-slate--active').addClass('video__end-slate--inactive');}}}},onContentBegin: function (containerId, cvpId, contentId) {if (mobilePinnedView) {mobilePinnedView.enable();}/* Dismissing the pinnedPlayer if another video players plays a video. */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);CNN.VideoPlayer.mutePlayer(containerId);if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('removeEpicAds');}CNN.VideoPlayer.hideSpinner(containerId);clearTimeout(moveToNextTimeout);CNN.VideoSourceUtils.clearSource(containerId);jQuery(document).triggerVideoContentStarted();},onContentComplete: function (containerId, cvpId, contentId) {if (CNN.companion && typeof CNN.companion.updateCompanionLayout === 'function') {CNN.companion.updateCompanionLayout('restoreFreewheel');}navigateToNextVideo(contentId, containerId);},onContentEnd: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== 'undefined' && videoPinner !== null) {videoPinner.setIsPlaying(false);}}},onCVPVisibilityChange: function (containerId, cvpId, visible) {CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, visible);}};if (typeof configObj.context !== 'string' || configObj.context.length 0) {configObj.adsection = window.ssid;}CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;CNN.VideoPlayer.getLibrary(configObj, callbackObj, isLivePlayer);});CNN.INJECTOR.scriptComplete('videodemanddust');
Go here to read the rest:
New crew will launch to the International Space Station in October - CNN
- SpaceX will launch its 1st Starlink satellites of 2021 on Wednesday. Here's how to watch. - Space.com - January 19th, 2021
- NASA will test-fire its 1st SLS megarocket for moon missions today. Here's how to watch. - Space.com - January 19th, 2021
- Space Coast tourism expected to bounce back in 2021 - FOX 35 Orlando - January 19th, 2021
- Boeings Other Big Problem: Fixing Its Space Program - The Wall Street Journal - January 19th, 2021
- China's iSpace advances with IPO plans, reusable launcher landing leg tests - SpaceNews - January 19th, 2021
- A space station? Space junk? Or something more 'extraterrestrial'. Unidentified flying object leaves Overton woman asking questions - Whitchurch... - January 19th, 2021
- Bordeaux-ver the moon: French wine to return from the space station - News Landed - January 19th, 2021
- Next-generation Dragon cargo spacecraft returns from space station - SpaceNews - January 15th, 2021
- Bad weather on Earth delays SpaceX Dragon's return from space station - Space.com - January 15th, 2021
- Debate Rages Over Whether Single Speeding Cheeto Could Destroy Space Station - Futurism - January 15th, 2021
- China to begin construction of space station this year - Spaceflight Now - January 15th, 2021
- China Should Build a Space Station Orbiting the Moon, Father of Lunar Mission Says - Caixin Global - January 15th, 2021
- How Does Long-Term Spaceflight Affect Vision? - Texas A&M Today - Texas A&M University Today - January 15th, 2021
- Japanese Space Agency to Make the Systems for the Lunar Space Station Habitat - autoevolution - January 15th, 2021
- Gateway Foundation Gives a Detailed Update on its Voyager Station Concept - Universe Today - January 15th, 2021
- Great Scotty! The ashes of Star Treks James Doohan were smuggled onto the International Space Station - Daily Star Trek News - January 15th, 2021
- Twelve bottles of wine went to space now its almost time to taste them - SlashGear - January 15th, 2021
- Liftoff! Astronauts Head To Space Station On SpaceX Rocket ... - December 19th, 2020
- Astronaut Tom Marshburn '82 to Pilot SpaceX Mission to International Space Station - Davidson News - December 19th, 2020
- Santa Claus to fly by the International Space Station - GPS World magazine - December 19th, 2020
- Russian astronauts still battling air leak on International Space Station | Daily Sabah - Daily Sabah - December 19th, 2020
- Canada inks deal with US to send astronaut around the moon for new space station - Daily Commercial News - December 19th, 2020
- Commentary | Tim Peake's 2015 space station mission gave UK science a long-lasting shot in the arm - SpaceNews - December 19th, 2020
- Utilizing the International Space Station to enable humans to reach Mars - The Hill - December 19th, 2020
- Canadian astronauts will start flying to the moon in 2023 with NASA's Artemis missions - Space.com - December 19th, 2020
- How people spend an isolated Christmas in space, on submarines and in Antarctica - iNews - December 19th, 2020
- Experience zero-gravity without going to space - WPVI-TV - December 19th, 2020
- NASA shows what snow-covered Himalayas look like from space - The Indian Express - December 19th, 2020
- Check out these amazing views of Earth shot from the space station - Digital Trends - December 19th, 2020
- Seeds from Taiwan plant species launched to space station - Taiwan News - December 8th, 2020
- Astronauts harvest radishes grown aboard the International Space Station - CNN - December 4th, 2020
- Art projects from 2 students head to the International Space Station - KCTV Kansas City - December 4th, 2020
- Celebrating 20 years of space station research, discovery | Technology Today - Theredstonerocket - December 4th, 2020
- HemoCue Lab-Accuracy: Soon Counting White Blood Cells in Outer Space. Innovative Technology Onboard SpaceX Falcon 9 Mission CRS-21 - Bound for... - December 4th, 2020
- Proposed New Russian Space Station Will Be Able to Monitor the Entire World - Space Daily - December 4th, 2020
- ISS astronauts celebrated Thanksgiving aboard the space station - SlashGear - December 4th, 2020
- Op-ed | China, the moon, Mars, and beyond an opportunity for human cooperation - SpaceNews - December 4th, 2020
- Theres Fabric on the Space Station That Scientists Are Using to Listen for Space Dust Impacts - Universe Today - December 4th, 2020
- NASA TV Coverage Set for Next Space Station Resupply Mission with SpaceX - The Southern Maryland Chronicle - December 4th, 2020
- Find out how were working toward living and working in space at TC Sessions: Space 2020 - TechCrunch - December 4th, 2020
- Chinese probe heads back to Earth after leaving moon's surface - The Guardian - December 4th, 2020
- Solar power stations in space could be the answer to our energy needs - Space.com - December 4th, 2020
- Orbits explained: It's hard to get into space -- but great once you're there - CNET - December 4th, 2020
- Russia to design space station section for 3D-printing - United News of India - December 4th, 2020
- See the International Space Station tonight and 4 planets - 69News WFMZ-TV - October 4th, 2020
- Space Station Crew Awakened by Flight Controllers After Vexing Air Leak Appeared to Grow in Size - SciTechDaily - October 4th, 2020
- When and where to see the International Space Station above Cornwall this week - Falmouth Packet - October 4th, 2020
- Astronauts are taking a spacewalk outside their space station today. Watch it live! - Space.com - July 5th, 2020
- Looked Like I Was Walking Into A Space Station: Thrill-Seekers In New Jersey Flock To Six Flags Great Adventures Reopening - CBS Philly - July 5th, 2020
- Op-ed | On the verge of a new era for space exploration? Assessing the impact of the ongoing crisis - SpaceNews - July 5th, 2020
- How will astronauts poop on the moon? New NASA challenge aims to flush this mystery - Space.com - July 5th, 2020
- Its like being on a space station: Aftab Shivdasani on shooting amid coronavirus pandemic - The Indian Express - July 5th, 2020
- Are we making spacecraft too autonomous? - MIT Technology Review - July 5th, 2020
- SpaceX Vs Blue Origin: Who Wins The Space Race - Analytics India Magazine - July 5th, 2020
- Pacific Northwest Bathed in Green and White - nasa.gov - July 5th, 2020
- Spuds and space: NASA and Idaho have a long history - East Idaho News - July 5th, 2020
- Balloon trips to the edge of space by 2021 - CNN - July 5th, 2020
- SpaceX is launching an advanced GPS satellite for the US Space Force today. Here's how to watch. - Space.com - July 5th, 2020
- Boeing shifts its team leaders for space station and Starliner space programs - GeekWire - June 20th, 2020
- The International Space Station is getting a new toilet this year - Space.com - June 20th, 2020
- Astronauts: Falcon 9 rocket was totally different ride than the space shuttle - WITI FOX 6 Milwaukee - June 20th, 2020
- Astronauts and NASA pay homage to Juneteenth - Space.com - June 20th, 2020
- Green glow seen in the atmosphere of Mars, similar to Earth's from space station - Firstpost - June 20th, 2020
- Astronaut and Maine Native Jessica Meir Talks About Experience in Space - NECN - June 20th, 2020
- They Want to Sell Balloon Rides 19 Miles Up. Havent We Heard This Before? - The New York Times - June 20th, 2020
- Students chat with the ISS from their homes - Brentsville District High - June 20th, 2020
- You Can Make Money in Space on Earth - DailyWealth - June 20th, 2020
- What is the 'zero gravity' that people experience in the vomit comet or space flight? - The Conversation US - June 20th, 2020
- Cosmic 'Lighthouses' to Help Space Travellers Find Ways to Moon, Mars - The Weather Channel - June 20th, 2020
- SpaceX is building a floating, superheavy-class spaceport in the Gulf of Mexico - Houston Chronicle - June 20th, 2020
- What Does it Mean to Be a Space Architect? - Universe Today - June 20th, 2020
- Whatever happened to reforming space traffic management? - Politico - June 20th, 2020
- Livestream: NASAs SpaceX Demo-2 launch to the International Space Station - Boston.com - May 27th, 2020
- In photos: The Expedition 63 mission to the International Space Station - Space.com - May 27th, 2020
- NASA chief "all in" for Tom Cruise to film on space station - Herald-Whig - May 27th, 2020
- Look up: International Space Station visible above Thunder Bay in coming weeks - CBC.ca - May 27th, 2020
- International Space Station visible over Devon and Cornwall tonight - Plymouth Live - May 27th, 2020
- Here's how to see the International Space Station passing over Bristol this weekend - Bristol Live - May 27th, 2020
- You can view the International Space Station from Vancouver tonight - Vancouver Is Awesome - May 27th, 2020
- The next SpaceX launch will be the company's first with people on board - CNBC - May 18th, 2020