Announcement

Collapse
No announcement yet.

Need some quick HTML help.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need some quick HTML help.

    what's the code for playing an audio file on a page, without any visible player? and no, I don't intend to use this at the pavilion. bandwidth charges would be hell if I did.




    #2
    Re: Need some quick HTML help.

    I'm probably wrong, but...

    Code:
    <EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=false> <BGSOUND SRC="nameofsong.mid" LOOP=1>
    sig removed due to banned words being in playlist.

    Comment


      #3
      Re: Need some quick HTML help.

      I'm pretty sure that's right. Point for Manyak. And if it's not, well it's his fault.
      I want that Mulan McNugget sauce, Morty!

      Comment


        #4
        Re: Need some quick HTML help.

        and how would I make it loop over and over?



        Comment


          #5
          Re: Need some quick HTML help.

          Instead of making it:
          LOOP=false
          Change it to:
          LOOP=true
          That should work. The part that says, LOOP=1 you can just delete, I think.
          ..Hopefully that works. So basically, just this:

          <EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid">
          Last edited by TheBranMuffin; 01-09-2006, 10:41 PM.

          Comment


            #6
            Re: Need some quick HTML help.

            Silly Valk, HTML Comments are not allowed.
            The Cyclops having only one eye, needed to seek shelter from the harsh sun. The shadow cast by the spheres gave him temporary respite.

            Comment


              #7
              Re: Need some quick HTML help.

              it's not looping, and I did the code just how branmuffin said to.



              Comment


                #8
                Re: Need some quick HTML help.

                <EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid" LOOP=-1>

                or

                <EMBED SRC="nameofsong.mid" AUTOSTART=true LOOP=true> <BGSOUND SRC="nameofsong.mid" LOOP=INFINITE>
                Last edited by Manyak; 01-09-2006, 11:05 PM.
                sig removed due to banned words being in playlist.

                Comment


                  #9
                  Re: Need some quick HTML help.

                  Thanks!



                  Comment

                  Working...
                  X