Hi all,
I want to add the ability to play sound on my web site without going
to a new page. <BGSOUND> is IE dependent and will not hold accross all
browsers. I downloaded the jquery.media.js and the jquery.metadata.js
and included the imports:
                <script src="scripts/jquery/jquery.media.js" type="text/
javascript"></script>
                <script src="scripts/jquery/jquery.metadata.js" type="text/
javascript"></script>

I then included the following scripts in my ready function to see what
effect they have.
$('.media').media();
$('#myMedia').media();
$.fn.media.mapFormat('mp3', 'quicktime');
$('.media').media( { width: 400, height: 300, autoplay: true } );

Within the body tags, had the tag :
<a class="media" href="Jonas Brother.mp3">MP3 File</a>

For some reason the script has no effect on the page output.Even if i
simply delete it. Even if I remove the class filed in the <a> tag.
Basically a link to the mp3 fil is all that comes up ?

I have no clue as to what to do in order to get the audio feature up
and running. Any ideas ?

Reply via email to