برامج

راديو على موقع [الأرشيف] - برامج نت

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : راديو على موقع


sniper_moon
04-26-2008, 02:30 AM
بسم الله المشكل الدي يواجهني هو اريد ان انشئ راديو الخاص بي وقد نجحت في انشئتهلكن لابد من تتبيت برنامج لدى المستمع لدى اريد ان يتم شرح و تبسيط كيفية امكانية تشغيله على موقع و كيفية انشائه و شكرا على كل من ساعدني
Customizing Webstream on RadioDestiny Broadcaster
Your Webstream broadcast can be customized to have the design of your choice, with some very simple html
editing.
To create your own custom Webstream page or email:
- create an html ********
- start your RadioDestiny Broadcaster, Webstream enabled
- go to stationdirectory.com or pirateradionetwork.com and launch your Webstream link
- get the applet code from the page
- insert the applet code into your custom page
- save the page to your Destiny web folder
Detailed instruction:
To create a custom version of a Webstream broadcast, it is necessary that the author is somewhat
comfortable programming html code and/or has the ability to create html ********s with an html editor.
1. Create your html page. Make the page as you would like it to look.
If there is the intention or possibility that the page will be sent in an email, it is necessary that the
following line is inserted in the body tag . There is a bug in Outlook that this code will resolve.
<BODY onUnload="this.focus()"
2. Start your RadioDestiny Broadcaster with Webstream enabled. Go to the station directory
and find your station listing. Click on the 'Web Stream' link to the right of your station name.
3. View the source of the Webstream. (Right click on the Webstream html and select 'View Source'
from the menu.) Look for the Webstream applet code. It will look something like this:
<APPLET CODEBASE="http://###.###.###.###:80/" ARCHIVE="WebPlayer.zip"
CODE="webplayer.class" ALT="The web player" NAME="Web Player" WIDTH="87"
HEIGHT="45">
<param name="AudioStreamURL" value="http://###.###.###.###:80/webstream">
<param name="UseDefaultIcon" value="false">
<param name="AudioBufferSize" value="5">
<param name="AutoPlay" value="true">
<param name="AutoBitRate" value="false">
<param name="AutoLoop" value="true">
<hr>
If you were using a Java-enabled browser, you would see the
RADIO DESTINY™ USER MANUAL 18
<a href="http://www.clipstream.com/help/java.html">clipstream</a>
<hr>
</APPLET>
Highlight and copy the applet code from that page. Go back to your custom html page.
4. Paste the applet code into your custom page as html code (not text). Be sure to save the page
in the Destiny web folder as radiodestiny.htm .
5. Tune in to your Webstream from the stationdirectory again to see your new look. The resulting
file "radiodestiny.htm" can also be uploaded to your site.
NOTE: If the IP address of the computer that your RadioDestiny Broadcaster is running
on changes at any time, the Webstream link will no longer work. In the event of
a new IP address for the broadcasting machine, simply change the two
corresponding locations in the applet code.
(http://###.###.###.###)