| Member List |
| Posted: 01 Nov 2006 21:03 | ||
|
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2006 |
|
| How do you publish a music file as viewable for the web? | ||
| Posted: 01 Nov 2006 21:04 | ||
|
Administrator Currently Offline |
Posts: 157 Join Date: Oct 2006 |
|
|
What exactly do you mean as viewable for the web? __________________ ![]() |
||
| Posted: 06 Nov 2006 08:51 | ||
|
|
Registered User Currently Offline |
Posts: 69 Join Date: Nov 2006 |
|
hmmm.. if you mean that you could stream some music on the web, then i prefer putting a real player module on your website.
the code is something like this " Code:
<embed src={src} type="audio/x-pn-realaudio-plugin" CONTROLS="Control" AUTOSTART="False" LOOP="50" VOLUME="100%" WIDTH="175" HEIGHT="70" CONSOLE=""></embed> hope this helps ![]() __________________ my own tutorial website... i love it... yeah i really do. marry me ..
http://www.tutorials-expert.com |
||