Postponed (maintainer needs more info)
Project:
MediaFront
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2010 at 21:28 UTC
Updated:
6 Sep 2011 at 10:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
travist commentedThis functionality is controlled using the jquery.media.pager.js file. This is then added to the playlist statically in the jquery.media.playlist.js file. I am thinking what needs to happen here is I need to modify the code to allow you to dynamically add the pager to the playlist. Then, you would just make your controlBar also a pager, and then add that to the playlist using some simple code. I will work on this, since it shouldn't be too hard to implement, and I think it would add a lot of value.
Thanks for the suggestion.
Travis.
Comment #2
travist commentedJust checked in a way to do this.... After you get the latest DEV ( ready tomorrow ), you should now be able do write something like this in JavaScript on your page.... The following assumtions are made...
If any of these assumptions are wrong, then let me know and I will tell you how to modify the code below...
You can use the drupal_add_js method to add this JavaScript to your page if you are within PHP.
I hope this works... haven't tested it, but it should.
Let me know.
Travis.
Comment #3
yannickooWhere should
<div id="mediafront_mypresetmediacontrolbar">...</div>be?Comment #4
travist commentedSame place it throws it by default. Inside the mediaregion element.
Thanks,
Travis.
Comment #5
yannickooContent of osmplayer_default_node.tpl.php:
Content of my script.js
But it doesn't work.
Comment #6
yannickooComment #7
yannickooComment #8
yannickooAny news here Travis?
Comment #9
travist commentedYannick,
Will you send me your template that you are working with? I will run some tests.
Thanks,
Travis.
Comment #10
yannickooYou've the template (http://drupal.org/node/859846#comment-3241020)
Or did you mean my drupal theme?
thanks
yannick
Comment #11
travist commentedIs this on a live site that I can check out? That would also be helpful.
Comment #12
yannickooI will send you an e-mail okay?
Comment #13
yannickoosorry for double post
Comment #14
yannickooHere the live site: http://wtff.de/beta/player.
Let me know then.
Comment #15
travist commentedThanks Yannick,
I will take a look when I have a moment.
Travis.
Comment #16
ellm commentedhey,
i have the sam problem,
want to move the pre next button to controlbar.
i have also try the code from yan_nik in this issue but dont work..
i want also move the fullscreen and playlist button to the controlbar..
can anybody help me..
thx