Embedding .avi in a page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jakez
    Confirmed User
    • Jan 2004
    • 5656

    #1

    Embedding .avi in a page?

    Anyone have a code or know a site/page doing this that I can look at? There are plenty of examples within a Google search but none of them have successfully played the avi file.
    [email protected] - jakezdumb - 573689400

    Killuminati
  • candyflip
    Carpe Visio
    • Jul 2002
    • 43069

    #2
    <video> but that's for HTML5

    Spend you some brain.
    Email Me

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55679

      #3
      i would stay away from .avi embeds could take a while on some peoples browsers
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      • ArsewithClass
        So Fucking Banned
        • Mar 2007
        • 7957

        #4
        definatly try for flv as avi is huge on bandwidth & download speed

        Comment

        • Jakez
          Confirmed User
          • Jan 2004
          • 5656

          #5
          Yeah yeah I know avi is bad, but in this case I'm trying to get a successful embed for .avi videos, but I've tried everything and have yet to get one to play.

          Originally posted by candyflip
          <video> but that's for HTML5
          HTML5 is gonna be the shit :drool:
          Last edited by Jakez; 05-15-2010, 09:12 PM.
          [email protected] - jakezdumb - 573689400

          Killuminati

          Comment

          • fatfoo
            ICQ:649699063
            • Mar 2003
            • 27763

            #6
            You can embed YouTube videos with the codes they provide, if you want to do it.
            Send me an email: [email protected]

            Comment

            • nyllover
              Confirmed User
              • May 2008
              • 558

              #7
              As far as i know, AVI can't be a stream so people will have to download the full video before being able to see it on the page... Div-x has a solution (but it's a plugin)
              Feet4Cash - Join the first 100% foot fetish affiliate program! Promote the beauty of girl's feet! 50% on all sales and rebills! 5% webmaster ref!

              Comment

              • Jakez
                Confirmed User
                • Jan 2004
                • 5656

                #8
                Lol, is it really this difficult? Damn, is it 2010 or what.
                [email protected] - jakezdumb - 573689400

                Killuminati

                Comment

                • DamianJ
                  Too lazy to set a custom title
                  • Jul 2006
                  • 15808

                  #9
                  Originally posted by ArsewithClass
                  definatly try for flv as avi is huge on bandwidth & download speed
                  Gaz! Glad to see you're back and as ever, being really helpful to the noobs.

                  Now, can you explain to everyone WHY a 250 meg flv is lighter on bandwidth and downloads faster than a 250 meg avi?

                  Thanks.

                  Damian

                  Comment

                  • VGeorgie
                    Confirmed User
                    • Nov 2008
                    • 359

                    #10
                    Originally posted by Jakez
                    Yeah yeah I know avi is bad, but in this case I'm trying to get a successful embed for .avi videos, but I've tried everything and have yet to get one to play.
                    In addition to what others have said about having to download the entire file before it will play, AVI embeds require smart OBJECT tag switching if you want to target more than just Windows. You need to embed the Windows Media Player or Quicktime object (maybe Realplayer if the system detects it), but you wouldn't want to do both/all.

                    Google can expend time to do player embeds, but for regular folk, it's usually not worth the trouble, unless you know most/all of your surfers are Windows users, or if you use a different embedding for non-Windows.

                    Comment

                    • VGeorgie
                      Confirmed User
                      • Nov 2008
                      • 359

                      #11
                      Originally posted by DamianJ
                      Now, can you explain to everyone WHY a 250 meg flv is lighter on bandwidth and downloads faster than a 250 meg avi?
                      Because on an FLV file the bytes are smaller???

                      Comment

                      • LoveSandra
                        So Fucking Banned
                        • Aug 2008
                        • 10551

                        #12
                        Originally posted by ArsewithClass
                        definatly try for flv as avi is huge on bandwidth & download speed

                        Comment

                        • Bird
                          Confirmed User
                          • Jan 2005
                          • 4365

                          #13
                          play it in a flash container
                          ICQ:268731675

                          Comment

                          • seeandsee
                            Check SIG!
                            • Mar 2006
                            • 50945

                            #14
                            there are some old media Player embeddeds , but they are shity
                            BUY MY SIG - 50$/Year

                            Contact here

                            Comment

                            • ArsewithClass
                              So Fucking Banned
                              • Mar 2007
                              • 7957

                              #15
                              Originally posted by VGeorgie
                              Because on an FLV file the bytes are smaller???
                              Exactly

                              Comment

                              • munki
                                Do Fun Shit.
                                • Dec 2004
                                • 13393

                                #16
                                Save yourself the headaches, and compatibility issues... redump the avis into h264 or standard flv and use a flash streamer/player.

                                I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

                                Comment

                                • fris
                                  Too lazy to set a custom title
                                  • Aug 2002
                                  • 55679

                                  #17
                                  .avi has to download the whole video, flv you can stream
                                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                  Comment

                                  • VGeorgie
                                    Confirmed User
                                    • Nov 2008
                                    • 359

                                    #18
                                    I'm going to guess Jakez needs AVI because of quality issues - FLVs particularly are crap when trying to do program demos.

                                    You can use WMVs, and encode to about 500-600kbps. Those can be streamed (the index to the streams come at the beginning of the file), but unlike FLV the user cannot seek to a different timepoint until all the video has downloaded (the index to the frames themselves are at the end of the file, just like AVI).

                                    H.264 can be a solution if you get the encoding parameters right.

                                    If you're not doing something like a on-screen program demo hard to understand why it has to be AVI. AVI is a desktop format, designed well before the Web.

                                    Comment

                                    • SmokeyTheBear
                                      ►SouthOfHeaven
                                      • Jun 2004
                                      • 28609

                                      #19
                                      <embed src=file.avi>
                                      hatisblack at yahoo.com

                                      Comment

                                      Working...