Added example swf files to jwo_lib
3 Comments so far
Leave a comment
Yeah yeah yeah. I know you are probably saying ‘Big Deal!’. Well it was long over due. Here is the links for you folks:
http://jwopitz-lib.googlecode.com/svn/examples/example
But there is that problem of it not properly rendering the html files in Firefox. Fine in IE but FF craps out. You can read a forum post about the issue…
Thanks,
Justin
3 Comments so far
Leave a comment
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Justin,
Open your HTML page in FF, right-click on page and select “Page Info”. Check MIME type of document — it’s text/plain rather then text/html.
So, in fact, FF displays your page correctly as plain text, and IE ignores MIME type and incorrectly displays pages as HTML
So you need to tweak MIME types in SVN in google code, or just copy examples out of SVN tree.
VS
Comment by Valery Silaev Tuesday, October 2, 2007 @ 8:44 amOk that worked great for the html pages and gifs. Thanks for the lead. For some reason though it does not want to render the jpegs. I did change the MIME type to image/jpeg but to no avail. Any suggestions for that one?
Thanks again.
Comment by jwopitz Tuesday, October 2, 2007 @ 1:50 pmnevermind I think I have it. It required more changing of the MIME types to the css and js as well. Very interesting lesson for me.
Thanks VS for the help.
Comment by jwopitz Tuesday, October 2, 2007 @ 2:02 pm