You did this in a template?
You could always stick that code in a template conditional...
Code:
<if condition="$bbuserinfo[userid] != 0">
<div style="border:0px solid red;margin-top:5px;">
<embed src="/flv_mediaplayer44/player.swf"
width="350"
height="20"
bgcolor="#E1E4F2"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=/media/fileoftheweek_indi.mp3" />
</div>
<else />
You must register to view the video.
</if>
If you want to make it a specific group, or set of groups, it'll get a little more complicated... Just a tiny bit.