Hi Peter,
This is what is put into sourcerer:
{source}
<script language="javascript" type="text/javascript">
writeFlash({name:'player',width:'320',height:'397',src:'http://sermon.net/swf/player.swf',pluginspage:'http://www.macromedia.com/go/getflashpla! yer',flashvars:'clientid=19218&by=&d=http://www.sermon.net/',wmode:'transparent',allowscriptaccess:'always',quality:'high'});
</script>
{/source}
and this is what is in the article:
Test Document
{source}
<strong>Text</strong>
{/source}
{source}
<script language="javascript" type="text/javascript">
writeFlash({name:'player',width:'320',height:'397',src:'http://sermon.net/swf/player.swf',pluginspage:'http://www.macromedia.com/go/getflashpla! yer',flashvars:'clientid=19218&by=&d=http://www.sermon.net/',wmode:'transparent',allowscriptaccess:'always',quality:'high'});
</script>
{/source}
More Stuff
and this is the relevant source in firefox:
<table class="contentpaneopen">
<tr>
<td valign="top">
<span class="small">
Written by Administrator </span>
</td>
</tr>
<tr>
<td valign="top" class="createdate">
Tuesday, 02 February 2010 17:30 </td>
</tr>
<tr>
<td valign="top">
<p>Test Document</p><pre class="brush: plugin; gutter: false;">
<strong>Text</strong>
<br /><br />
<script language="javascript" type="text/javascript">
writeFlash({name:'player',width:'320',height:'397',src:'http://sermon.net/swf/player.swf',pluginspage:'http://www.macromedia.com/go/getflashpla! yer',flashvars:'clientid=19218&by=&d=http://www.sermon.net/',wmode:'transparent',allowscriptaccess:'always',quality:'high'});
</script>
<br /></pre><p>More Stuff<br mce_bogus="1"></p>
</td>
</tr>
<tr>
<td class="modifydate">
Last Updated on Sunday, 14 February 2010 17:08 </td>
</tr>
</table>
As I say the other source info is correct but I get nothing for the javascript. If I put in the demo javascript from your website only the demo javascript works. I know that it must be my javascript but I have copied this from our current website, using page source.
Regards,