Interview Question in Sharepoint Designer
Question :: I have to make a webpage in Sharepoint Designer-- how do I make a sound play when the site comes up |
Open the page in designer and add the following code just before the "</body>" tag:
<EMBED src="file.wav" autostart=true loop=false volume=100 hidden=true>
<NOEMBED>
<BGSOUND src="file.wav">
</NOEMBED> |
|
|
|

Loading ...