View Today's Active Threads (No Chit Chat/Chit Chat Only) / View New Posts (No Chit Chat/Chit Chat Only) / Mark All Boards Read / Chit Chat Board
Chit Chat - Main Board / Games / Movies / Music / Sports / Video Games / Chit Chat - Classic / View Latest Threads in All Chit Chat Boards
![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Member
Forum Regular
|
Hi was wondering if anyone, knows any sites for putting music in your webpage?And also dollz too to put in there! If anyone know's please help me thanxs
|
|
|
|
|
|
#2 |
|
Justine and Holden..
Senior Member
Join Date: Jan 01, 2003
Location: Watching The Ellen Degeneres Show and luvin' it
Posts: 2,852
|
What kind of music do you want to add?
I know personally, if I go to a website and there is obnoxious music playing and I can't find a "STOP" button to turn it off, I back right out. My computer is old and slow and stuff like that makes it worse. Same for eBay. If I click on someones auction and I get music playing I back right out. |
|
__________________
*** How it all came down to this, only the Devil knows. Retail Rodeo is at the corner on my left. The motel is down the road to my right. I close my eyes and try to peer into the future. On my left, I saw days upon days of lipstick and ticking clocks, dirty looks and quiet whisperings. And burning secrets that just won't ever die away. And on my right, what could I picture? The blue sky, the desert earth, stretching out into the eerie infinity. A beautiful never-ending nothing. ~Justine, "The Good Girl" *** Bush for President! |
|
|
|
|
|
|
#3 | |
|
Member
Forum Regular
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Member
Forum Celebrity
Join Date: Nov 30, 2002
Posts: 21,532
|
You can make dolls at the addresses below.
http://www.thedollpalace.com/ http://maxpages.com/dollmagic/doll.cgi |
|
|
|
|
|
#5 | |
|
Member
Forum Celebrity
Join Date: Nov 30, 2002
Posts: 21,532
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Archie FTW!
Forum Veteran
Join Date: Jun 27, 2001
Location: NJ
Posts: 5,775
|
|
|
|
|
|
|
#7 | |
|
Member
Forum Regular
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Member
Forum Celebrity
Join Date: Nov 30, 2002
Posts: 21,532
|
firstly you'll have to convert your mp3 to a wav, and then an RM file.. you can do this with MusicMatch and Real Producer, after that here's the code for the buttons and such..the entire code is in red. i hope you know html 'cause I can't help you other than this. the purple code is the link to where your music is located on your server.
<input type="button" value="play" AUTOSTART="false" style="font-size: 7pt; font-family: times new roman; color: ffffff; background:transparent; border:1; border-color: ffffff; border-style lid" onClick="document.music.DoPlay()" name="buttonstart"> <input type="button" value="pause" style="font-size: 7pt; font-family: times new roman; color: ffffff; background:transparent; border:1px; border-color: ffffff; border-style lid" onClick="document.music.DoPause()" name="buttonnext"> <input type="button" value="stop" style="font-size: 7pt; font-family: times new roman; color: ffffff; background:transparent; border:1; border-color: ffffff; border-style lid" onClick="document.music.DoStop()" name="buttonstop"><embed src="http://you.com/music.rm" hidden="true" align="baseline" border="0" width="200" height="10" name="music" type="audio/x-pn-realaudio" loop="true" repeat="true" AUTOSTART="false"></embed>
|
|
|
|
![]() |
|
|