AETC Lines of Effort Mission Video (2024)

  • AETC Lines of Effort Mission Video (1) Reoptimizing for Great Power Competition
  • AETC Lines of Effort Mission Video (2) Airman Development Command's Role in Reoptimization for Great Power Competition Airman Development Command's Role in Reoptimization for Great Power Competition
  • AETC Lines of Effort Mission Video (3) Inaugural ‘Gameapalooza’ examines gaming’s role in future Air Force training Inaugural ‘Gameapalooza’ examines gaming’s role in future Air Force training
  • AETC Lines of Effort Mission Video (4) Next DAF Learning Symposium set for April 16-18 Next DAF Learning Symposium set for April 16-18 Courtesy Graphic
  • AETC Lines of Effort Mission Video (5) Airman Development Command announced, supporting sweeping changes to maintain superiority amid Great Power Competition Airman Development Command announced, supporting sweeping changes to maintain superiority amid Great Power Competition
  • AETC Lines of Effort Mission Video (6) NCO: The Backbone of the U.S. Air Force NCO: The Backbone of the U.S. Air Force
  • AETC Lines of Effort Mission Video (7) Developmental Special Experience Quarterly Update Developmental Special Experience Quarterly Update Dan Hawkins
  • AETC Lines of Effort Mission Video (8) AFWERX accepting applications for spring 2024 fellowship AFWERX accepting applications for spring 2024 fellowship Contributed graphic
  • AETC Lines of Effort Mission Video (9) DAF Learning Professionals are Building a Culture of Learning – See More
  • AETC Lines of Effort Mission Video (10) AETC launches new DAF Learning Services website AETC launches new DAF Learning Services website
  • AETC Lines of Effort Mission Video (11) Setting the Foundation: 2 AF Human Performance Setting the Foundation: 2 AF Human Performance U.S. Air Force graphic designed to highlight human performance. (U.S. Air Force graphic by Senior Airman Trenten Walters) Senior Airman Trenten Walters
  • AETC Lines of Effort Mission Video (12) Ready Airman Training on latest AETC podcast Ready Airman Training on latest AETC podcast
  • AETC Lines of Effort Mission Video (13) Air Force, Space Force to offer medals, promotions for recruiting support Air Force, Space Force to offer medals, promotions for recruiting support

').appendTo($slider), animate = { up: 'animate__animated animate__fadeInUp', left: 'animate__animated animate__slideInLeft', right: 'animate__animated animate__slideInRight' }, getCaption = function($figcaption){ return { video: $figcaption.data('isvideo') || false, showplayicon: $figcaption.data('showplayicon') || false, title: $figcaption.data('title') || '', description: $figcaption.data('description') || '', byline: $figcaption.data('byline') || '' } }, getCaptionHTML = function(animation, caption) { return ['

', caption.video && caption.showplayicon ? '' : '', caption.title ? '

'+caption.title+'

' : '' , caption.description ? '

'+caption.description+'

' : '' , caption.byline ? '

'+caption.byline+'

' : '', '

'].join(''); }, populateCaption = function($slide, $clones, animation, currentSlide){ let ani = animation || animate.up; let caption = getCaption($slide.find('figcaption').eq(0)); $slide.find('figcaption').html(getCaptionHTML(ani, caption)); if($clones) $clones.find('figcaption').html(getCaptionHTML(ani, caption)); if (currentSlide == undefined) currentSlide = 1; $slide.find('a.' + $slide.attr('class').replace('52536', 'content')).attr('title', caption.title + ', Slide ' + currentSlide + ' of 13') }, populateSlideCount = function (currentSlide, count) { $slider.find('.flex-control-nav').css('display','none'); $slideCount.html('Slide ' + currentSlide + ' of ' + count); }; populateCaption($slider.find('li:eq(0)')); //initial state animation $slider.removeAttr("style"); if (13 > 1) { let animationLoop = window.navigator.userAgent.match(/(MSIE|Trident)/) ? false : true; $slider.flexslider({ slideshowSpeed: 15000, slideshow: true, animationLoop: animationLoop, animation: "slide", controlNav: showControlNav, directionNav: true, touch: true, start: function(slider){ if (!showControlNav) populateSlideCount(slider.animatingTo + 1, 13); }, before: function(slider){ let $slide = slider.find('li:not(.clone):eq('+slider.animatingTo +')'); let $clones = slider.find('.clone'); let animation = slider.direction === 'next' ? animate.right : animate.left; populateCaption($slide, $clones, animation, slider.animatingTo + 1); }, after: function(slider){ if (!showControlNav) populateSlideCount(slider.animatingTo + 1, 13); } }); } initDVIDSBackground52536(); initPortraitImages52536();});function initPortraitImages52536(){ $('#focal-point-hero-wrap-52536').find('figure img').each(function(){ handlePortraits($(this)); function handlePortraits($this){ let img = new Image(); let src = $this[0].src; let $blur = '

'; img.onload = function() { if(this.height > this.width){ $this.closest('picture').addClass('portrait').append($blur); } } img.src = src; } });}/* DVIDS background video */function initDVIDSBackground52536(){ $('#focal-point-hero-wrap-52536').find('.dvids-video-background video').each(function(){ let $this = $(this); const data = $this.data('video'); let sources = ''; let lastIndex = data.results.files.length-1; const bgVideoStart = $this.attr('data-start'); const bgVideoEnd = $this.attr('data-end'); var watchCurrentTime; $this[0].onloadeddata = function(){ $this.closest('picture').find('img, .bg-image-fallback').fadeOut(); }; $this[0].addEventListener('loadedmetadata', function(event) { event.target.currentTime = bgVideoStart; }, false); $this[0].addEventListener('canplay', function (event) { event.target.play(); if(watchCurrentTime) clearInterval(watchCurrentTime); watchCurrentTime = setInterval(function (){ const videoDuration = event.target.duration const videoCurrentTime = event.target.currentTime; const timeDifference = videoDuration - videoCurrentTime; if(videoCurrentTime > bgVideoEnd || event.target.paused){ event.target.currentTime = bgVideoStart; if(event.target.paused) event.target.play(); //IE11 will pause after a half a sec or so if this is in a carousel due to other manipulation so force play return; } }, 1000); }); $this[0].addEventListener('loadedmetadata', function(event) { try { event.target.currentTime = bgVideoStart; } catch (err) { return; } }, false); sources += '

'; $this.html(sources); });}/* end DVIDS background video *//* youtube background code */const script52536 = document.createElement('script');script52536.src = "https://www.youtube.com/iframe_api";const firstScriptTag52536 = document.getElementsByTagName('script')[0];firstScriptTag52536.parentNode.insertBefore(script52536, firstScriptTag52536);function initYoutubeBackground52536(){ $('#focal-point-hero-wrap-52536').find('.yt-video-background').each(function(){ var $this = $(this); const bgVideoID = $this.attr('data-video'); const bgVideoStart = $this.attr('data-start'); const bgVideoEnd = $this.attr('data-end'); var bgVideoHeight = 720; //these will be overwritten from actual video data var bgVideoWidth = 1280; const ytPlayerID = $this.find('.yt-player').attr('id'); const playerOptions = { autoplay: 1, start: bgVideoStart, //end: bgVideoEnd,not respected on loop mute: 1, autohide: 1, modestbranding: 1, rel: 0, showinfo: 0, controls: 0, disablekb: 1, enablejsapi: 1, iv_load_policy: 3, loop: 1, playlist: bgVideoID }; let ytPlayer = new YT.Player(ytPlayerID, { width: '1280', //will get overwritten height: '720', videoId: bgVideoID, playerVars: playerOptions, events: { 'onReady': onPlayerReady, 'onStateChange': onPlayerStateChange } }); function onPlayerReady(event) { event.target.playVideo(); setTimeout(function(){ $this.closest('picture').find('img').fadeOut(); },3000); const videoDuration = event.target.getDuration(); bgVideoHeight = ytPlayer.playerInfo.videoEmbedCode.match(/height\=\"([0-9]*)\"*/)[0].replace(/"/g,'').replace(/height=/,'') || bgVideoHeight; bgVideoWidth = ytPlayer.playerInfo.videoEmbedCode.match(/width\=\"([0-9]*)\"*/)[0].replace(/"/g,'').replace(/width=/,'') || bgVideoWidth; setInterval(function (){ const videoCurrentTime = event.target.getCurrentTime(); const timeDifference = videoDuration - videoCurrentTime; if (2 > timeDifference > 0) { event.target.seekTo(0); return; } if(videoCurrentTime > bgVideoEnd){ event.target.seekTo(bgVideoStart); return; } }, 1000); } function onPlayerStateChange(event) { if (ytPlayer && ytPlayer.getPlayerState && event.data == ytPlayer.getPlayerState()) { sizeTheIframe($this); } } function sizeTheIframe($ele){ var $video = $ele.find('iframe'); var epsilon = Number.EPSILON || 0; //ie11 var videoAspect = Math.round((bgVideoWidth/bgVideoHeight + epsilon) * 100) / 100; var parentWidth = $ele.outerWidth(); var parentHeight = $ele.outerHeight(); var parentAspect = Math.round((parentWidth/parentHeight + epsilon) * 100) / 100; var newHeight, newWidth; if(parentAspect > videoAspect){ //parent is wider newWidth = parentWidth; newHeight = newWidth/videoAspect; } else { newHeight = parentHeight; newWidth = newHeight*videoAspect; } //Define the new dimensions and centrally align the iframe $video.css({ "width":newWidth+"px", "height":newHeight+"px", "left":"50%", "margin-left":"-"+newWidth/2+"px", "top": "50%", "margin-top":"-"+newHeight/2+"px" }); } sizeTheIframe($this); $(window).resize(function(){ sizeTheIframe($this); }); }); //each}function onYouTubeIframeAPIReady() { $(document).ready(function(){ initYoutubeBackground52536(); });}/* end youtube background code */
AETC Lines of Effort Mission Video (2024)
Top Articles
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 5944

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.