Fixing the embed issue - how to align?!

hi there kirupa’s!:luigi:

checked out the fixing flash/embed issue tutorial, but i dont understand very much of javascript, so i cant change the code to specify the alignment…any usefull link or tips?

how can i align the swfs with fullscreen, no scale and centered in the middle of the window?

i got the following code from the flash script in the tutorial, but dont understand the language…:skull:

<script type="text/javascript" src="flashobject.js"></script>
<div id="flashcontent" style="width: 1000px; height: 590px"></div>
<script type="text/javascript">
var fo = new FlashObject("index.swf", "animationName", "1000", "590", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.write("flashcontent");
</script>

thanks in advance mates!
regards

anyone?
i got the alignment part already, but cant make the bg get fullscreen…

vFlashObject(“index.swf”, “animationName”, “1000”, “590”, “8”, “#FFFFFF”);

When you publish your flash file I just make the width=“100%” height=“100%” then just change 1000 and 590 to 100%.

That worked for me.