In Tro Basic HTML Fonts Images Links Marquees Backgrounds Tables FieldSet, TextArea Lists CSS Cursors Divs Page Anchors I Frame Image Maps Music Flash E mail Form Pop Ups Drop Down Menu - MySpace Edits - Center Profile Hide Extended Network Hide Details Section Hide Last Login Hide Contact Box Hide Your Friends Hide General Info. Hide Comments Hide Friends/Comments Hide Search Form Move Contact Box Remove MySpace Links Remove URL Box Resize Comment Images Reverse Com & Friends Scrollable Comments Dot Comers Grey Matter Mega Book Tag Board PHP FTP CHMOD CPanel Scripts Paint Shop Pro Animation Shop Vector Cheat Radio Blog My Space HTML Tester Help Links Color Chart Get-Hosting.net DaRicanBoi.com OrlandoSotoJr.com SoDamnCocky.com MySpace.com/S.D.C. |
Too add music to your site use the followin code -:] Code - <bgsound src="the song url goes here" autostart="true" loop="-1"> The LOOP will cuase the song to play over and over To add controls to ur song so you can stop it ..this is on looks like this ![]() -:] Code - <embed src="your wma song file goes here" autostart="true" loop="-1" width="68" height="24"></embed> This is another code for music controls...Looks like this ![]() -:] Code - <input type="button" value="Play" AUTOSTART="true" style="font-size: 6pt; font-family: courier new; color:#FFFFFF; background:transparent;border:1; border-color:#FFFFFF; border-style:solid"onClick="document.music.DoPlay()" name="buttonstart"> <input type="button" value="Pause" style="font-size: 6pt; font-family: courier new; color: #FFFFFF; background:#transparent;border:1px; border-color: #FFFFFF; border-style:solid" onClick="document.music.DoPause()" name="buttonnext"> <input type="button" value="Stop" style="font-size: 6pt; font-family: courier new; color: #FFFFFF; background:#transparent;border:1; border-color: #FFFFFF; border-style:solid" onClick="document.music.DoStop()" name="buttonstop"> <embed src="ur rm file here" align="baseline" border="0" width="0" height="0" name="music" type="audio/x-pn-realaudio" loop="true" repeat="true" AUTOSTART="true"></embed> This one will not work wit WMA songs! |