View Single Post
  #8  
Old 06-03-2003, 23:12
dredgerman69's Avatar
dredgerman69 dredgerman69 is offline
Membre senior
 
Join Date: 20-10-2002
Location: Lyon
Age: 38
Posts: 304
Send a message via MSN to dredgerman69
pour jogo voici comment mettre la radio sur ton site tiré du site de php nuke france !

"Vous allez pouvoir mettre une radio sur votre site grâce ce code, pour l'instant les 3 radios disponibles sont: Fun radio, NRJ et Skyrock !

Vous allez pouvoir placer ce code avec un simple lien menant à une popup ou bien l'insérer dans un block avec un système d'Iframe...

[Code HTML Popup]
----------------------------------------
<a href="http://perso.wanadoo.fr/globalopsgame/radio.htm" onClick="window.open('','popup','width=125,height=190,scrollbars=0')" target="popup">Ecoutez la radio !</a>
----------------------------------------

[Code PHP Popup]
----------------------------------------
<a href=\"http://perso.wanadoo.fr/globalopsgame/radio.htm\" onClick=\"window.open('','popup','width=125,height=190,scrollbars=0')\" target=\"popup\">Ecoutez la radio !</a>
----------------------------------------

Maintenant voici le code pour insérer cette radio dans un block de type HTML

[Code block] pour php nuke
----------------------------------------
<center><iframe src="http://perso.wanadoo.fr/globalopsgame/radio.htm" width="100%" height="190" frameborder="0"><font color="#FFFFFF"></iframe></center>
---------------------------------------- "
Reply With Quote