I/O Error: Stream closed

This is a discussion on "I/O Error: Stream closed" within the Web Page Design section. This forum, and the thread "I/O Error: Stream closed are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 10th, 2007, 01:18
Junior Member
Join Date: May 2005
Location: North Carolina
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
I/O Error: Stream closed

Hello All -

I was validating my personal site - job hunting and thought I had better make sure everything goes through XHTML and CSS validators correctly. My homepage for XHTML didn't pass the validation due to the embed tag for the two small Flash files I have on the page. After looking around I found that I can use this code:

Code: Select all
<objecttype="application/x-shockwave-flash" data="flash/nav.swf" width="400" height="50" align="middle">  <param name="allowScriptAccess" value="sameDomain" />
          <param name="movie" value="flash/nav.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="bgcolor" value="#ffffff" />
  </object>
It works fine as the files are small and the XHTML validator gave it the green light. Then I went to run it through the CSS validator and got this error: I/O Error: Stream closed.

I can bypass it by running the URL to my style sheet in the validator,
but it concerns me as a potential new employer may think there
is something wrong. Is there something wrong? What is the best
way to get a Flash movie on your site to pass the XHTML
validator?

Here is the address to my site I am validating:
http://www.fractalrust.com/Mine/

Thank in Advance
Kecia

Last edited by karinne; Apr 10th, 2007 at 12:44. Reason: Please use [code]...[/code] tags when displaying code!
Reply With Quote

Reply

Tags
css validation error

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for tutorial on how to stream .mp3's on web site.. BlackReef Flash & Multimedia Forum 2 Jul 26th, 2007 23:28
Help: How to read and store the input stream of data from a URL? RChris JavaScript Forum 0 Jul 3rd, 2007 15:09
Live stream ZOcken Flash & Multimedia Forum 1 Sep 13th, 2006 14:04
Playing an M3U file/MMS Stream through Flash christopher Flash & Multimedia Forum 0 May 30th, 2006 15:43


All times are GMT. The time now is 02:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43