This is a message.

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

Posts:

Registered:

» Multiple elements expose with new jquery tools

Posted: Jul 2, 2009

Anyone?

Posts:

Registered:

Multiple elements expose with new jquery tools

Posted: Jun 28, 2009

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:


//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

Posts:

Registered:

» jquery expose causes video to restart in Firefox

Posted: Feb 11, 2009

Please see my old post for the fix:

http://flowplayer.org/forum/4/12501#post-12502

Posts:

Registered:

» » IS it possible that this player can play movies from youtube

Posted: Jan 12, 2009

Could you point on where exactly in the YouTube license agreement that this is stated at?

Thanks

Posts:

Registered:

External FLV Meta data file possible?

Posted: Jan 1, 2009

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

Posts:

Registered:

» Expose Restarting Player

Posted: Dec 28, 2008

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.

Posts:

Registered:

Expose Restarting Player

Posted: Dec 28, 2008

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.