I'm not quite sure if this will work (I didn't have a transparent swf to test):
Create a css file in the folder plugins/system/siteentry/css/ named for example transparent.css
Copy the following content, add it to the file and save the file.
#sbox-overlay you can remove if you wish the gray lucent background-layer.
| Code: |
#sbox-content,#sbox-window, #sbox-overlay{
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0) !important;
filter:alpha(opacity=0) !important;
opacity: 0 !important;
-moz-opacity: 0 !important;
}
|
After that you can select the css-file in the plug-in parameters at "Use css style sheet", apply and test.