Old 10-07-2004   #1 (permalink)
Face addict
 
supafly's Avatar
 
Join Date: May 2004
Location: Preston England on the west side
Posts: 290

Send a message via MSN to supafly
Unhappy Music on website

Is there any way that you can put music on a website without usiing flash? I've seen a script being used by people using html but can't find it

Any ideas chaps and chapesses!??
__________________

Last edited by supafly; 10-07-2004 at 02:55 AM.. Reason: Spellings !!!!
supafly is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #2 (permalink)
Registered User
 
MrProtoman's Avatar
 
Join Date: Aug 2004
Location: Evansville, IN
Posts: 70

Send a message via ICQ to MrProtoman Send a message via AIM to MrProtoman Send a message via MSN to MrProtoman Send a message via Yahoo to MrProtoman
Lightbulb Music Options

Code:
<embed src="melody.mid" width=2 height=0 autostart=true loop=true>
<noembed>
<bgsound src="melody.mid" loop=infinite>
</noembed>
That will work for, obviously, midi files and probably wav files (never tried myself). About the only other option for mp3's that I see is something like tinyplayer, a mp3 applet. Notice the small green 2 button player towards the top. That's all that shows. You can change the bgcolor or it, but unless you want to rewrite the applet itself, I don't think you can change the appearance of it much.
__________________
MrProtoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #3 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Don't forget that unless you use frames, the music will reload every time a new page is loaded up. Oh, and you might want to research a way to disable the music... or you might have people wanting to strangle ya!
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #4 (permalink)
Registered User
 
MrProtoman's Avatar
 
Join Date: Aug 2004
Location: Evansville, IN
Posts: 70

Send a message via ICQ to MrProtoman Send a message via AIM to MrProtoman Send a message via MSN to MrProtoman Send a message via Yahoo to MrProtoman
There's an autoplay paramater for the applet. I probably wouldn't have listed it without that particular option in there.
__________________
MrProtoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #5 (permalink)
Registered User
 
Join Date: Sep 2004
Posts: 18

I don't recommend you using it at all.. it goes copletely against a good design rulebook, lol
No, seriously, it's a bit lame, most users HATE it (specially when it's mid). Also most users hear music whilst navegating so it's completely useless, with the only purpose of bothering the one who enter. I particularly NEVER enter twice in a site with music, mostly because the site sucks (as no good webmaster would insert music in the website) so, if that wasn't clear, I dunno what would be..
Unless of course it's an "option" to listen to music or have a really special reason or anything... but trust me, good music would take a lot of bandwidth and midi simply sucks unless your visitor have uber-giga good soundfonts, and I doubt he would (how many people here does it?)
Elentor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #6 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
LOl, good point Elentor! I also can't view sites with music on them at work - the mixer is blocked, and all sounds come out at full volume (the same as MANY corporate network machines). As soon as they hear the music, people just KNOW i'm not working...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-07-2004   #7 (permalink)
biorust logo creator
 
Yusecki's Avatar
 
Join Date: Jun 2004
Location: Trefforest, Wales, UK
Posts: 316

Send a message via AIM to Yusecki Send a message via MSN to Yusecki Send a message via Yahoo to Yusecki
Personally I can't stand music on a website. No matter how good the webpage is if the person wants to impose their music on me I'm out of their. 90% of the time I'm listening to music already and if I'm not its because I'm using a computer that doesn't have speakers.. Music on websites is just interfering to me. though there is a way to do it in html I have- with a console:
Quote:
Originally Posted by EXpage
<bgsound src = "MIDI URL" loop = "true">
<embed src = "MIDI URL" autostart = "true" loop = "false"
volume = "50%" height = "60" width = "145">
__________________
Whoever invented work was out to get us lazy peoples

I made that BioRust logo you see up there
My Website
{I do hope I don't break any rules, please forgive me if I have forgotten them in 2 years away!}
Yusecki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-08-2004   #8 (permalink)
Red Dawn
 
BlodoPKNZ's Avatar
 
Join Date: May 2004
Location: Eastern Europe
Posts: 302

How about all of you tell me what do you think about flash player with option to stop the music? Coz im making a website and i need to know whether to bother myself with it or not.
__________________
BlodoPKNZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-08-2004   #9 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Flash players can do some funky things, but they are VERY bandwidth intensive - unless you are catering for broadbanders only, i'd give it a miss.

PS. I have a pre-written flash player, if you want it...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-08-2004   #10 (permalink)
biorust logo creator
 
Yusecki's Avatar
 
Join Date: Jun 2004
Location: Trefforest, Wales, UK
Posts: 316

Send a message via AIM to Yusecki Send a message via MSN to Yusecki Send a message via Yahoo to Yusecki
If there's a stop option I'll stop it as soon as I can but I still don't tend to stick around the website for long after that. Now, if the music didn't play automatically I'd probably stay awhile...
__________________
Whoever invented work was out to get us lazy peoples

I made that BioRust logo you see up there
My Website
{I do hope I don't break any rules, please forgive me if I have forgotten them in 2 years away!}
Yusecki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-08-2004   #11 (permalink)
Red Dawn
 
BlodoPKNZ's Avatar
 
Join Date: May 2004
Location: Eastern Europe
Posts: 302

Quote:
Originally Posted by Man1c M0g
Flash players can do some funky things, but they are VERY bandwidth intensive - unless you are catering for broadbanders only, i'd give it a miss.
No, thats only if someone is a newb at flash. Me, id do a streaming player and that would be good.

Quote:
Originally Posted by Man1c M0g
PS. I have a pre-written flash player, if you want it...
Id miss all the fun in creating it then

Still i think im gonna give it a drop seeing as people dont generally like it here. Noone here said he likes music on sites yet...
__________________
BlodoPKNZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-09-2004   #12 (permalink)
Me llamo JUAN!
 
onbrid's Avatar
 
Join Date: Sep 2004
Location: Wales, UK
Posts: 93

Send a message via MSN to onbrid
Music can be great on site but only if the site is devoted to a band etc. I quite like this site's little player it lets you listen to any of the artists songs while browsing and lets you create and save playlists.

Only problem is the menu's a ******* to navigate.

Last edited by onbrid; 10-09-2004 at 08:44 AM..
onbrid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-09-2004   #13 (permalink)
biorust logo creator
 
Yusecki's Avatar
 
Join Date: Jun 2004
Location: Trefforest, Wales, UK
Posts: 316

Send a message via AIM to Yusecki Send a message via MSN to Yusecki Send a message via Yahoo to Yusecki
Oh yeah, its different when its a music band site. There's one band called Madness and I absolutely don't mind them playing music because its a band I know and like, its different when its just some midi files someone made to create ambience.
__________________
Whoever invented work was out to get us lazy peoples

I made that BioRust logo you see up there
My Website
{I do hope I don't break any rules, please forgive me if I have forgotten them in 2 years away!}
Yusecki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 04:03 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT