Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter erwinnijhoff

    (@erwinnijhoff)

    Found a solution!

    Instead of the above embedding I used:

    <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="800" width="260" base="." data="https://www.aikido-holland.nl/header.swf">
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="https://www.aikido-holland.nl/header.swf" />
    <param name="flashvars" value="xmlDataPath=https://www.aikido-holland.nl/images.xml" />
    <param name="quality" value="high" />
    <param name="base" value=".">
    </object>

    Erwin

    Thread Starter erwinnijhoff

    (@erwinnijhoff)

    @ Chrisber
    Thanks for your reply! Yes I am using just three images for the header and in time I’ll add more. Flash is told to display the pictures randomly so that explains the strange sequence. Thanks for the imagerotator suggestion, it looks like a nice alternative, but first I want to try to make the SlideShow work.

    @ Jarom1
    First of all also thanks for your reply! The single(-post).php is told to <?php get_header(); ?>, the same goes for my pagetemplates and the index.php. In my header.php I’ve put this code:

    <div id="flash">
    <object width="800" height="260">
    <param name="movie" value="https://www.aikido-holland.nl/header.swf.swf">
    <embed src="https://www.aikido-holland.nl/header.swf" width="800" height="260">
    </embed>
    </object>
    </div>

    As you can see I changed my relative link header.swf into https://www.aikido-holland.nl/header.swf. Now my flashmovie is loaded (in the singlepost en the newspage), but it doesn’t show the pictures… Yet!

    Any ideas?

    Erwin

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