video player flash params

Are there any video player flash params for autoplay?

I am not looking for the player wide defaults of autoplay or not,

rather I am wondering if there setting for users to override the default so they can select if they do or don't want given video's to autoplay.

with youtube obviously i just set autoplay=1 or autoplay=0 but that doesn't seem to work with dolphin videos. Nor does <param name="autoplay" value="false".

Tried a number of combinations.

Does such a feature not exist? Would it be hard to implement if not? 

Quote · 27 Jul 2016

no they don't.  if you know how to code then no it wouldn't.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 27 Jul 2016

Well thats a very board statement. 

Judging by my research thus far its actually "if I know actionscript". It seems although html5 players can be used onsite, the embed code is always in flash.  

I don't know actionscript at all, but....

I am guessing that the autoplay not being a configurable setting has something to do with the BxControls setting the bAutoPlay as a protected variable and then further the BxVideoControls set the override to protected as well. 

But that would be me trial and erroring everything to death as I don't know actionscript.  

Quote · 27 Jul 2016

The choice is to install the HTML5 player for sounds and videos in your modules.  Then you can search the forums here on the player as well as out on the net.  HTML5 uses the <video> tag and you can load in any player you wish although I have had some to not load in Dolphin.

Geeks, making the world a better place
Quote · 27 Jul 2016
It seems although html5 players can be used onsite, the embed code is always in flash."


If anyone can direct me to the file(s) that draw up the embed code for the user, maybe I could switch it to use the html5 player instead of the flash - but  other than that - I can see no way to give the user that video code - so a it would have to be either I replace the embed code, or modify the actionscript from best I can tell. 

I am not referring to the onsite video, rather the embed code given to the user for them to embed video in their pages. 

"

Quote · 28 Jul 2016

I did not know the embed code was still using object.  This should be changed.  Instead, it should be changed to an iframe embed code.  I don't have an account on github so if someone else can please put in a ticket for this.

Geeks, making the world a better place
Quote · 28 Jul 2016

Meanwhile, for your solution you will need to fix the code in core.

Geeks, making the world a better place
Quote · 28 Jul 2016

Well yes, thats why I asked if anyone could point me to the file(s) that draw up the embed code for the user  :) 

Quote · 29 Jul 2016

Go to /modules/boonex/video/classes/BxVideoConfig.php, edit line 50 and change to YouTube iframe code.

 

I wonder what it is for videos that you upload and process?

Geeks, making the world a better place
Quote · 30 Jul 2016

https://github.com/boonex/dolphin.pro/issues/458

Rules → http://www.boonex.com/terms
Quote · 1 Aug 2016

 

https://github.com/boonex/dolphin.pro/issues/458

Alex, the ticket had no description so not sure what you intend to do.  Haven't check to see if changed in 7.3 line but Dolphin was embedding YouTubes in Video albums using object tag as well so if that is still the case, it needs to be changed there as well as in the embed tag.  YouTube has completely drop the object tag and I am thinking some issues I am seeing may be because of it.

Geeks, making the world a better place
Quote · 11 Aug 2016

Thank you, I've added comment regrading this. 

Dolphin was embedding YouTubes in Video albums using object tag

 

Rules → http://www.boonex.com/terms
Quote · 17 Aug 2016
 
 
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.