Thank you for your comprehensive bug report.

I did exactly what's described below and it worked fine for me (using XXE v8.3alpha running Java 8 on Windows 8).

I simply "pasted" the embed code copied from YouTube using my Web browser:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/6MgZBZ4XHzU"; frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

using the new "Paste embed code" button of the iframe editor dialog box (see attached screenshot) and the video played just fine both within XXE and in the Web browser after selecting "XHTML|Preview".

Therefore, I suggest to wait for XXE v8.3 to released and re-test this feature using this new version.




On 11/22/2018 11:50 PM, Leif Halvard Silli wrote:
I guess my report was to short.

Do this:

1. Go to a video (such as this one, by XMLmind:
https://www.youtube.com/watch?v=6MgZBZ4XHzU&t=2s)
2. Click share
3. Click embed
4. Click "Enable privacy-enhanced mode".

This will give you the following code:

<iframe
  width="560"
  height="315"
  src="https://www.youtube-nocookie.com/embed/6MgZBZ4XHzU";
  frameborder="0"
  allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture"
  allowfullscreen>
</iframe>

As you can see, the above points to a video at
https://www.youtube-nocookie.com

There is also an information piece there which says::

"When you turn on privacy-enhanced mode,
 YouTube won’t store information about visitors
 on your website unless they play the video."

When the privacy-enhanced mode is not use, one get this code:

<iframe
  width="560"
  height="315"
  src="https://www.youtube.com/embed/6MgZBZ4XHzU";
  frameborder="0"
  allow="accelerometer; autoplay; encrypted-media; gyroscope;
picture-in-picture"
  allowfullscreen>
</iframe>

The only difference seems to be the URL:

https://www.youtube         .com/embed/6MgZBZ4XHzU"
https://www.youtube-nocookie.com/embed/6MgZBZ4XHzU";


--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to