Posted by aerodog on November 13, 2008 at 5:49am
Jump to:
| Project: | Dash Media Player |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Hi Travist,
Thanks a lot for this media player--looks sweet.
What we wanted to do was to keep your existing playlist, which is awesome, but to have the actually player part be a generated embed code so that the youtube/vimeo/hulu/whatever player can be there to the left of our playlist. Furthermore, we were hoping the actual list could be generated by a drupal function rather than by views. Can the Dash Media Player do the trick for what we want? If not, do you know of anything else that can?
Much obliged!
Comments
#1
subscribing
#2
This is a very interesting request. I think the only way to do this currently is to utilize the pagelink argument with your playlist and set it to true.... like so.
....$params['pagelink'] = 'true';
....
What this does is link the playlist to the page you click on and not to the player on the page.
#3
#4
#5