Closed (won't fix)
Project:
MediaFront
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 05:26 UTC
Updated:
29 Apr 2012 at 17:28 UTC
It would be useful to have a button on the OSM Player to pop it into its own window so the user can continue to watch/listen while they browse. I'm not sure what approach to take on developing this.
Comments
Comment #1
enjoylife commentedComment #2
enjoylife commentedComment #3
travist commentedThis isn't something that will be provided by the MediaFront module since it is a very custom implementation. This can be done, but would require some custom code. Within the code you can just use the mediafront api to show the player which is just
print mediafront_get_player('mypreset');Hope this helps.
Travis.