Has anyone tried to imped the script in iWeb? How do you see the HTML code there to imbed it? Any ideas? Thanks!...
768
Brady
brw2
Oct 5, 2009 11:37 pm
We're embedding YMP into our website and we're having a lot of trouble with the 25 full-length plays limit. 1) the "plays remaining" count will jump around...
769
pennyshop1
Oct 13, 2009 2:25 am
I have embedded the media player and it reads wma and mp3 files in IE. However, in my Firefox browser, it only plays the mp3 files. Does someone have...
770
jestuswork
Oct 15, 2009 2:39 pm
Hi there - We've been using Yahoo Media Player on our site for a while with no problems however our last podcast post only plays about 9 mn of the 10 mn file...
771
Dave
djwarmer
Oct 15, 2009 4:54 pm
Hey Joe, I just tried to reproduce the problem from my computer and the entire 10 minutes of the file played just fine. What browser and operating system are...
772
lucas_gonze
Oct 16, 2009 1:25 am
To play files it uses whatever plugins you have in the browser, including flash, windows media player, and quicktime. Flash can't play wma. WMP can -- do you...
773
pennyshop1
Oct 16, 2009 3:54 pm
That would help me on my computer, but I am posting the files on a web site for public viewing. Actually, I have wmp and it is not kicking in....
774
Lucas Gonze
lucas_gonze
Oct 16, 2009 4:56 pm
... That's always relative to the computer of the viewer. Which would make sense, right? OTOH, if you have WMP and it's not kicking in then there's an issue. ...
775
paulmangan@...
paulmangan...
Oct 17, 2009 1:24 am
Hello, I am new to web deign, coding etc so a lot of this stuff is new to me so I have a lot of questions and am probably making many mistakes. Anyway, I've...
776
Mike Davis
mdiddyla
Oct 17, 2009 1:48 am
Hi Paul, Without having seen the code for your page, I would say that the answer to #1 is probably yes, if your media files are on your local machine. The ...
777
paulmangan@...
paulmangan...
Oct 17, 2009 4:00 pm
Hi Mike thanks for the reply (I tried to reply to your message already but I dont think it worked). Anyway, as far as the customizing is concerned, I know it's...
778
paulmangan@...
paulmangan...
Oct 17, 2009 4:01 pm
Hello Mike, many thanks for the quick reply. Firstly I think you're right about why the links arent working. Regarding the customizing, I know you said it can...
779
paulmangan@...
paulmangan...
Oct 17, 2009 9:24 pm
Ok I see my other post has appeared now for some reason. More importantly, I've fixed the tray transparency issue using your code #ymp-tray-body {opacity:1; //...
780
me_aemy
Oct 23, 2009 6:45 am
Hi all, I am trying to embed YMP on my html page. Scenario is that I have mp3 files in my C:\embedplayer directory and I give link in to anchor tag but when I...
781
Lucas Gonze
lucas_gonze
Oct 23, 2009 6:55 am
Those files on disk are off limits to browser apps for security reasons, but also because they simply won't work in a web context. The fix is to move them to a...
782
me_aemy
Oct 23, 2009 2:38 pm
I play wav files using same method and they play fine but when I put my html page to play mp3 files its start buffering but nothing played....
783
Lucas Gonze
lucas_gonze
Oct 23, 2009 3:06 pm
Another issue here is that c: is not a protocol. href="C:\embedplayer\123.mp3"...
784
Lucas Gonze
lucas_gonze
Oct 23, 2009 3:07 pm
Speaking of the C: non-protocol, isn't it kind of amazing that those ancient DOS volume names have persisted into the present? C:-D:-etc? They'll still be...
785
cees ploeg
casynl
Oct 23, 2009 5:40 pm
hello lucas put this script above <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script> <head> and everything in vetween </head> and...
786
paulmangan@...
paulmangan...
Oct 31, 2009 4:10 pm
Ok so I have a few more questions about editing the player, some of which went unanswered in my previous post. 1. How do I change the font type and color used...
787
Lucas Gonze
lucas_gonze
Oct 31, 2009 6:35 pm
... This one is no, I think. Others I have to look up, don't have time just yet... BBIAB. On Sat, Oct 31, 2009 at 5:04 AM, paulmangan@......
788
cees ploeg
casynl
Nov 1, 2009 12:07 pm
hey lucas this one has one problem in firefox he is doing well but in internet explorer it gives problems i think you have to get the source script from the...
789
kweetaldomoor
Nov 5, 2009 10:20 pm
Hola, Something somewhere has definitely gone wrong recently. In the past I checked it with firefox chrome and IE. test tonight with the following browsers ...
790
Lucas Gonze
lucas_gonze
Dec 1, 2009 7:43 pm
... From: Wikia <community@...> Date: Tue, Dec 1, 2009 at 11:40 AM Subject: Yahoo! Media Player page Requests and Ideas has been changed by anonymous...
791
jirku
Dec 2, 2009 3:29 am
Hi, anyone have any luck getting this to work? The PS3 browser is relatively broken to begin with, but certain flash-based sites work just fine for audio &...
792
gunderstorm2000
Dec 8, 2009 10:22 pm
I'm using YMP on a Moodle portal. I am using Moodle's built in multimedia filters to add controls for FLVs. This works exactly like YMP in terms of the HTML...
793
Dave
djwarmer
Dec 8, 2009 10:39 pm
The best option is to add the htrack class to the links you DO want to be played by the YMP. Adding class="htrack" to audio links will cause the player to...
794
gunderstorm2000
Dec 8, 2009 10:48 pm
Thanks Dave. Unfortunately I'd have to do that for hundreds of MP3 links that are already in place....
795
Lucas Gonze
lucas_gonze
Dec 10, 2009 2:06 am
You could add a deceptive mime type hint to the FLVs. Just make it clearly a non-audio type, like application/binary. So: <a href="example.flv"...
796
gunderstorm2000
Dec 10, 2009 5:37 pm
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. ...