Click to See Complete Forum and Search --> : help


youlilsheshe
12-02-2003, 05:36 PM
I want to make a piano picture (which I have already) to play a different note for each key that is clicked on and once a special song is played a new part of the site opens up. How do i do that?:confused:

edelmatt
12-02-2003, 05:37 PM
I'd do that with Flash.

Do you have Flash?

youlilsheshe
12-02-2003, 06:07 PM
no how do i get flash and what do i do once i have it?

edelmatt
12-02-2003, 06:12 PM
Flash is a Macromedia application, which makes .swf files.

You can get a trial version here: http://www.macromedia.com/cfusion/tdrc/index.cfm?product=studiomx

It actually takes a fair amount of time to learn how to use Flash, plus it is rather expensive if you want to buy it. But it is very well suited to the type of interactive feature you described.

At any rate, regardless of whether you use Flash or JavaScript, you will need the actual sounds. Do you have recorded piano sounds already? If so, what sound format are they in?

youlilsheshe
12-02-2003, 07:53 PM
I dont have sounds yet. Can't i do this with Javascript? I would be way easier for me.

Paul Jr
12-02-2003, 08:05 PM
I do not believe so. And, even if you could, it would be most difficult, and not available to 13% of the people browsing the internet.

youlilsheshe
12-02-2003, 08:10 PM
ohhhhh is there another program that does that? Thats Free!

TheBearMay
12-03-2003, 07:50 AM
Depending on the picture size, you could use an image map and map each key. Then have the onclick method for each reference a function to play the sound.