Embed Code
aerodog - November 13, 2008 - 05:49
| Project: | Dash Media Player |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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!

#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