html - Encoding videos in HTML4 -
i'm developing webapp client requires compatibility across modern browsers (chrome, safari, firefox), plus ie 7 , up. html5 not option. webapp needs display videos @ times, , videos must embedded (the user cannot download them , use external player). can ask client provide these videos in whatever format best. regarding access, videos may local files or may hosted on server somewhere; we're not sure yet.
with html5 gaining support, haven't been able find information best way embed videos in html4. there particular encoding format best? i've seen information using flv, (or best) option? i'd prefer stick 1 format works browsers if possible.
the <video>
tag introduced in html5. if looking best compatibility older browsers, best off using flash/flv.
Comments
Post a Comment