Hi i am having problem with the following
<ASPNetFlash:Flash ID="Flash1" runat="server"
MovieURL="~/solvexxLearningPortal.swf"
AllowScriptAccess="SameDomain" DebugMode="false" Quality="Best"
WindowMode="Transparent" Alignment="center" Enabled="true"
Width="100%" Height="100%" HeightAutoDetect="false" WidthAutoDetect="false"
SwLiveConnect="True" ScaleMode="ShowAll" BackColor="#477d9f" >
<HTMLAlternativeTemplate>
<div class="noflash" style="height:385px; width:922px;">
<p>This site is designed to work best with the Flash player. Click here to
<a target="_blank" href="http://get.adobe.com/flashplayer/">get the Flash player</a></p>
</div>
</HTMLAlternativeTemplate>
</ASPNetFlash:Flash>
In IE7, Chrome and Safari it resizes neatly the swf to fit in the page. Though in Firefox the swf is simply not loaded, nothing appears and in IE8 it is squashed.
In order to have it work on all browsers, the following is currently deployed and can be seen at
http://vle.theresultsacademy.com/<ASPNetFlash:Flash ID="Flash1" runat="server"
MovieURL="~/solvexxLearningPortal.swf"
AllowScriptAccess="SameDomain" DebugMode="false" Quality="Best"
WindowMode="Transparent" Alignment="center" Enabled="true"
SwLiveConnect="True" ScaleMode="ShowAll" BackColor="#477d9f" >
<HTMLAlternativeTemplate>
<div class="noflash" style="height:385px; width:922px;">
<p>This site is designed to work best with the Flash player. Click here to
<a target="_blank" href="http://get.adobe.com/flashplayer/">get the Flash player</a></p>
</div>
</HTMLAlternativeTemplate>
</ASPNetFlash:Flash>
But really would want the first solution to work on Firefox and IE8, any ideas?