Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Background Music

    To add windows media player music files, the best DTD approach I’ve personally found was one at filebunker.net, which is

    <object><param name=”autostart” value=”true” />
    <param name=”src” value=”./audio/songname.wma” />
    <embed src=”./audio/songname.wma” autostart=”true”>
    </embed></object>

    Good luck

Viewing 1 replies (of 1 total)