Hi Brian,
If there is no teaser file it won't be displayed.
Why would you add an mp3 teaser file if you don't want it to be playable in a player?
It is possible to disable it from the theme.skin file of your skin.
You would need this at the top:
<%@ Register Namespace="WebStore.UI" Assembly="WebStore.UI" TagPrefix="webstore" %>
and then this further down:
<webstore:WebStoreDisplaySettings runat="server"
UsejPlayerForMediaTeasers="false"
/>
Hope that helps,
Joe