Ask Experts Questions for FREE Help !
Ask
    ittle's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #1

    Jul 9, 2006, 06:54 AM
    music, and link help
    I want to make a page in my website about guitar chords and so forth. And I have little piuctures that for example say= C major , and when you click on it it activates a .wav sound and takes you to a new page with a movie being played. What would this look like in css and in html?
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #2

    Jul 10, 2006, 12:38 AM
    Link on your page - a normal link using an image:
    Code:
    <a href="cmajor.html" title="C Major"><img src="" alt=""/></a>
    As for the C Major page itself, try looking at this code: http://www.mioplanet.com/rsc/embed_mediaplayer.htm

    If you intend for the WAV to be the sound for the video, I wouldn't bother - the sound won't sync up. The WAV file would start playing before the video has even started loaded. Just ensure the video you will be playing has sound.

    There are a few other problems with embedding video on a web page and if you want me to reel them off
    ittle's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #3

    Jul 10, 2006, 07:00 PM
    Quote Originally Posted by LTheobald
    Link on your page - a normal link using an image:
    Code:
    <a href="cmajor.html" title="C Major"><img src="" alt=""/></a>
    As for the C Major page itself, try looking at this code: http://www.mioplanet.com/rsc/embed_mediaplayer.htm

    If you intend for the WAV to be the sound for the video, I wouldn't bother - the sound won't sync up. The WAV file would start playing before the video has even started loaded. Just ensure the video you will be playing has sound.

    There are a few other problems with embedding video on a web page and if you want me to reel them off
    Thanks about the wegbsite page. But what I mean is that when you click on the link it will sound the WAV. NOT IN THE MOVIE.
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #4

    Jul 11, 2006, 12:31 AM
    Best way to do it would be two have two embed tags on the page - one for the sound, one for the movie. There is a bgsound tag but I believe this is only supported in Internet Explorer so I would stay away from it.
    LTheobald's Avatar
    LTheobald Posts: 1,051, Reputation: 127
    Ultra Member
     
    #5

    Jul 16, 2006, 09:07 AM
    Just seen that I was a bad person by suggesting embed tags. Have a look hear for good ways on embedding video/sound:

    http://www.alistapart.com/articles/byebyeembed
    ittle's Avatar
    ittle Posts: 95, Reputation: 1
    Junior Member
     
    #6

    Jul 21, 2006, 08:49 AM
    Quote Originally Posted by LTheobald
    Just seen that I was a bad person by suggesting embed tags. Have a look hear for good ways on embedding video/sound:

    http://www.alistapart.com/articles/byebyeembed

    I read it and I got even more confused. Sorry. Can you explain it to me?

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Html link help [ 9 Answers ]

Okay so I'm making my website, but for example on my index.html I have a link for home.html, the word "home" is supposed to be yellow and not underline, but instead it is blue and underlined. Need help!

Possible to link a spreadsheet 2 way [ 7 Answers ]

I know how to do a "one way" link in a spreadsheet. For example, if you change the value in A1, you can make it automatically change the value in A2 also. However, is there a way, if you change the value A2 that it will also change the value of A1? Thus, whichever you change, A1 or A2, will...

Link to a pdf file [ 3 Answers ]

I am asking this question for my brother so bare with me. He wants to allow a user to hit a download button and they can receive a pdf file. I have seen it done just can't remember how the coding is. Is their anything special that has to be done or is this just a link to a pdf form? Any info will...

Link dumps [ 5 Answers ]

Are there any sites similar or better than www.dumpalink.com?


View more questions Search