GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   OK all you IE guys can you splain this? (https://gfy.com/showthread.php?t=908362)

mikesouth 06-01-2009 08:21 PM

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

Boozer 06-01-2009 08:23 PM

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/

Boozer 06-01-2009 08:24 PM

btw ie 8

Boozer 06-01-2009 08:26 PM

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

mikesouth 06-01-2009 08:28 PM

Quote:

Originally Posted by Boozer (Post 15915595)
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

mikesouth 06-01-2009 08:30 PM

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?

harvey 06-01-2009 08:46 PM

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

mikesouth 06-01-2009 09:05 PM

Quote:

Originally Posted by harvey (Post 15915645)
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

Spunky 06-01-2009 09:16 PM

No problems here

GatorB 06-01-2009 09:26 PM

works fine in IE 8.

mikesouth 06-01-2009 10:03 PM

Quote:

Originally Posted by GatorB (Post 15915733)
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

SmokeyTheBear 06-01-2009 10:08 PM

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>

SmokeyTheBear 06-01-2009 10:12 PM

see this works fine
http://ytmnd.webspacemania.com/mikesouth/

SmokeyTheBear 06-01-2009 10:15 PM

p.s. on the most common screen resolution the flash video throws the alignment off the page as well

$5 submissions 06-01-2009 10:19 PM

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 :(

Mr. Cool Ice 06-01-2009 10:21 PM

Quote:

Originally Posted by SmokeyTheBear (Post 15915825)
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>

:thumbsup:thumbsup:thumbsup

GatorB 06-01-2009 10:28 PM

Quote:

Originally Posted by mikesouth (Post 15915813)
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.

mikesouth 06-01-2009 10:50 PM

Quote:

Originally Posted by SmokeyTheBear (Post 15915825)
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....

mikesouth 06-01-2009 10:53 PM

Quote:

Originally Posted by GatorB (Post 15915867)
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


All times are GMT -7. The time now is 03:45 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123