Hello There, Guest! Login or Register


Sound on topic?
#1
Is there any way to add a song on my own topic, wich makes the sound play when someone click on the topic...? :+
Reply
#2
No way, i think.
Reply
#3
Let's say the following is the html code/script for http://kemaliciouz.com/index.php (it's a hidden sound player that plays a specific sound from your FTP right away when the page pops up)

So, 1) you need a html code uploaded on a FTP:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="Chillnat0r" content="Hi there!">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="bv_WinMedia1" style="position:absolute;left:118px;top:78px;width:150px;height:150px;z-index:0;" align="left">
<embed src="David Guetta (featuring Kid Cudi) - Memories.mp3" id="WinMedia1" border="0" autostart="true" loop="true" hidden="true" width="150" height="150">
</div>
</body>
</html>

2) go to your topic and use the following with your link of course:

Code:
[html]<iframe frameborder='0' width='900' height='2185' src='http://kemaliciouz.com/index.php'></iframe>[/html]

Just check out the BB start post, pretty much the same schema.
Reply
#4
dont works, can u be more clear?
Reply
#5
If you tried it on this forum, you can't, since you will need admin rights to make it work.
Reply
#6
well maybe ill try here too, just explai those steps again...
Reply
#7
It doesn't work here.

And I don't think anyone wants to hear music playing when they click your topic anyways.
Reply