Just add this to the bottom of your footer :
PHP Code:
<EMBED SRC="filename" HIDDEN="TRUE" AUTOSTART="TRUE">
and if you want it to play only once :
PHP Code:
<EMBED SRC="filename" HIDDEN="TRUE" AUTOSTART="TRUE" LOOP="FALSE">
I would also add a <if> conditional so only guests hear it cause its gonna play everytime the page is refreshed.
PHP Code:
<if condition="is_member_of($bbuserinfo, USERGROUP1,USERGROUP2)"><EMBED SRC="filename" HIDDEN="TRUE" AUTOSTART="TRUE" LOOP="FALSE"></if>
replacing USERGROUP1,USERGROUP2 with whatever usergroups you would like to hear the file.
Hope this helps :up: