my goal is to put a swf (which have a hidden-admin panel) in the sidebar...
i can embed it in the right sidebar with the standard code (both in the text widget and in the footer.php) :
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" style="height:170" align="middle"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="http://www.betatest-voodoo.com/test/postit.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <embed src="http://www.betatest-voodoo.com/test/postit.swf" quality="high" bgcolor="#FFFFFF" width="100%" style="height:170" name="postit" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" /> </object>
but my admin panel (which rewrite an xml file) does'nt work

So I tried to embed an external swf in my sidebar (always both in the widget and footer.php)... nothing appears except the background color...
I tried also to embed the swf (which is in the wp-content folder) from an other host... with :
Code:
<param name="allowScriptAccess" value="always"
I'm going crazy with that stuf ... can you help me please ???
thanks a lot,
Voodoo.