Closed reagle closed 12 years ago
As far as I can see at the moment, it has to do with the resize (Dz.onresize)
Not really sure what's happening under the hood: but when you comment the transform on the body it should display the YT iframe contents. Even if I delay the transform on the body, let's say for 10 seconds, so I know for sure every asset has downloaded (even the ones used in the iframe) the contents of the iframe go black
You have any idea @paulrouget ?
Hi @reagle,
I'm embarassed with your issue because it's not really DZSlide's fault :-(
It seems that firefox has troubles with flash and a little series of aspects. One of them is CSS3 scale. The very one we use in DZSlides.
If you take a look at those 2 issues you'll have more details and maybe you could provide them your test case :
Precise bug : https://bugzilla.mozilla.org/show_bug.cgi?id=647943 Main bug : https://bugzilla.mozilla.org/show_bug.cgi?id=90268
I know it's far from perfect but if you enable html5 on youtube, your problem will disappear : http://www.youtube.com/html5
I don't really see what DZSlide can do. I don't think we can go back on the auto resize thing, and the only way is to use scale.
Let me know what you think...
Can we try to reduce the problem to a much simpler HTML/CSS code? It will be easier to debug firefox side.
You mean having a test case for the firefox bugzilla ?
There's already one with the flash + CSS scale problem in https://bugzilla.mozilla.org/show_bug.cgi?id=647943. It has a dropbox link to http://dl.dropbox.com/u/7462968/buenafuente.html.
@reagle @paulrouget up ?
Sorry, I'm not sure what "up" means?
You reported this issue, I just wanted to have your opinion on what we discussed here...
I don't us FF that often (and will have to use HTML5 if I do), so I don't have an opinion other to note that it was an issue. (That is, I have no idea how to fix it.)
Issue #91: I ask if dzslides could support autoplay of youtube videos via
This specific thread address a problem with CSS3 transform : scale(...)
property and flash contents like the flash YouTube player.
DZSlides uses this CSS property to adapt the presentation to the viewer browser size. Because of that flash contents like YouTube videos won't work properly.
On Firefox (13 as of today) a black rectangle replace the video and on WebKit (19 as of today) the video does not scale.
It seems to be more of browser problem. We're sorry for that.
If you need to embbed a YouTube video in your slides, take a look at #92.
There is an embedded youtube video in the following slide:
http://reagle.org/joseph/2012/mcs/dzslides/embedder.html#../talks/220-race-new-media.html
I can see it in Chrome 18.0.1025.162-r131933 but not Firefox 11.0+build1-0ubuntu4, in the latter it is just a black rectangle with no image or controls. Is this a DZSlides issue, or perhaps I need to configure FF differently?