Anyone?
Forum user: duoduo
Basic information
| Registered | Nov 9, 2008 |
| Last login | Jul 2, 2009 |
| Forum posts | 7 |
| Direct URL | http://www.flowplayer.org/forum/users/6115 |
Latest forum posts
In the past versions of expose (pre jqueryTools) it was possible to expose multiple elements at the same time. For example 2 divs can be shown. Currently since the API changes it is only allowed for one it seems. Can someone clarify?
This is not possible anymore:
What is the point of allowing selectors that could select more than one element to be used if the api can only control one element? Can someone clarify?
Thanks in advance
This is not possible anymore:
//old version
$("#div1, #div2").expose();
//new version
var api = $("#div1, div2").expose({api: true}).load(); //only loads last element meaning only one element can be exposed with one call.
What is the point of allowing selectors that could select more than one element to be used if the api can only control one element? Can someone clarify?
Thanks in advance
Could you point on where exactly in the YouTube license agreement that this is stated at?
Thanks
Thanks
Does anyone know if for sure it is possible to add a config paramter to set an external flv meta data file to be loaded for external videos that do not have meta data? I have looked briefly at the source code for pseudo streaming plugin. It looks somewhat feasible. Any help is appreciated.
Thanks
Thanks
I have found the issue. If the video player container is not position relatively from the start, the video player will restart the first time. Additional calls to expose is fine after that as the position is already relative. Not sure if I missed this in the instructions.
Has anyone also had an issue with expose restarting the player if activated while the player is actively playing? The demo on the site does not seem to have this issue.