Adding music questions

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

Adding music questions

Post by Mythic Fr0st »

How does one add music to a site using a language...

How does one loop it...

Can you controll the volume using w/e language
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

Code: Select all

<bgsound src="some_sound.wav" loop="-1">
loop="-1"
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The newer way is to use Flash or a Java applet.
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

If JAVA Is Not Downloded Or Installed Or Flash Player Not Found
I Dont Think JAVA Applet Should Be Used For This Purpouse
Couse 60% of Common Net Surfers Doesn't Have It Installed
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

hmm

Post by Mythic Fr0st »

I have flash & java, lol both downloaded, not flash player though lolz
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

Although Flash Is Common Java Plugin Is Not So Common.
But Just For A Background Music.
Its A Very little Job. Why Should 1 Use Some Applets.
It Also Takes Time To Load.I Dont Think Applet Is Required For A Background Music
Post Reply