So, I was reading the 10.4.3 Update thread when I saw this post and realized that I wasn't the only one who had ran across this issue.
What I HAVE concluded is that people who have embedded WMVs from videocodezone.com, videocodeszone.com, or videocodes4u.com (whichever applies), on their page, will crash Mac browsers, even the Firefox 1.5 beta.
How do I know this? Every Mac user's best friend, Terminal.app. My ex-girlfriend had a video from there, I have a couple of friends whose pages I cannot view because they have videos from there, and at one point, one of them left a comment on MY PAGE with a video from there. I wasn't too thrilled about that one.
For those familiar with using Terminal who would like to confirm this, try the following:
Check the output for an <embed> tag with src='http://www.videocodezone.com/videos/...
What I HAVE concluded is that people who have embedded WMVs from videocodezone.com, videocodeszone.com, or videocodes4u.com (whichever applies), on their page, will crash Mac browsers, even the Firefox 1.5 beta.
How do I know this? Every Mac user's best friend, Terminal.app. My ex-girlfriend had a video from there, I have a couple of friends whose pages I cannot view because they have videos from there, and at one point, one of them left a comment on MY PAGE with a video from there. I wasn't too thrilled about that one.
For those familiar with using Terminal who would like to confirm this, try the following:
Code:
curl www.myspace.com/yourfriendspage > ~/Desktop/friend.html
cat ~/Desktop/friend.html | grep -i 'videocode'
Check the output for an <embed> tag with src='http://www.videocodezone.com/videos/...