My apologies for being confusing, I was just trying 100 different things at once and ended up getting confused in what I was trying to say.
I have managed to embed a media player using a custom BBCode on my CMS site but I am getting one peculiar error. On the main page of my CMS, my post with the media player in it shows a big black border around it and I'm not sure why.:
When I go into the physical post, the black border is gone:
Why would the black border show up on my CMS home page but not inside the actual post? I checked the source code of both pages and the html is the exact same.
For reference, the code I custom BBCode I am using is:
PHP Code:
<object type="application/x-shockwave-flash" data="/misc/audio-player/player.swf" id="audioplayer" height="24" width="290">
<param name="movie" value="/misc/audio-player/player.swf">
<param name="FlashVars" value="playerID=audioplayer&soundFile={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
and I have the following options selected:
Disable BB Code Within This BB Code: Yes
Disable Smilies Within This BB Code: Yes
Disable Word Wrapping Within This BB Code: Yes
Thanks for your help. Hopefully I was less confusing this time.