3D FlipBook - Embedded videos & Chrome

k***7@gmail.com
2020-05-31
2020-06-10

Hello, Embedded videos do not appear on chrome. It looks like the issue is a transformation issue. Also, there is an issue in the following code.

translateZ(2198.18px) matrix3d(1, 0, 0, 0, 0, -1.01896e-06, 1, 0, 0, 1, 1.01896e-06, 0, 5.25922, -1.59484e-06, -28.1792, 1) translate(785px, 589px)

The issue is reproduceable on the live video example. The video does not appear on chrome: http://3dflipbook.net/embedded-video

It looks like it could be a rounding issue. If you zero-out the very small values on the matrix3d transformation of the parent element, the video appears.

Change this to the following: translateZ(2198.18px) matrix3d(1, 0, 0, 0, 0, -1.01896e-06, 1, 0, 0, 1, 0, 0, 5.25922, -1.59484e-06, -28.1792, 1) translate(785px, 589px)

I want to be able to embed video and audio in my 3d flipbook PDF and hope this error gets fixed soon. Otherwise, I like this plugin.

Thank you!!

Replies

a***r@3dflipbook.net
2020-06-04
2020-06-04

thank you. What Chrome version do you use? it works on 83.0.4103.61 (64-bit) win7

Log In to leave a comment