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>