I am running a RSS feed of vodcasts on my website. Everything loads fine but all of the videos autostart on page load. I edited the zz_custom_url.inc to the following:

function emvideo_zzz_custom_url_info() {
  $name = t('Custom URL');
  $features = array(
    array(t('Thumbnails'), t('No'), ''),
    array(t('Autoplay'), t('No'), ''),
    array(t('RSS attachment'), t('No'), ''),
  );

But the videos still autoplay. Is there another line in this file that I need to edit to stop these videos from autoplaying? All of the autoplay checkboxes are not checked. I even checked them and then unchecked them. I also have cleared the cache multiple times to make sure something in the cache wasn't holding up the site.

Thanks!

Comments

avpaderno’s picture

Category: bug » support

The code you changed is simply the part that shows the features supported by the module. The part the effectively implements them is in another place.

Clearly this is not a bug, as you are not changing the right code; plus, the bug report should be used for the original code, not for the code you modify.

avpaderno’s picture

Title: Autoplay of Custom URL » Custom URL autoplay
alex ua’s picture

Status: Active » Postponed (maintainer needs more info)

Have you tried the dev version of the module? I recall a patch was submitted to address this already, but I may be mistaken. Please report if this is still a problem with the latest version of the code.

sdudenhofer’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thank you. The new dev version fixed this issue.

avpaderno’s picture

Status: Closed (fixed) » Fixed

I would set the status to fixed, so others can see this report, and avoid reporting it again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.