How to stop autoplay of videos on profile page

Hello All,

I am facing a problem that whenever the profile page of any member is opened then the video uploaded by that member start playing automatically and it consume the net speed leading to slow upload of the profile page, the same thing happens when video home page is opened ie: the featured video start auto-play.

Can anybody help me to stop this auto-play ???

Quote · 20 Aug 2013

Dashboard->Modules->Flash Apps->Video Player->Settings->Autoplay (uncheck)->Save

Panfilov
Quote · 20 Aug 2013

 

Dashboard->Modules->Flash Apps->Video Player->Settings->Autoplay (uncheck)->Save

 Thanks for the reply but Sir I have already made the same changes but it is not working.

Kindly guide me if there is any other option ????

video player.JPG · 72.6K · 281 views
Quote · 20 Aug 2013

enable control autohiding (uncheck) -> Save

Panfilov
Quote · 20 Aug 2013

 

enable control autohiding (uncheck) -> Save

 Its so nice that you are taking so pain , helping me out of this situation.

I have made the changes and cleared the cache too but again it is not working .....

sorry for the trouble I am making but kindly guide me the path .

regards

video player.JPG · 62.4K · 272 views
Quote · 20 Aug 2013

You can see that no changes takes place 

http://justinroom.com/m/videos/home/  ( from here you can see without joining the site )

Kind Regards

Quote · 20 Aug 2013

Try to put on this place is not with YouTube's video

Panfilov
Quote · 20 Aug 2013

 

Try to put on this place is not with YouTube's video

 Hello,

OK got it, thanks.

but sir what about the member's profile page, they all use to embed videos from YouTube only ?

Is there any option (through Cpanel etc ) which can help me ? 

Kind Regards,

Quote · 20 Aug 2013

I think that YouTube's new video will be played only at the request of the visitor. Try to download a new video

Panfilov
Quote · 20 Aug 2013

It appears that google has made changes so that the default action of videos is to autoplay.  This is another stupid move on google's part.  If you have several videos on the same page, and they are all autoplaying, you have a horrible mess.

One can override the default action with &autoplay=0

The videos already on the site would need that bit added to them.  We also need a code change in the scripts so that the control is automatically added to the embed code when a member embeds a youTube video to prevent the videos from autoplaying.

There are two types of video embed.  I think the current use for Dolphin 7.1 is to use the iframe embed code.

Let's look at the iframe code for embedding as lifted from YouTube.

<iframe width="640" height="480" src="//www.youtube.com/embed/2y00BWvglJw?rel=0" frameborder="0" allowfullscreen></iframe>

To prevent that video from autoplaying, we need to add &amp;autoplay=0 as illustrated below.

<iframe width="640" height="480" src="//www.youtube.com/embed/2y00BWvglJw?rel=0&amp;autoplay=0" frameborder="0" allowfullscreen></iframe>

For the old embed code it needs to be added in two places as indicated in red:

<object width="640" height="480"><param name="movie" value="//www.youtube.com/v/2y00BWvglJw?hl=en_US&amp;version=3&amp;rel=0&amp;autoplay=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/2y00BWvglJw?hl=en_US&amp;version=3&amp;rel=0&amp;autoplay=0" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object>

Now the question is how to get Dolphin to automatically add the &amp;autoplay=0 to the code when embedding videos in the video section.

Geeks, making the world a better place
Quote · 21 Aug 2013

 

It appears that google has made changes so that the default action of videos is to autoplay.  This is another stupid move on google's part.  If you have several videos on the same page, and they are all autoplaying, you have a horrible mess.

One can override the default action with &amp;autoplay=0

The videos already on the site would need that bit added to them.  We also need a code change in the scripts so that the control is automatically added to the embed code when a member embeds a youTube video to prevent the videos from autoplaying.

There are two types of video embed.  I think the current use for Dolphin 7.1 is to use the iframe embed code.

Let's look at the iframe code for embedding as lifted from YouTube.

<iframe width="640" height="480" src="//www.youtube.com/embed/2y00BWvglJw?rel=0" frameborder="0" allowfullscreen></iframe>

To prevent that video from autoplaying, we need to add &amp;autoplay=0 as illustrated below.

<iframe width="640" height="480" src="//www.youtube.com/embed/2y00BWvglJw?rel=0&amp;autoplay=0" frameborder="0" allowfullscreen></iframe>

For the old embed code it needs to be added in two places as indicated in red:

<object width="640" height="480"><param name="movie" value="//www.youtube.com/v/2y00BWvglJw?hl=en_US&amp;version=3&amp;rel=0&amp;autoplay=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/2y00BWvglJw?hl=en_US&amp;version=3&amp;rel=0&amp;autoplay=0" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object>

Now the question is how to get Dolphin to automatically add the &amp;autoplay=0 to the code when embedding videos in the video section.

 Its so nice that you have put a question in this forum, now it seems like I will definitely going to get the solution.

Thanks again

Quote · 22 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.