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?