Usage of embed:
<embed src="mmls/mixExample.mml" height="60" width="110" />
- Non-standard tag
- Not all browsers may support it
- The only way to use the current plugins for now... (sigh!)
Alternative should be object:
<object type="application/mathml+xml" src="mmls/mixExample.mml" height="60" width="110"></object>
- Proper HTML4 and XHTML tag
- Plugin architecture is being standardized; convergence towards
object