Beep web-page

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

    Beep web-page

    How i can generate "beep" or something else sound message in www-page?

    Browser what i must use is IE for Pocket PC 2003 or Opera for Pocket PC.


  • Juan.Diez.Blanco@gmail.com

    #2
    Re: Beep web-page

    I think you could use <bgsound src="sound.wav" if you don't need
    compatibility with other browsers; it plays sound.wav when the user
    first downloads and displays the page where this tag appears, but I've
    never used it, I'm just quoting O'Reilly's "HTML & XHTML: The
    Definitive Guide" by Chuck Musciano & Bill Kennedy, since I read about
    this tag on it a couple of nights ago.

    But I really think you should use the <objecttag (which I don't
    master yet) for the sake of compatibility.


    On 27 feb, 07:46, "Ilkka Maatta" <ilkka.maa...@p hnet.fiwrote:
    How i can generate "beep" or something else sound message in www-page?
    >
    Browser what i must use is IE for Pocket PC 2003 or Opera for Pocket PC.

    Comment

    • Ilkka Maatta

      #3
      Re: Beep web-page

      >I think you could use <bgsound src="sound.wav" if you don't need

      Opera for Pocket PC don't can use it - unfortunately.


      Comment

      • Chris F.A. Johnson

        #4
        Re: Beep web-page

        On 2007-02-27, Ilkka Maatta wrote:
        How i can generate "beep" or something else sound message in www-page?
        Whne you have it working, please post the URL so that I can
        blacklist it.
        Browser what i must use is IE for Pocket PC 2003 or Opera for Pocket PC.

        --
        Chris F.A. Johnson <http://cfaj.freeshell. org>
        =============== =============== =============== =============== =======
        Author:
        Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

        Comment

        • Ilkka Maatta

          #5
          Re: Beep web-page

          >How i can generate "beep" or something else sound message in www-page?
          Whne you have it working, please post the URL so that I can
          blacklist it.
          http://koti.phnet.fi/ilkmaat/testi_php/toka.php work, but only IE for Pocket
          PC,
          how it can do Opera is mystery....




          Comment

          • Roy A.

            #6
            Re: Beep web-page

            On 28 Feb, 07:06, "Ilkka Maatta" <ilkka.maa...@i ki.fiwrote:
            How i can generate "beep" or something else sound message in www-page?
            Whne you have it working, please post the URL so that I can
            blacklist it.
            >
            http://koti.phnet.fi/ilkmaat/testi_php/toka.phpwork, but only IE for Pocket
            PC,
            how it can do Opera is mystery....
            Try CSS:
            <style type="text/css">
            body: after { content: url("beep.mp3") }
            </style>



            Comment

            • Ilkka Maatta

              #7
              Re: Beep web-page

              >How i can generate "beep" or something else sound message in www-page?
              >PC, how it can do Opera is mystery....
              Try CSS:
              <style type="text/css">
              body: after { content: url("beep.mp3") }
              </style>
              Like...
              ----------------
              <html>
              <HEAD>
              <TITLE>Comparis on of inside/outside position</TITLE>
              <style type="text/css">
              body: after { content:
              url("http://koti.phnet.fi/ilkmaat/testi_php/tehoste.wav") }
              </style>

              <?php
              PHP-is nice!
              ?>

              </HEAD>
              </html>
              ---------------
              ......

              Unfortunately - don't work... ;-(



              Comment

              • Jukka K. Korpela

                #8
                Re: Beep web-page

                Scripsit Ilkka Maatta:
                Unfortunately - don't work... ;-(
                You don't get a joke, do you?

                <p lang="fi" class="hint">Ke ksi parempaa tekemistä. Lue vaikka kirja
                verkkosivujen teosta.</p>

                --
                Jukka K. Korpela ("Yucca")


                Comment

                Working...