');
// 2. We find the "src" (the URL) inside that embed code
var videoUrl = tempDiv.find('iframe').attr('src');
// 3. We apply that URL directly to your main iframe
// This bypasses the security block because we aren't touching 'html body'
$('#content_video_141701449').attr('src', videoUrl);
});
//]]>
');
// 2. We find the "src" (the URL) inside that embed code
var videoUrl = tempDiv.find('iframe').attr('src');
// 3. We apply that URL directly to your main iframe
// This bypasses the security block because we aren't touching 'html body'
$('#content_video_141701450').attr('src', videoUrl);
});
//]]>