Note that there are some explanatory texts on larger screens.

plurals
  1. POEmbed a flash movie in Wordpress post
    primarykey
    data
    text
    <p>I am trying to get this flash carousel to show up in a Wordpress post. I can right click on the blank space where it should be and bring up the flash options menu, but no movie is showing. It links to an xml document that pulls in the images and text. Is it an xml issue? Below is what I placed in my wordpress template header to allow the flash movie to run:</p> <pre><code>&lt;script src="&lt;?php bloginfo('template_directory'); ?&gt;/scripts/swfobject.js" type="text/javascript"&gt;&lt;/script&gt; &lt;!-- JavaScript function - called by the animation --&gt; &lt;script type="text/javascript"&gt; function MyFunction(p1){ alert("You have clicked on: " + p1); } &lt;/script&gt; </code></pre> <p>Everything is where it should be including the reference to the swfobject being in the themes "scripts" folder. Now here is the code I put in the post I am working on:</p> <pre><code> &lt;!-- BEGIN embed 3D Carousel --&gt; &lt;!-- This &lt;div&gt; is replaced by the Flash content! (see "SWFObject embed by Geoff Stearns ..." below) Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this.--&gt; &lt;div id="flashcontent"&gt; &lt;br /&gt; &lt;br /&gt; &lt;center&gt; &lt;a target="_blank" href="http://www.macromedia.com/go/getflash/"&gt; &lt;img border="0" alt="" src="images/getflash.png" /&gt; &lt;/a&gt; &lt;/center&gt; &lt;/div&gt; &lt;!-- SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/swfobject/ --&gt; &lt;script type="text/javascript"&gt; var so = new SWFObject("3dcarouseldev.swf", "3dcarouseldev", "780", "460", "8.0.0.0", "#ffffff"); so.addParam("quality", "high"); so.addParam("scale", "noscale"); so.addParam("menu", "false"); so.addParam("salign", "lt"); so.addParam("wmode", "transparent"); so.addParam("flashvars", "configfile=3dcarousel.xml"); so.write("flashcontent"); &lt;/script&gt; &lt;!-- END embed 3D Carousel --&gt; </code></pre> <p>Any reason this won't work even though I am linked correctly to all support files? Does Wordpress not like embedding Flash? The hosting is on Godaddy if that helps any.</p> <p>Thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload