Forums

[Plugin: WP-SWFObject] won't load flash movie correctly (1 post)

  1. rbrookstx
    Member
    Posted 2 years ago #

    I'm linking wp-swfobject correctly in the code
    [swf]wp-content/uploads/videos/ArcCurveInside/curveInside.swf, 500, 300, scale=noscale[/swf]
    I know its working because I can call it from HTML file, though its called like the following in HTML file:
    // <![CDATA[

    var so = new SWFObject("curveInside.swf", "3D Multimedia Studio", "100%", "100%", "9", "#000000");
    so.addParam("scale", "noscale");
    so.write("flashcontent");

    // ]]>

    how do I call it this way from wordpress?

Topic Closed

This topic has been closed to new replies.

About this Topic