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.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Embed Flash Player in Sermons
19 Jun 2012 21:50 - 19 Jun 2012 21:52 #2120
by PJ Cruz
Replied by PJ Cruz on topic Re: Embed Flash Player in Sermons
It's an audio file link. I created an article with the embed flash code and it works great. Could it be my sermon display options?
Last edit: 19 Jun 2012 21:52 by PJ Cruz.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
19 Jun 2012 22:27 #2121
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Embed Flash Player in Sermons
That's strange.
Can you check if the code you enter in the notes is put unchanged into the database? It should be in the #__sermon_sermons table in the "notes" field. That would tell me if the problem is when saving the sermon to the database or when reading from the database and displaying it.
From what I see it is stored correctly and also the output is taken unchanged from the database. So I'm not sure where the issue is coming from. But then I can't get it run for articles as well, not sure what I'm doing wrong there.
I've tried copy pasting the code you provided in your first post:
The code appears in the sourcecode of the page, but doesn't do anything. So I guess the code doesn't work for my page for some reason.
Can you check if the code you enter in the notes is put unchanged into the database? It should be in the #__sermon_sermons table in the "notes" field. That would tell me if the problem is when saving the sermon to the database or when reading from the database and displaying it.
From what I see it is stored correctly and also the output is taken unchanged from the database. So I'm not sure where the issue is coming from. But then I can't get it run for articles as well, not sure what I'm doing wrong there.
I've tried copy pasting the code you provided in your first post:
Code:
<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=www.sermon.net/&autostart=false" pluginspage="www.macromedia.com/go/getflashplayer"></embed>
The code appears in the sourcecode of the page, but doesn't do anything. So I guess the code doesn't work for my page for some reason.
Please Log in or Create an account to join the conversation.
19 Jun 2012 23:05 #2123
by PJ Cruz
Replied by PJ Cruz on topic Re: Embed Flash Player in Sermons
Take a look at sermon_pj_JCE pic for settings.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
19 Jun 2012 23:33 #2124
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Embed Flash Player in Sermons
Hmm, this didn't do the trick for me.
But I saw an interesting behaviour. After entering the code as source code in JCE and saving, the data was correctly in the database. After saving the same article/content a second time without changing anything, the data was changed to
This looks kind of like the code you see.
Since this doesn't happen if I turn off editors (in my profile) and use the plain textarea, I guess it's related to something the editors do themself. To me that also happens in articles and sermons alike.
I really think it's not a SermonSpeaker issue. However I don't understand yet why it seems to work for you in articles. It should (and does for me) behave exactly the same.
But I saw an interesting behaviour. After entering the code as source code in JCE and saving, the data was correctly in the database. After saving the same article/content a second time without changing anything, the data was changed to
Code:
<object quality="high" width="290" height="65" name="mpp" align="middle" allowscriptaccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="poid=119935628&d=www.sermon.net/&autostart=false" pluginspage="www.macromedia.com/go/getflashplayer" style="vertical-align: middle;" data="sermon.net/swf/ma.swf"><param name="movie" value="sermon.net/swf/ma.swf" /></object>
Since this doesn't happen if I turn off editors (in my profile) and use the plain textarea, I guess it's related to something the editors do themself. To me that also happens in articles and sermons alike.
I really think it's not a SermonSpeaker issue. However I don't understand yet why it seems to work for you in articles. It should (and does for me) behave exactly the same.
Please Log in or Create an account to join the conversation.
19 Jun 2012 23:51 - 20 Jun 2012 00:05 #2125
by PJ Cruz
Replied by PJ Cruz on topic Re: Embed Flash Player in Sermons
Hmm see picture. Another setting. This is the link I am adding to the audiofile:
sermon.net/dsc/sermonid/119935628
sermon.net/dsc/sermonid/119935628
Last edit: 20 Jun 2012 00:05 by PJ Cruz.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
20 Jun 2012 08:55 #2127
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Embed Flash Player in Sermons
I have now taken the embed code from the link you posted and with that it worked:
joomla16.hopto.org/index.php?option=com_...ce-embed&Itemid=1534
So it was an issue with your posted code, not SermonSpeaker (besides that safehtml filter of course).
However adding the link to the "audiofile" field will result in a "Unsupported Filetype" error. It's not a valid link to an audiofile so you better don't enter anything in that field. If you have a direct link to the file, you could put it there (starting with 'http://') and skip the whole embed thing.
joomla16.hopto.org/index.php?option=com_...ce-embed&Itemid=1534
So it was an issue with your posted code, not SermonSpeaker (besides that safehtml filter of course).
However adding the link to the "audiofile" field will result in a "Unsupported Filetype" error. It's not a valid link to an audiofile so you better don't enter anything in that field. If you have a direct link to the file, you could put it there (starting with 'http://') and skip the whole embed thing.
Please Log in or Create an account to join the conversation.
Time to create page: 0.127 seconds