Open sandovalg opened 9 years ago
Hi,
I have a video that plays in the background within a tag. It plays fine while scrollmagic is not active. When I enable scrollmagic the video stops playing.
`
<param name="flashvars" value="controls=true&file=http://poopsypoops.com/wp-content/uploads/2015/04/mustach-test-4.45.51-PM.mp4"> <img src="http://poopsypoops.com/wp-content/uploads/2015/04/cover.png" width="1920" height="800" title="No video playback capabilities" alt="Video thumb"> </object> </video>`
I see no console errors but the video behaviour is non responsive. I simply get a paused video clip. Thoughts?
I have this same issue. As a temp fix, I have triggered the video to play after scroll magic loads.
var v = document.getElementsByTagName("video")[0]; v.play();
Hi,
I have a video that plays in the background within a tag. It plays fine while scrollmagic is not active. When I enable scrollmagic the video stops playing.
`
I see no console errors but the video behaviour is non responsive. I simply get a paused video clip. Thoughts?