Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorTomLiv
    • CommentTimeFeb 26th 2007
     
    Hello list,

    I am trying to have a video appear within a <p> and have copy in that <p> wrap the video container. Is there something about swfobject that would prevent this?

    Does this look wrong or crazy?

    <p>Copy...

    <span id="inlineflash1">Alt Content</span>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("../images/videos/inline_fpo.swf", "inlinetest", "133", "95", "8", "#ffffff");
    so.addParam("quality", "high");
    so.addParam("wmode", "opaque");
    so.write("inlineflash1");
    // ]]>
    </script>
    </p>
    • CommentAuthorTomLiv
    • CommentTimeFeb 26th 2007
     
    Once again... i got it myself. Sorry people!