Keyword

[Solved] Can't Get "Autoplay" to work AT ALL

  • kalleward
  • kalleward's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 week ago - 13 years 11 months ago #40202 by kalleward
Hi,

I can't get the Autoplay feature to work on any browser.  I use Joomla 1.5.22.

Here's what Ive done:
  • Installed AllVideos 3.3
  • Enabled the Plugin
  • Clicked "Yes" on Autoplay in General Parameters (all others are no)
  • Input the following code for a Vimeo Video: {vimeo}19912972|600|400|autoplay{/vimeo}

The video will play perfectly, but it won't autoplay.

What am I missing?

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

More
13 years 11 months ago #40203 by forgetso
Replied by forgetso on topic Re: Can't Get "Autoplay" to work AT ALL
Hi,

I was experiencing this problem with YouTube and Vimeo.

To fix this go to the following file:

plugins/content/jw_allvideos/includes/sources.php

For Vimeo look for line 725 and replace
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"https://vimeo.com/moogaloop.swf?clip_id={SOURCE}&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1\" title=\"JoomlaWorks AllVideos Player\">

with
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"https://vimeo.com/moogaloop.swf?clip_id={SOURCE}&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1&amp;autoplay={AUTOPLAY}\" title=\"JoomlaWorks AllVideos Player\">

For YouTube look for line 229 and replace
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"https://www.youtube.com/v/{SOURCE}&hl=en&fs=1\" title=\"JoomlaWorks AllVideos Player\">

with
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"https://www.youtube.com/v/{SOURCE}&hl=en&fs=1&autoplay={AUTOPLAY}\" title=\"JoomlaWorks AllVideos Player\">

Perform similar actions for other players.

Hope this helps.

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

  • kalleward
  • kalleward's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #40204 by kalleward
Replied by kalleward on topic Re: Can't Get "Autoplay" to work AT ALL
Brilliant! Thanks for the help; this is fantastic!

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


Powered by Kunena Forum