[email protected] pounded out :
I am trying to embed a mp3 player but am having no luck.
Is it possible that SeaMonkey is incompatible with the code for certain mp3 
players? Does the mp3 player HTML code (that I cut and paste into Seamonkey) 
need to be an mp3 player that is only compatible with Mozilla or something?


<div>
<object type="audio/mpeg" data="/test/test.mp3" width="142" height="62" id="mymp3">
    <param name="mp3" value="/test/test.mp3">
    <param name="quality" value="high">
    <param name="volume" value="100%">
    <param name="autostart" value="true">
    <param name="loop" value="false">
    <param name="controller" value="true">
</object>
</div>

Example at:

<http://edmullen.net/mozilla/embed_test_mp3.php>

Works fine in SM etc.

--
Ed Mullen
http://edmullen.net/
If the odds are a million to one against something occurring, chances are 50-50 it will.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to