Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.

Embed Flash Player in Sermons

More
19 Jun 2012 02:12 #2110 by PJ Cruz
I am trying to update our church website to Joomla 2.5 but I am experiencing some difficulties. I don't store our sermons on our server but use Sermon Audio. On the audiofile I enter the path to the sermon sermon.net/dsc/sermonid/119935628
and on the sermon notes I embed <embed src=" sermon.net/swf/ma.swf " quality="high" width="290" height="65" name="mpp" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="poid=119935628&d=http://www.sermon.net/&autostart=false" pluginspage=" www.macromedia.com/go/getflashplayer ">.

When I save out the embed code is replaced by <param name="movie" value=" sermon.net/swf/ma.swf " />. The previous version of sermon speaker for 1.5 is fine. dsc-sbc.org/resources/sermons/sermon/10118-our-supreme-example

Please Log in or Create an account to join the conversation.

More
19 Jun 2012 11:03 #2112 by Thomas Hunziker
This is most likely done by the editor you use. Usually TinyMCE or JCE. SermonSpeaker doesn't change anything in the field, this is all done by the editor.

So check the settings of the editor plugin or try a different editor.

Please Log in or Create an account to join the conversation.

More
19 Jun 2012 17:01 - 19 Jun 2012 17:01 #2115 by PJ Cruz
Thomas,
Thanks for your response. I have checked the setting and they look fine. When I enter the same code in an article it works fine. Only in sermon speaker that I have the issues. I use JCE editor.
Last edit: 19 Jun 2012 17:01 by PJ Cruz.

Please Log in or Create an account to join the conversation.

More
19 Jun 2012 18:44 - 19 Jun 2012 18:45 #2116 by Thomas Hunziker
That is an interesting one. I think the hint that it works in articles pointed me to the right location.

Can you try to edit the following files:

/components/com_sermonspeaker/models/forms/sermon.xml
administrator/components/com_sermonspeaker/models/forms/sermon.xml

There is the following code around line #63:
Code:
<field name="notes" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" filter="safehtml" label="COM_SERMONSPEAKER_FIELD_NOTES_LABEL" description="COM_SERMONSPEAKER_FIELD_NOTES_DESC" />
Change the filter to "JComponentHelper::filterText" like this:
Code:
<field name="notes" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" filter="JComponentHelper::filterText" label="COM_SERMONSPEAKER_FIELD_NOTES_LABEL" description="COM_SERMONSPEAKER_FIELD_NOTES_DESC" />
I think that should do the trick.
Last edit: 19 Jun 2012 18:45 by Thomas Hunziker.

Please Log in or Create an account to join the conversation.

More
19 Jun 2012 20:00 #2118 by PJ Cruz
I have made the changes, but I can't see the results on the web page. I am using wamp server to test our new site.
Attachments:

Please Log in or Create an account to join the conversation.

More
19 Jun 2012 20:32 #2119 by Thomas Hunziker
Hmm, I just tried the code you posted on my testing system and I get the exact same result for articles as for sermons. The edit form shows this Flash placeholder and the frontend shows nothing. But the sourcecode is there, so maybe it's more an issue of the code now?

Does it really work in articles for you?

Is there no way to point to the real videofile directly, instead of puttin the player into the notes? Seems quite complicate to me.
You know that SermonSpeaker can handle files on extern servers? Just enter the URL starting with http:// and make sure the server allows cross-site Flash access.

Please Log in or Create an account to join the conversation.

Time to create page: 0.104 seconds
Powered by Kunena Forum