Results 1 to 6 of 6

Thread: i want to incorporate music into my asp webpage

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    3

    i want to incorporate music into my asp webpage

    hey,
    i want to know how do you get music into asp.net. What type of components do you use?
    thanks

  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: i want to incorporate music into my asp webpage

    I assume you mean background music? Well it's just the same as a regular HTML page. I don't know off the top of my head how to add background music, but that's what you want to look for

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    3

    Re: i want to incorporate music into my asp webpage

    thanks, but its kind of diffrent with asp.net you have to use a specific tool and i can't find it.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: i want to incorporate music into my asp webpage

    Code:
    <embed src="soundfile.mid" autostart="true" loop="true">
    </embed>

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    3

    Re: i want to incorporate music into my asp webpage

    Ok i see what you mean when you say look for the background. I can incorporate the music by linking it to the back ground.

    Thanks for the code.

  6. #6
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: i want to incorporate music into my asp webpage

    Quote Originally Posted by mendhak
    Code:
    <embed src="soundfile.mid" autostart="true" loop="true">
    </embed>
    Yeah that's what I was after

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width