OK all you IE guys can you splain this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikesouth
    Confirmed User
    • Jun 2003
    • 6334

    #1

    OK all you IE guys can you splain this?

    This link works fine in Fire Fox

    http://www.mikesouth.com/announcemen...southcom-2744/

    Try to open it in IE and I get "operation aborted"

    can anyone splain to me wtf is going on? Thanks
    Mike South

    It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.
  • Boozer
    So Fucking Banned
    • Feb 2005
    • 3134

    #2
    works in IE here but get the error

    Webpage error details

    Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
    Line: 0
    Char: 0
    Code: 0
    URI: http://www.mikesouth.com/announcemen...southcom-2744/

    Comment

    • Boozer
      So Fucking Banned
      • Feb 2005
      • 3134

      #3
      btw ie 8

      Comment

      • Boozer
        So Fucking Banned
        • Feb 2005
        • 3134

        #4
        http://support.microsoft.com/kb/927917

        Comment

        • mikesouth
          Confirmed User
          • Jun 2003
          • 6334

          #5
          Originally posted by Boozer
          works in IE here but get the error

          Webpage error details

          Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
          Line: 0
          Char: 0
          Code: 0
          URI: http://www.mikesouth.com/announcemen...southcom-2744/

          I dont get it...its a div....perfectly valid within a div
          Mike South

          It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

          Comment

          • mikesouth
            Confirmed User
            • Jun 2003
            • 6334

            #6
            heres the html (It is in a wordpress post)

            <div id="player" align="center">
            <p>&nbsp;</p>
            <script type="text/javascript">
            var s1 = new SWFObject("http://www.mikesouth.com/msplayer/msplayer.swf","ply","640","380","9","#FFFFFF");
            s1.addParam("allowfullscreen","true");
            s1.addParam("allowscriptaccess","always");
            s1.addParam("flashvars","fullscreen=true&bufferlen gth=5&image=http://www.mikesouth.com/jpgs/Nurses_DVD_FC.jpg&streamer=rtmp://76.76.22.203:1935/mikesouth&file=mp4:nurses.m4v");
            s1.write("player");
            </script>

            <p>&nbsp;</p>
            </div>
            works fine standalone, even in IE is there something in this that wordpress is parsing out?
            Mike South

            It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

            Comment

            • harvey
              Confirmed User
              • Jul 2001
              • 9266

              #7
              you have 281 errors and 57 warnings in your html

              in Firefox it will work because it's a real browser (duh!) and it will try to fix the errors when displaying it

              IE8 solves this to some extent, hence why Boozer can see it, but IE7 goes nuts when trying to read and display some code. To make it worse, this could happen with 100% valid html as well, but obviously it happens a lot more if you have 1 million errors in your page

              Try another theme and see what happens. If this continues, edit the post and remove the video to see what happens. If you still have trouble, try using one of many WP plugins to use FLV
              This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

              Comment

              • mikesouth
                Confirmed User
                • Jun 2003
                • 6334

                #8
                Originally posted by harvey
                you have 281 errors and 57 warnings in your html

                in Firefox it will work because it's a real browser (duh!) and it will try to fix the errors when displaying it

                IE8 solves this to some extent, hence why Boozer can see it, but IE7 goes nuts when trying to read and display some code. To make it worse, this could happen with 100% valid html as well, but obviously it happens a lot more if you have 1 million errors in your page

                Try another theme and see what happens. If this continues, edit the post and remove the video to see what happens. If you still have trouble, try using one of many WP plugins to use FLV
                thanks man thats a handy little site I think its gonn help me work around it anyways

                I dont wanna use a flash player because i want to stream H.264 AND I want it streamed not a progressive download...i know it seems weird but theres a method to my madness
                Mike South

                It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

                Comment

                • Spunky
                  I need a beer
                  • Jun 2002
                  • 133978

                  #9
                  No problems here

                  Comment

                  • GatorB
                    The Demon & 12clicks
                    • Oct 2001
                    • 18208

                    #10
                    works fine in IE 8.

                    Comment

                    • mikesouth
                      Confirmed User
                      • Jun 2003
                      • 6334

                      #11
                      Originally posted by GatorB
                      works fine in IE 8.
                      No it doesnt...look at the bottom of the page


                      and if you go to www.mikesouth.com

                      it dies after the first post
                      Mike South

                      It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        close the div before the script starts

                        the script is injecting the swf inside itself

                        <div id="player" align="center">
                        <p>&nbsp;</p>


                        <p>&nbsp;</p>
                        </div>
                        <script type="text/javascript">
                        var s1 = new SWFObject("http://www.mikesouth.com/msplayer/msplayer.swf","ply","640","380","9","#FFFFFF");
                        s1.addParam("allowfullscreen","true");
                        s1.addParam("allowscriptaccess","always");
                        s1.addParam("flashvars","fullscreen=true&bufferlen gth=5&image=http://www.mikesouth.com/jpgs/Nurses_DVD_FC.jpg&streamer=rtmp://76.76.22.203:1935/mikesouth&file=mp4:nurses.m4v");
                        s1.write("player");
                        </script>
                        hatisblack at yahoo.com

                        Comment

                        • SmokeyTheBear
                          ►SouthOfHeaven
                          • Jun 2004
                          • 28609

                          #13
                          see this works fine
                          http://ytmnd.webspacemania.com/mikesouth/
                          hatisblack at yahoo.com

                          Comment

                          • SmokeyTheBear
                            ►SouthOfHeaven
                            • Jun 2004
                            • 28609

                            #14
                            p.s. on the most common screen resolution the flash video throws the alignment off the page as well
                            hatisblack at yahoo.com

                            Comment

                            • $5 submissions
                              I help you SUCCEED
                              • Nov 2003
                              • 32189

                              #15
                              Talking about IE issues, I have this http://www.gofuckyourself.com/showthread.php?t=908380

                              Don't mean to hijack but IE's been giving me headaches lately

                              Comment

                              • Mr. Cool Ice
                                Confirmed User
                                • Aug 2006
                                • 1289

                                #16
                                Originally posted by SmokeyTheBear
                                close the div before the script starts

                                the script is injecting the swf inside itself

                                <div id="player" align="center">
                                <p>&nbsp;</p>


                                <p>&nbsp;</p>
                                </div>
                                <script type="text/javascript">
                                var s1 = new SWFObject("http://www.mikesouth.com/msplayer/msplayer.swf","ply","640","380","9","#FFFFFF");
                                s1.addParam("allowfullscreen","true");
                                s1.addParam("allowscriptaccess","always");
                                s1.addParam("flashvars","fullscreen=true&bufferlen gth=5&image=http://www.mikesouth.com/jpgs/Nurses_DVD_FC.jpg&streamer=rtmp://76.76.22.203:1935/mikesouth&file=mp4:nurses.m4v");
                                s1.write("player");
                                </script>
                                NUR COOL UND GEIL

                                Comment

                                • GatorB
                                  The Demon & 12clicks
                                  • Oct 2001
                                  • 18208

                                  #17
                                  Originally posted by mikesouth
                                  No it doesnt...look at the bottom of the page


                                  and if you go to www.mikesouth.com

                                  it dies after the first post
                                  YOU said

                                  Try to open it in IE and I get "operation aborted"

                                  I do NOT get "operation aborted" So quit fucking arguing with me with thing i can see with my own eyes. You are not sitting in front of MY computer. Here's an idea IE8 is out quit fucking using IE7. Now fuck off. Don't ask for help then bitch. Asswipe.

                                  Comment

                                  • mikesouth
                                    Confirmed User
                                    • Jun 2003
                                    • 6334

                                    #18
                                    Originally posted by SmokeyTheBear
                                    close the div before the script starts

                                    the script is injecting the swf inside itself

                                    <div id="player" align="center">
                                    <p>&nbsp;</p>


                                    <p>&nbsp;</p>
                                    </div>
                                    <script type="text/javascript">
                                    var s1 = new SWFObject("http://www.mikesouth.com/msplayer/msplayer.swf","ply","640","380","9","#FFFFFF");
                                    s1.addParam("allowfullscreen","true");
                                    s1.addParam("allowscriptaccess","always");
                                    s1.addParam("flashvars","fullscreen=true&bufferlen gth=5&image=http://www.mikesouth.com/jpgs/Nurses_DVD_FC.jpg&streamer=rtmp://76.76.22.203:1935/mikesouth&file=mp4:nurses.m4v");
                                    s1.write("player");
                                    </script>
                                    YOU are my hero today Thank you thank you thank you

                                    I was pullin what little hair i got out....
                                    Mike South

                                    It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

                                    Comment

                                    • mikesouth
                                      Confirmed User
                                      • Jun 2003
                                      • 6334

                                      #19
                                      Originally posted by GatorB
                                      YOU said

                                      Try to open it in IE and I get "operation aborted"

                                      I do NOT get "operation aborted" So quit fucking arguing with me with thing i can see with my own eyes. You are not sitting in front of MY computer. Here's an idea IE8 is out quit fucking using IE7. Now fuck off. Don't ask for help then bitch. Asswipe.
                                      Had you nothered to actually look at the page it DIDNT work fine in IE8 which is exactly what I pointed out

                                      Now grow up moron.

                                      learn something from Smokey
                                      Mike South

                                      It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

                                      Comment

                                      Working...