Active
Project:
jQuery Media
Version:
6.x-1.4-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 09:17 UTC
Updated:
27 Jul 2010 at 23:00 UTC
Yahoo Media Player implementation would be a good option among the other players
http://mediaplayer.yahoo.com/
http://yahoomediaplayer.wikia.com/wiki/How_To_Link
i presume its simpler to include as the script external on Yahoo servers
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
Comments
Comment #1
iantresman commentedI now have the Yahoo Media Player working on my site, after adding the following snippet to my page.tpl.php file:
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>I have a CCK field which holds the URL of my MP3 file, which I then rewrite with Views | Fields, to output the appropriate link. See also this post which describes and solves a problem I had with this, when trying to pass the track title to the player.