• Just running a few test on a new site and I’ve got a problem.

    When I engage archives on a page that uses Flash, the “entry summary” flash code. See http://boomchicawowwow.com/wordpress/tag/funny/

    Get the Flash Player to see this content. var params = { ‘allowfullscreen’: ‘true’, ‘allowscriptaccess’: ‘always’, ‘wmode’: ‘transparent’ }; var attributes = { ‘id’: ‘video0′, ‘name’: ‘video0′}; var flashvars = { ‘file’ : ‘http://boomchicawowwow.com/wordpress/wp-content/uploads/2010/09/WC-honest-john.flv’, ‘width’ : ’480′, ‘height’ : ’360′, …

    Thoughts?

    Thanks.

    Brian

Viewing 9 replies - 1 through 9 (of 9 total)
  • 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(); ?>

    Thread Starter bdconnolly

    (@bdconnolly)

    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.

    Thread Starter bdconnolly

    (@bdconnolly)

    http://boomchicawowwow.com/wordpress/ works

    http://boomchicawowwow.com/wordpress/2010/09/11/test/ works

    http://boomchicawowwow.com/wordpress/tag/funny/ doesn’t work

    All use the same code in the post. All using the plain html editor in WP.

    Thread Starter bdconnolly

    (@bdconnolly)

    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.

    Thread Starter bdconnolly

    (@bdconnolly)

    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.

    Thread Starter bdconnolly

    (@bdconnolly)

    Did that yesterday to no avail.

    🙁

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Archive Dump and Flash Code’ is closed to new replies.