YOUTUBE is missing the auto-reply feature

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • polish_aristocrat
    Too lazy to set a custom title
    • Jul 2002
    • 40377

    #1

    YOUTUBE is missing the auto-reply feature

    anyone agrees?

    I'm not really sure why they don't have it, it wouldn't effect their bandwith and it would be so useful. When I'm listinening to a song on youtube, I don't really feel like clicking on "repeat" every 4 minutes... or is there a way around it?


    Keep in mind, I don't even have a Youtube account
    I don't use ICQ anymore.
  • polish_aristocrat
    Too lazy to set a custom title
    • Jul 2002
    • 40377

    #2
    yes, there's a typo in the title. I mean auto-replay obviously
    I don't use ICQ anymore.

    Comment

    • SmokeyTheBear
      ►SouthOfHeaven
      • Jun 2004
      • 28609

      #3
      coded this just fer u

      http://ytmnd.webspacemania.com/replay/?x=xE-OhkFK6-w

      lets you play any video in auorepeat mode


      heres the source code
      save as index.php
      call as index.php?x=YOUTUBEID
      Code:
      <?php
      $x = $_GET['x'];
      if ($x == ""){
      $x = "oDBKCjd6TQQ";
      }
      ?>
      <html>
      <body>
      <script src="http://swfobject.googlecode.com/svn/tags/rc3/swfobject/src/swfobject.js" type="text/javascript"></script>
      
         <div id="istbp">
          
        </div>
       
        <script type="text/javascript">
       if (window.innerWidth || window.innerHeight){ 
      dw = window.innerWidth; 
      dh = window.innerHeight; 
      } 
      if (document.body.clientWidth || document.body.clientHeight){ 
      dw = document.body.clientWidth; 
      dh = document.body.clientHeight; 
      } 
          var params = { allowScriptAccess: "always" };
          var atts = { id: "stbplayer" };
          swfobject.embedSWF("http://www.youtube.com/v/<?php echo $x; ?>&enablejsapi=1&playerapiid=ytplayer&autoplay=1&loop=1","istbp", dw, dh, "8", null, null, params, atts);
       
      
      
        function onYouTubePlayerReady(playerId) {
            ytplayer = document.getElementById("stbplayer");
            ytplayer.addEventListener("onStateChange", "stb()");
                }
      
      
      
         function stb() {  
      
      
         ytplayer = document.getElementById("stbplayer");
         ytplayer.playvideo();
         
        }
        </script>
      </body>
      </html>
      hatisblack at yahoo.com

      Comment

      • polish_aristocrat
        Too lazy to set a custom title
        • Jul 2002
        • 40377

        #4
        wow thanks Smokey
        I don't use ICQ anymore.

        Comment

        • seeandsee
          Check SIG!
          • Mar 2006
          • 50945

          #5
          smokey the coding master
          BUY MY SIG - 50$/Year

          Contact here

          Comment

          • Scott McD
            Too lazy to set a custom title
            • Nov 2002
            • 67798

            #6
            Originally posted by polish_aristocrat
            When I'm listinening to a song on youtube, I don't really feel like clicking on "repeat" every 4 minutes... or is there a way around it?
            You listen to the same song over and over again ??


            I Buy My High Quality Traffic Here, You Should Too!

            Comment

            • polish_aristocrat
              Too lazy to set a custom title
              • Jul 2002
              • 40377

              #7
              Originally posted by Scott McD
              You listen to the same song over and over again ??
              sometimes, yeah... and I know I'm not the only one
              sometimes also when away from the PC

              anyway, just found also this guide

              http://www.lightningshock.com/2009/0...automatically/

              basically:

              If you?re like me, and enjoy listening to the music videos on Youtube, you may get tired of having to manually click the replay button every time the song ends.

              It is possible to reiterate each video on it?s own, all you have to do is enter in a URI with specific looping parameters. The following is the format you will use to accomplish this task:

              http://www.youtube.com/v/(VideoID)&loop=1
              I don't use ICQ anymore.

              Comment

              • polish_aristocrat
                Too lazy to set a custom title
                • Jul 2002
                • 40377

                #8
                http://www.youtube.com/v/Fbi_ywNfYPo&loop=1

                I don't use ICQ anymore.

                Comment

                • d-null
                  . . .
                  • Apr 2007
                  • 13724

                  #9
                  Originally posted by polish_aristocrat
                  ...

                  Keep in mind, I don't even have a Youtube account

                  how can you not have a youtube account? your gmail/google account works too

                  being able to rate and comment on videos and rate other comments is integral to the youtube experience

                  __________________

                  Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                  Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                  Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                  Comment

                  • polish_aristocrat
                    Too lazy to set a custom title
                    • Jul 2002
                    • 40377

                    #10
                    Originally posted by d-null
                    being able to rate and comment on videos and rate other comments is integral to the youtube experience
                    I don't post my videos and dont rate other vids/post comments, why would I?
                    it's not a community for me, just a place to check some vids
                    I don't use ICQ anymore.

                    Comment

                    • Dirty F
                      Too lazy to set a custom title
                      • Jul 2001
                      • 59204

                      #11
                      Cheers!

                      Comment

                      • buzzy
                        Confirmed User
                        • May 2007
                        • 2606

                        #12
                        Lmfao! .....

                        Comment

                        Working...