Its probably related to the Flash Video Playerplugin you are using.
Only says compatible to 2.9.2. WHat version of WP are you using?
Are you using the tag it requires?
[flashvideo file=video/video.flv /]
Does your header.php for your Theme have:
<?php wp_head(); ?>
Thank you.
I’m using theme Twenty Ten 1.1 .
I’m using WP version 3.01.
I am using Flash Video Player 5.0.4 http://www.mac-dev.net/blog/ .
I am using the tag that it dictates, i.e. [flashvideo file=videos/my-video.flv /] namely [flashvideo file=http://boomchicawowwow.com/wordpress/wp-content/uploads/2010/09/WC-honest-john.flv /] .
And yes, the header of the theme does have “wp_head();”
The problem is in the code for the problem pages. Looks like maybe you used an HTML edtor maybe to edit those files? If you look at the page:
http://boomchicawowwow.com/wordpress/category/general/
then look at the code and you see line 48 in my editor:
var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’:
But in the pages that work that is:
var params = { 'allowfullscreen': 'true', 'allowscriptaccess': 'always', 'wmode': '
That also might explain why I see what looks like DOS breaks in the files. Should use a non-DOS editor such as Edit Pad or Notepad2 if you are on Windows.
Logically, the problem appears to be an output issue with the Archive generator.
The code I posted did not come out the way I wanted. The first entry had HTML Symbol Entitites instead of the symbol. So instead of an ampersand it was without the dashes: &-amp-;
Have you tried disabling Plugins? Especially that script-compressor one.
I think it’s the template Twenty Ten. I switched to Minimalism and all works well.
hhhmmmmm…..I would try copying over the Twenty Ten Theme files from a fresh download. Maybe something in there got corrupted.
Did that yesterday to no avail.
🙁