I have a flash intro on my
www.rautalaiva.fiWhen using MS IE 6, the flash intro fills all the browser window, as I wish.
When using Firefox 1, the intro is matchbox size - too small - on the window.
I use Flash 7.2. and have published with 100 percent dimensions.
I was advised to make table around the embed tag, where the swf-file is located.
I tried the html-solution by adding table around the embed-tag
The flash intro grew a few millimeters larger in firefox browser.
So I was not able to gain much progress
below my html-table-code:
<table width="100%" height="100%"><tr><td height="100%" width="100%">
<embed src="../flash/rautalaiva.swf" loop="false" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="rautalaiva" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</td></tr></table>
Has anybody any ideas how to proceed?