Instructions on how to assign a sound or picture to a folder.Assign a sound to a folderOpen the folder where you want the sound to play from and put a .WAV or .MID file in the folder. Select View => Customize this Folder
Select Create or edit an HTML document => Next and then Next again
The HTML file will open in Notepad. Insert a new line after the <html> tag and insert: <bgsound src=filename.wav> where filename.wav is the name of your sound file.
Add loop command (optional): Play sound two times = <bgsound src=filename.wav loop=2> Play sound five times = <bgsound src=filename.wav loop=5> Continuous playing of sound = <bgsound src=filename.wav loop=-1>
Select File => Save => => Exit => Finish
Assign a background picture to a folder Open the folder where you want the picture displayed. Select View => Customize this Folder
Select Choose a background picture => Next and then Next again
Select the Browse option
Find the .BMP, .JPG or .GIF file you want to display, click Open.
Click Next and then Finish. |