Q: How can embed a audio file?
A: You can use HTML module to put object or embed tag in. Here is a sample for embed a mid file, and load your audio file on Documents Gallery. The sample mid file is http://olxt.com/Documents/thingswedoforlove.mid
<EMBED
SRC="/Documents/thingswedoforlove.mid"
AUTOSTART="FALSE"
LOOP="FALSE"
WIDTH="240"
HEIGHT="80">
<NOEMBED>
<BGSOUND SRC="/Documents/thingswedoforlove.mid" />
</NOEMBED>
</EMBED>
This page was last modified on January 21, 2008