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!

BG music

Status
Not open for further replies.

Reaper2

Technical User
Jan 31, 2006
15
US
I am trying to place some background music into my page, the code is <embed src="BGmusic.wma" loop=infinite autostart=true hidden=true> but every time I enter the hidden=true part it won't play at all. But then when I take it out I have a huge screen in the middle of my page, though the music is playing. Can someone help me out?!

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
Never mind, I figured out how to change the code enough to work, <embed src="BGmusic.wma" loop=infinite autostart=true width=0 height=0>. Thanks anyways.

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
Yeah, but can you help me out with my movie button problem. That is driving me crazy! I have searched everywhere for some answer, and nothing will work for me! It would mean alot if I could use it on my web page...

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
or use,

Code:
<bgsound src="music.wma" loop="infinite" autostart="true">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top