Just implemented SWFobject for the first time.
Trying to figure out how to make the background transparent, mand get rid of the menu.
With the system I used before I added in “wmode”,“transparent”,“menu”,“false”.
Do I add something similar for the SWFobject system too?
This is the code I’m using in conjunction with Postcard Viewer:
<script type=“text/javascript”>
var fo = new FlashObject(“viewer.swf”, “viewer”, “100%”, “600”, “7”, “#FFFFFF”);
fo.addParam(“quality”, “best”);
fo.write(“flashcontent”);
</script>
What do I add in, and where do I add the code needed to remove the menu and make the background transparent?
Cheers