Wow, I've been building web sites for over a decade and nothing about what you just wrote makes a lick of sense to me. Thank you for your suggestion, Lucas. ...
797
dkaye23
Dec 11, 2009 5:29 pm
We get many requests for a pop-out option so that people can continue to listen to an MP3 when they navigate away from the current page. How would you do this?...
798
Dave
djwarmer
Dec 11, 2009 5:33 pm
Hi Doug, There is a "pop-out" option in the player. Simply click the button with the icon that has two overlapping squares (just below the close button). The...
799
dkaye23
Dec 12, 2009 6:38 pm
Okay, I found it. That icon is missing in our sprite and disabled in our CSS. Thanks....
800
Lucas Gonze
lucas_gonze
Dec 12, 2009 7:01 pm
Glad to hear that the issue wasn't that the icon was too hard to see or understand, Doug....
Is there a way to embed the expanded player inline within my html page? It always appears on the bottom left of the page, i'd like to make it appear embedded...
803
paulmangan@...
paulmangan...
Dec 26, 2009 7:06 pm
hello, does anyone know the code to remove the "find song on page" button and function as I have no need for it. I was also going to ask how to remove the...
804
Lucas Gonze
lucas_gonze
Dec 26, 2009 7:08 pm
CSS hacking guide for changing font: http://www.ponticstar.com/blog/2009/12/12/hacking-yahoo-media-player/ On Sat, Dec 26, 2009 at 10:44 AM,...
805
paulmangan@...
paulmangan...
Dec 26, 2009 8:08 pm
Hi Lucas thanks for the reply, but all I see in that guide is how to change font colour not the font type... The main thing I'm looking for is how to remove...
806
Lucas Gonze
lucas_gonze
Dec 26, 2009 8:09 pm
I think it's a mistake to remove that button. best way to do it is to customize the css sprite. search archives of this group for info on that. On Sat, Dec...
807
andreassavvides@...
andreassavvi...
Dec 27, 2009 12:14 am
I am building a web application and upon searching for a specific artist a user is also given a sample track to listen to where available. This sample track is...
808
TheRealMikeD@...
mdiddyla
Dec 27, 2009 4:23 am
This behavior is by design. If you want the Media Player to recognize a media link that is added to the page dynamically after the initial page load, you can...
809
andreassavvides@...
andreassavvi...
Dec 28, 2009 4:25 pm
Thanks so much for your quick reply, I actually figured it out after looking around on the Yahoo Media Player API; I kept coming across blogs that described...
810
kristina
adamsimonis6
Dec 31, 2009 2:35 am
Hi.. I don't really know code and I am running a couple of wordpress sites.. first off , i really like this player.. i put it in one of my sites.....
811
Smarty_my
Jan 20, 2010 7:52 am
I have a list of songs in my blog, and when i click on a song from somewhere in the middle, it starts playing from the beginning, instead of the song i...
812
Dave
djwarmer
Jan 22, 2010 1:47 am
Hi Matthew, Do you have a link to your blog so we can check it out and see what may be going wrong? Thanks --Dave...
813
Smarty_my
Jan 23, 2010 5:44 pm
hi Dave, THanks for your reply. Below is the link to my blog. http://clickformusic.blogspot.com/ THanks once again Regards Mathew...
815
christopher_james_rod...
christopher_...
Feb 2, 2010 11:54 pm
The Solution I found was to put not only the *.mp3 file on my BlueHost webserver; but I also had to put my html file with the javascript and the <a..> link on...
816
CG
insulin2
Feb 3, 2010 6:58 pm
Hi- Quick question about handling the playlist: If I wanted to start the player at the last (or some arbitrary) item in the playlist, do I need to get the...
817
TheRealMikeD@...
mdiddyla
Feb 3, 2010 7:53 pm
CG, Very cool site with some cool hacks to the player. That does seem like an oversight to not have an easy way to play an arbitrary track. I feel like we...
818
evinoryan88
Feb 4, 2010 8:57 pm
Hi, I have a player installed; it was working this morning and just now, it stopped. The player opens and shows the link to the audio file, but nothing plays. ...
819
MichaelL
evinoryan88
Feb 4, 2010 9:14 pm
UPDATE-it works on IE 8 but not on Chrome....
820
Lucas Gonze
lucas_gonze
Feb 4, 2010 11:14 pm
In chrome the play button doesn't show up?...
821
tinil
tinil@ymail.com
Feb 10, 2010 4:08 pm
your problem is ice_man.wma .ur file type should be mp3. convert .wma 2 mp3.then it will work....
822
TheRealMikeD@...
mdiddyla
Feb 10, 2010 7:08 pm
This is not actually correct. The Media Player will play wma files, if the browser has a plugin that is capable of handling them (such as Windows Media Player...
823
TheRealMikeD@...
mdiddyla
Feb 10, 2010 11:36 pm
bahama_sister, It looks like the URL in your link is encoded wrong. It is currently: "show_847127- 020110.mp3". There should not be any spaces in the URL....
824
nehemiah111
Feb 12, 2010 10:12 pm
Hi, I just started using this, thanks for providing this player, pretty cool stuff. However, I found that it doesn't work with relative links... for example a...
825
Lucas Gonze
lucas_gonze
Feb 12, 2010 10:38 pm
I think that's a bug. Try adding type="audio/mpeg" to your links. If that doesn't work, use class="htrack"....
826
TheRealMikeD@...
mdiddyla
Feb 12, 2010 10:50 pm
Relative URLs should work fine. Something else must be the issue. Do you have a page link that you can share so that we can investigate what the problem...