- Posts: 4
COMMUNITY FORUM
youtube videos load but won't play
- Gregory Ledger
-
Topic Author
- Offline
- New Member
Less
More
10 years 10 months ago #55747
by Gregory Ledger
youtube videos load but won't play was created by Gregory Ledger
Hi,
had a problem with my multimedia page. The videos are loading on the page, but nothing is showing up in the player area except a red play button. I get an error from Google saying "An error occurred, please try again later". This page was working fine last week, so wonder what the issue could be. My host says it is most likely coming from the plugin.
movemag.org/multimedia.html
thanks for help or insight
had a problem with my multimedia page. The videos are loading on the page, but nothing is showing up in the player area except a red play button. I get an error from Google saying "An error occurred, please try again later". This page was working fine last week, so wonder what the issue could be. My host says it is most likely coming from the plugin.
movemag.org/multimedia.html
thanks for help or insight
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 10 months ago #55750
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic youtube videos load but won't play
Hi. Check again the video tags you have inserted. Read the documentation at www.joomlaworks.net/support/docs/allvideos to learn how you can embed youtube videos.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Gregory Ledger
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
10 years 10 months ago #55766
by Gregory Ledger
Replied by Gregory Ledger on topic youtube videos load but won't play
Here's a snippet of the code I am using:
As you can see I am using {youtube}ytID?autohide{/youtube} just as the documentation examples show. So what is wrong?
<table id="multimedia" style="width: 900px;" align="center" border="0" cellpadding="10px">
<tbody>
<tr>
<td>
<p> </p>
<p class="color-blue"><span style="font-size: 12pt;">Checking In with the Chair June 2014</span></p>
{youtube}ExswLaFlhEk?autohide="0"{/youtube}--></td>
<td>
<p> </p>
<p class="color-blue"><span style="font-size: 12pt;"> AAMVA On: Driver Privacy Protection Act</span></p>
{youtube}V3fMpv-VHDw?autohide="0"{/youtube}</td>
</tr>
<tr>
<td>
<p> </p>
<p class="color-blue"><span style="font-size: 12pt;">CDL Success Stories</span></p>
{youtube}klzAhe2zVoY?autohide="0"{/youtube}</td>
<td>
<p> </p>
<p class="color-blue"><span style="font-size: 12pt;">Checking In with the Chair</span></p>
{youtube}EVT_4tsY7Fo?autohide="0"{/youtube}</td>
<td> </td>
</tr>
As you can see I am using {youtube}ytID?autohide{/youtube} just as the documentation examples show. So what is wrong?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #55772
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic youtube videos load but won't play
{youtube}ExswLaFlhEk{/youtube} Should be the correct syntax.
Finally if this is a custom HTML module make sure the prepare content setting is enabled.
Finally if this is a custom HTML module make sure the prepare content setting is enabled.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.