Forum Discussion
davelees
8 years agoCommunity Member
Video with transparent background in Storyline 360
Hi guys,
Just wondering if anyone has had any luck getting a video clip with a transparent background into Storyline 360 and if so, what format did you use so that 360 maintains the transparency. ...
Matt_Kurtin
Community Member
Here's a workaround I have developed to add transparent videos using JavaScript:
https://www.innovativelg.com/blog/2023/11/enabling-videos-with-transparent-backgrounds-in-articulate-storyline/
Jürgen_Schoene_
2 years agoCommunity Member
with one small limitation - Apple iOS does not play webm video format
for transparent video on iOS HEVC/H.265 should work (but still needs to be tested with the different ios versions)
- Matt_Kurtin2 years agoCommunity Member
Thanks for the heads up on the format. Should be able to use the same JavaScript approach to attach other formats. Follow this example of how to add multiple video formats within a single video tag. The browser will choose the first source it supports.