Can I have a video with transparent background using HTML5 video tag?

Yes, this sort of thing is possible without Flash:

  • http://hacks.mozilla.org/2009/06/tristan-washing-machine/
  • http://jakearchibald.com/scratch/alphavid/

However, only very modern browsers supports HTML5 videos, and this should be your consideration when deploying in HTML 5, and you should provide a fallback (probably Flash or just omit the transparency).

Leave a Comment