Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

code for both browsers

Status
Not open for further replies.

bch33

Technical User
Joined
Oct 13, 2001
Messages
151
Location
US
The code below lets music load and play fine on IE but in Netscape (6 or 4.7) only an empty white box shows up. Is there something else I can add to make it work in both?

<div align=&quot;center&quot;><embed src=&quot;sounds/orchviolin.mp3&quot;autostart=&quot;false&quot;correction=&quot;full&quot; width=&quot;120&quot; height=&quot;32&quot; align=&quot;middle&quot;>
</embed></div>

Thanks much
bch
 
Hello bch!

First of all, you need to have spaces between attributes (I meen between src, autostart and correction:
<div align=&quot;center&quot;><embed src=&quot;sounds/orchviolin.mp3&quot;autostart=&quot;false&quot;correction=&quot;full&quot; width=&quot;120&quot; height=&quot;32&quot; align=&quot;middle&quot;>
</embed></div>
Good Luck! :-)
 
Thanks so much eugene!

Now it works great in Netscape 6 on one of my computers but not on N6 on my other computer(I have the same plug-ins on both) so I'm not sure why that is.
It doesn't work on Net 4.7 Oh well, can't have everything.
Appreciate the help
bch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top