91³Ô¹ÏÍø

Watch CBS News

North Texas prepares for major World Cup operations

North Texas FIFA World Cup organizers say this week will bring the first visible signs of activity.

"Tomorrow is a very big day for us," organizer Monica Paul said. "The move-in for the International Broadcast Center for the World Cup begins. So, they will start moving in a lot of trucks, a lot of building out will take place."

"I feel like we're ready for this," organizer Dan Hunt said. "I mean, this city has been built for this."

Thousands of media arriving soon

Organizers say that by mid-May, 3,500 broadcasters, media, and staff are expected to arrive at the Kay Bailey Hutchison Convention Center.

Transportation planning will involve coordination across multiple cities and agencies, as millions of fans are expected to move across the region once the tournament begins.

"A large stakeholder group has been taking shape to put this transportation plan together," Paul said. "Our last mobility plan is due to FIFA at the end of March."

Security effort spans all levels

Safety and security will involve local, state, and federal partners.

"We are working with the White House Task Force for the World Cup," Paul said. "It was set up specifically to be our federal government liaison with the host cities to address any concerns."

Organizers say they want to ensure international visitors feel welcome.

Fan festival to anchor celebrations

For fans without tickets, Fair Park will host the FIFA Fan Festival, a large-scale viewing and entertainment experience during the tournament. The full schedule is expected to be released next month.

"With the good fortune we have here, Dallas Stadium will have nine matches which is over 700,000 tickets," Hunt said. "Fan fest down in Fair Park should do double that. Almost 1.5 million visitors."

"What I'm excited about is our Fan Fest is estimated to be free to the public and that excites me because everyone who does not have a ticket can also benefit from the energy of celebrating the World Cup," organizer Nina Vaca said.

Long‑term goals beyond the tournament

With a projected $2.1 billion economic impact, organizers say the broader goal is to grow the game of soccer in North Texas long after the final match.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });