uCoz Community Archives Locked How to make a radio panel to open in new blank page? |
How to make a radio panel to open in new blank page? |
If you give me the code of the Radio Panel i'll make it for you.
But most pages would be like this (This is straight from Dreamweaver im too lazy to write it out.)
Quote <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> Open Notepad and copy and paste that into it, Then you add the code for the Radio Panel where i've highlighted. Then go to File >> Save As > Name.html Make sure you have the .html at the end, or it will just save as a text document, Then upload it to your filemanager and the link should be h ttp://yoursite.ucoz.com/name.html Use your brain before you post ~Lee
Please use search, ~Lee Post edited by iLee - Monday, 2009-07-27, 1:13 PM
|
You need to receive the Radio's HTML code from the host of the Radio Station.
If you don't know how to get the Radio Code i'll see if I can get it if you link me to the Radio's Host site. Use your brain before you post ~Lee
Please use search, ~Lee Post edited by iLee - Monday, 2009-07-27, 1:18 PM
|
This a code of radio panel Windows media player:)
Code <OBJECT id="VIDEO" width="320" height="240" style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="your file or url"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT> Post edited by ManiQc - Monday, 2009-07-27, 1:35 PM
|
Quote <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Radio Player</title> </head> <body> Change the part highlighted in blue to the URL. Use your brain before you post ~Lee
Please use search, ~Lee |
http://www.mediafire.com/download.php?dtmdmmmnhey
That's the file, Now open notepad and copy in this
Quote <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Radio Player</title> </head> <body> Then save it as Javabeats.html or Radio.html Then the link will be yoursite.ucoz.com/javabeats.html Use your brain before you post ~Lee
Please use search, ~Lee Post edited by iLee - Monday, 2009-07-27, 1:49 PM
|
I just noticed javabeats.asx is the actual file with all the encoding so you don't need the HTML page for this, just upload javabeats.asx to your filemanager and go to
Use your brain before you post ~Lee
Please use search, ~Lee Post edited by iLee - Monday, 2009-07-27, 1:55 PM
|
| |||