how you add windows media player live on your site?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adonthenet
    Too lazy to set a custom title
    • Feb 2005
    • 16753

    #1

    how you add windows media player live on your site?

    anyone can give me the code to setup a windows media player live (online view ) on my sites?
  • SmokeyTheBear
    ►SouthOfHeaven
    • Jun 2004
    • 28609

    #2
    how do you mean ? you just use the same code as a movie but put the stream where the movie is
    hatisblack at yahoo.com

    Comment

    • SmokeyTheBear
      ►SouthOfHeaven
      • Jun 2004
      • 28609

      #3
      whats the stream address
      hatisblack at yahoo.com

      Comment

      • martinsc
        Too lazy to set a custom title
        • Jun 2005
        • 27047

        #4
        i want to know this too...
        Make Money

        Comment

        • adonthenet
          Too lazy to set a custom title
          • Feb 2005
          • 16753

          #5
          how you setup this stream !?? thats what im asking

          Comment

          • adonthenet
            Too lazy to set a custom title
            • Feb 2005
            • 16753

            #6
            bump it up

            Comment

            • Ycaza
              Confirmed User
              • Feb 2005
              • 4290

              #7
              bump for you
              Caz Thrush
              Head Honcho
              [email protected]
              http://thrushtech.com
              ICQ: 304883574
              do people still icq?

              Comment

              • SmokeyTheBear
                ►SouthOfHeaven
                • Jun 2004
                • 28609

                #8
                Originally posted by adonthenet
                how you setup this stream !?? thats what im asking
                thats a difficult question that involves many aspects you have to explain EXACTLY what your looking for before someone can help ..

                what do you have and what do you want to do ..
                hatisblack at yahoo.com

                Comment

                • 3M TA3
                  Confirmed User
                  • Aug 2005
                  • 2972

                  #9
                  This might be what you are looking for, Unless i misunderstand your question.

                  Just change the file names in both locations and the dimentions. Then start tweeking the options.

                  Code:
                   <object width="640" height="480" 
                  classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer1">
                  <param name="Filename" value="file_name.wmv">
                  <param name="AutoStart" value="True">
                  <param name="ShowControls" value="True">
                  <param name="ShowStatusBar" value="False">
                  <param name="ShowDisplay" value="False">
                  <param name="AutoRewind" value="True">
                  <embed width="640" height="480" src="file_name.wmv" filename="fuke_name.wmv" autostart="True" showcontrols="True" showstatusbar="False" showdisplay="False" autorewind="True">
                  </embed>
                  </object>

                  Dedicated and colo hosting: ICQ 291313057

                  "A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert Einstein

                  Comment

                  • adonthenet
                    Too lazy to set a custom title
                    • Feb 2005
                    • 16753

                    #10
                    Thanks a lot 3M TA3 !

                    Comment

                    • Jace
                      FBOP Class Of 2013
                      • Jan 2004
                      • 35562

                      #11
                      you just want an embedded windows media player on your page?

                      Comment

                      • adonthenet
                        Too lazy to set a custom title
                        • Feb 2005
                        • 16753

                        #12
                        yeah
                        its a must that it will be .wmv file?
                        cant use .mpg ?

                        Comment

                        • 3M TA3
                          Confirmed User
                          • Aug 2005
                          • 2972

                          #13
                          i don't think mpg will stream.

                          Dedicated and colo hosting: ICQ 291313057

                          "A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert Einstein

                          Comment

                          • adonthenet
                            Too lazy to set a custom title
                            • Feb 2005
                            • 16753

                            #14
                            yeah noticed..
                            so how i can transfer mpg to wmv?!

                            Comment

                            • martinsc
                              Too lazy to set a custom title
                              • Jun 2005
                              • 27047

                              #15
                              Originally posted by adonthenet
                              yeah noticed..
                              so how i can transfer mpg to wmv?!
                              just use windows movie maker (if you are running xp it's build in)
                              Make Money

                              Comment

                              • austinth
                                Confirmed User
                                • Jul 2002
                                • 1770

                                #16
                                both will stream
                                Get A $25 Circuit City GIFT Card - FREE!

                                Comment

                                • adonthenet
                                  Too lazy to set a custom title
                                  • Feb 2005
                                  • 16753

                                  #17
                                  damn just missed again

                                  Comment

                                  • Jace
                                    FBOP Class Of 2013
                                    • Jan 2004
                                    • 35562

                                    #18
                                    Originally posted by 3M TA3
                                    i don't think mpg will stream.
                                    you are not streaming, you are just embedding a windows media player

                                    any format that windows media player normally plays, will work in an embedded player

                                    Comment

                                    Working...