Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
idnews-detail
classsection
Div
classcontainer
Div
classcols
Div
Html-bobswift
<p><a class="link-cta primary before" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/News+and+Interviews"><span>Back to News & Interviews</span></a></p>

Watch Once-Only Studio interview with Finnish SDG team 

Html-bobswift
<p>08<p>8 April 2025 | 2 minutes read</p>

<p><img alt="" aria-hidden="true" class="img-fluid" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/891322871/illu-news-oots-08-04-2025.jpg"></p>

<p>On 4 April, the European Commission published an interview with the Single Digital Gateway implementation team from Finland. Kirsi Mikkonen and MeviMervi Kylmänen-Paakki from the KEHA centre are leading the implementation of an innovative technical system in Finland that will allow cross-border data exchange within the EU. The Once-Only Technical System will help automate cross-border administrative procedures such as when registering a car or a business in another EU country.</p>

<h2>Watch the teaser</h2>

<div class="video-container">
<div class="video-container-iframe">
<iframe id="video2" src="https://europa.eu/webtools/crs/iframe/?oriurl=https%3A%2F%2Fwww.youtube.com%2fembed%2f_SXBHdk9b3gcom%2fembed%2fuokZGFeJ018" allowfullscreen="" width="100%" height="315" frameborder="0"></iframe>
</div>
</div>

<p>The video provides a look at the team's evolving project and gets their insights and ideas on the value of “Once-Only” for Europe.  The Finnish experts share their vision, challenges faced, and how their solution will address pressing needs within the EU data landscape.</p>  

<p>We invite everyone to watch this compelling interview to gain a clearer understanding of how this project will contribute to a more interconnected and innovative Single Market.</p>

<h2>Watch the video</h2>

<div class="video-container">
<div class="video-container-iframe">
<iframe id="video2" src="https://europa.eu/webtools/crs/iframe/?oriurl=https%3A%2F%2Fwww.youtube.com%2fembed%2f_SXBHdk9b3gcom%2fembed%2f5akocHOIP9k&t=1s" allowfullscreen="" width="100%" height="315" frameborder="0"></iframe>
</div>
</div>
CSS Stylesheet
#news-detail .container .cols > div > p:last-child { display: none;}

.wiki-content img { margin-bottom:2.5rem;}

.wiki-content h2 { margin-top:2.5rem;}

.video-container { margin:2.5rem auto; width: 100%; max-width: 740px; }
.video-container-iframe { margin: 1rem 0 2rem 0; position: relative; z-index: 1; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.video-container-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; border-radius: 16px;}
Html-bobswift
<script>

/*--- MANAGE VIDEOS ---*/
document.addEventListener("DOMContentLoaded", function () {
  const iframes = document.querySelectorAll(".video-container-iframe iframe");

  iframes.forEach((iframe) => {
    iframe.addEventListener("mouseenter", function () {
      iframes.forEach((otherIframe) => {
        if (otherIframe !== iframe) {
          otherIframe.src = otherIframe.src; // Recharge l'iframe pour la stopper
        }
      });
    });
  });
});

</script>