How to Loop a Song on IMVU
When you add music to your IMVU profile, you have the option to loop the song so it does not stop as long as your visitor has your page loaded in her browser window. Allowing the music to repeatedly play bypasses the need for your visitor to click a "Play" button to hear it again. Use the IMVU feature that allows you to add the customized HyperText Markup Language (HTML) code that embeds music on your page.
Instructions
-
-
1
Upload your song file to a free file host such as Data File Host, File Dropper, FileFactory, YourFileLink or zShare. Click the "Open" or "Browse" button and follow the prompts to select and add your file. Copy the file address that automatically appears after the upload procedure.
-
2
Log into your IMVU account and click your avatar name on the page. This action brings you to your profile page.
-
-
3
Click the "Edit" button in the "About Me" panel and then click the "Edit custom HTML/CSS" link in the drop-down list.
-
4
Type in the HTML embed code that attaches the song to your IMVU page:
<embed src="your song file address here" />
-
5
Enter "loop=" and type "true" to specify you want the music to play more than once. Your complete code now looks like this:
<embed src="your song file address here" loop="true" />
-
6
Click the "Save" button.
-
1