The stand alone version:
http://flowplayer.org/tools/demos/scrollable/demo-area.htm
In IE 6, when you click on any thumbnail, the home screen fades out and the screen stays blank. Clicking any other works fine and THEN the "tab" thumbnail screen will work. Its works fine on the not-stand-alone page.
I tried my version and then tried your page to check if it was just me. Both the same - blank.
------ update ---------
I got it to work in IE6, but not 7, IE 8 has more severe problems; it doesn't work at all. Again this happens on your site as well as my project.
1. I copied the code in the not-stand-alone page (only the demo-area part) and used it to replace the one on the 'only' page.
2. jquery.tools.min.js is different on the above mentioned page, so I copied its source and pasted it within the file used on the stand-alone.
3. Put opening and closing <html></html> tags.
4. Put this code before the closing </head> tag:
<!--[if lt IE 7]>
<style>
@importhttp://static.flowplayer.org/css/ie6.css?v=0.2";
</style>
<![endif]-->
<!--[if lt IE 8]>
<style>
html { overflow-x:hidden; }
#content ol, #content ul {margin-left: 50px; }
</style>
<![endif]-->
NOTE: there is an open " after @import but this forum won't show it for some reason.
I think this needs to be modified to make it work in IE 7/8
http://flowplayer.org/tools/demos/scrollable/demo-area.htm
In IE 6, when you click on any thumbnail, the home screen fades out and the screen stays blank. Clicking any other works fine and THEN the "tab" thumbnail screen will work. Its works fine on the not-stand-alone page.
I tried my version and then tried your page to check if it was just me. Both the same - blank.
------ update ---------
I got it to work in IE6, but not 7, IE 8 has more severe problems; it doesn't work at all. Again this happens on your site as well as my project.
1. I copied the code in the not-stand-alone page (only the demo-area part) and used it to replace the one on the 'only' page.
2. jquery.tools.min.js is different on the above mentioned page, so I copied its source and pasted it within the file used on the stand-alone.
3. Put opening and closing <html></html> tags.
4. Put this code before the closing </head> tag:
<!--[if lt IE 7]>
<style>
@importhttp://static.flowplayer.org/css/ie6.css?v=0.2";
</style>
<![endif]-->
<!--[if lt IE 8]>
<style>
html { overflow-x:hidden; }
#content ol, #content ul {margin-left: 50px; }
</style>
<![endif]-->
NOTE: there is an open " after @import but this forum won't show it for some reason.
I think this needs to be modified to make it work in IE 7/8
