The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help for a radio

3 posters

Go down

Solved Help for a radio

Post by dark_one February 2nd 2010, 11:11 pm

I want something like this to put in a html page http://img713.yfrog.com/i/screenshotuj.jpg/
And if u can help me with 2 things:
-to make in colour the links that i replace(or put) to have my own list of radios
-and how do i change the skin for the player and if u have some places from where i can get skins..thx in advance


Last edited by dark_one on February 3rd 2010, 3:31 am; edited 3 times in total
dark_one
dark_one
Forumember

Male Posts : 193
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help for a radio

Post by kirk February 3rd 2010, 2:13 am

the link is not working?

oh wait here it is.
http://img713.yfrog.com/i/screenshotuj.jpg/

thats just an image where do you get the player?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Help for a radio

Post by dark_one February 3rd 2010, 3:29 am

Thx i did know that link didnt work .I dont know how to get that player..it could be a diferent one just a script that will make to look like winamp i want to make a player like that with instead of song as playlist with radios..and i need to know that stuff i must replace so i can put my oun list of radios in it.
dark_one
dark_one
Forumember

Male Posts : 193
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help for a radio

Post by kirk February 3rd 2010, 6:07 pm

well i don't know if it's possible to get a player that you can add a different list of radio stations.. but you can find live radio and just add the link to an i frame or pop out player kind of what i have over here..

but you have to find the stations you want first.and like i said i don't know of any players you can add all of them to at one but you can make your own list to have posted that go to different stations.

anyway here's an example of one station i have HERE
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Help for a radio

Post by dark_one February 3rd 2010, 11:30 pm

I want something like first,like that music player exactly but instead of those songs to pun links for radio stations..is posible?
Adn if u can make the script and tell me where i must put those links with radio stations

Edit:this kind of link is good?
http://fanfm.info:3750
http://80.86.106.136:8000

And if not how i should search for the link to be working?

Edit 2:if isnt posible that can u make a scritp for each radio and to pit in a widget something like this
Help for a radio A9mkax
Help for a radio 2hplgd0
Help for a radio 2qlv0vb
ofc with the gif i want instead with that pictures
dark_one
dark_one
Forumember

Male Posts : 193
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help for a radio

Post by kirk February 4th 2010, 3:08 am

dark_one wrote:

Edit 2:if isnt posible that can u make a scritp for each radio and to pit in a widget something like this
Help for a radio A9mkax
Help for a radio 2hplgd0
Help for a radio 2qlv0vb
ofc with the gif i want instead with that pictures

well yes that's what i meant. you can have the images all the same size and say different things.
like rock
rap
country
pop hits what ever.. but you have to have the links to the live stations,add to a iframe,place on a html page,then put he link to your html page in the popout code. or if you don't want them on a html page then you can just place the link to the stations in the pop out code.
but to me it seems better on a html page so it's not popping out to the site where the station is located.

anyway those links above i don't understand. i do not hear anything but might have been on the wrong page there?

here is the iframe code
Code:
<iframe src='PLACE THE RADIO LINK HERE' width='0%' height='0px' style='border: 0px solid #'></iframe>

My radio.
Code:
<iframe src='http://delicast.com/radio/modern/WMMR' width='0%' height='0px' style='border: 0px solid #'></iframe>

then here is the pop out code.
You would just place the links where it says in the code.
then where it says text or image link that is where you would put your image or text.
Also be sure to change the popup001 number. you see mine is 001 you can use that. but for everyone you make you should change the number. 2, 3, 4 etc..
Code:
<center><table border="0"><tr onmouseover="this.bgColor='#7DF9FF'" onmouseout="this.bgColor=''" bgcolor=""><td style="border:none;padding:10px"><a href="YOUR HTML PAGE LINK HERE" style="text-decoration: none;" target="popup001" title="TITLE HERE" onclick="window.open('YOUR HTML LINK HERE', 'popup001', 'width=400,height=300,height=300,left=200,top=275,scrollbars=yes'); return false"><img src="TEXT/OR IMAGE LINK HERE" border="0"></a></td></tr></table></center>

MY RADIO
Code:
<center><table border="0"><tr onmouseover="this.bgColor='#7DF9FF'" onmouseout="this.bgColor=''" bgcolor=""><td style="border:none;padding:10px"><a href="http://fmpreboard.forumotion.com/933-WMMR-h20.htm" style="text-decoration: none;" target="popup001" title="93.3 WMMR" onclick="window.open('http://fmpreboard.forumotion.com/933-WMMR-h20.htm', 'popup001', 'width=400,height=300,height=300,left=200,top=275,scrollbars=yes'); return false"><img src="http://i46.tinypic.com/a9mkax.gif" border="0"></a></td></tr></table></center>

Then here is the link i used to make my images.
http://cooltext.com/

So if you need help just come back but i think i pretty much explained it all.



-----------------------------------------

Shout out to rono.. thanks man yes the code is much better after your adjustments.
Be sure to give rono a thanks folks. he's the one that showed me how to do it first Smile
thanks bro guitar
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Help for a radio

Post by dark_one February 4th 2010, 7:30 am

Omg is all i dreamed thx alot kirk and rono..i recomand that this tutorial to be put somewhere so other people can do it to...im so happy,thx again
dark_one
dark_one
Forumember

Male Posts : 193
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help for a radio

Post by Sanket February 4th 2010, 7:58 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Help for a radio 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum