Why is my Yahoo not working?

Why isn't this working? (Yahoo Media Player)?

  • Okay so I am trying to make a webpage that plays a few songs using the yahoo media player, but when I run the html file it only shows two of the songs. I used CSS to style it if that helps. Here is the code: <h1> Music </h1> <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. . </p> <h2> Mix Tape </h2> <!--MIXTAPE--> <ol> <li> <a href="Marvins Room.wav">Marvin's Room Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </li> <li> <a href="Wait For Me.wav">Wait For Me Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </script> </li> <li> <a href="The Prayer.wav">The Prayer Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </script> </li> </ol> What's wrong><h1> Music </h1> <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. . </p> <h2> Mix Tape </h2> <!--MIXTAPE--> <ol> <li> <a href="Marvins Room.wav">Marvin's Room Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </li> <li> <a href="Wait For Me.wav">Wait For Me Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </script> </li> <li> <a href="The Prayer.wav">The Prayer Remix</a> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"> </script> </li> </ol> What's wrong? I'd really appreciate any advice anyone has.

  • Answer:

    do you have a link to the page? it would be easier to look at. Also, you you shouldn't have to include this link to the media player over and over. your browser downloads it the first time you include it. Try hitting the links to the .wav files directly and confirm you have the file names correct, etc...

Liam at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.