Assuming the following:
Is it technically possible to encode an entire video or audio file into base64, and embed it in an HTML document using either <audio> or <video>?
It should be possible, except in IE8 and below, which does not support Audio/Video elements. Note that Opera does limit the size of the URI.