miguelDe
10-06-2003, 09:33 PM
I am embeding a flash swf player in my html page which I was to be displayed in the full browser window with no scrollbars(Fit To Screen checked).
I have done this and everything has been working fine for all pocketPC versions BEFORE 2003. Now my embeded swf getts shrunken down.
The browser is shrinking it down as if there is a vertical scrollbar, yet there is no vertical scrollbar. This seems to be a bug in the PIE.
My html is:
<BODY bgcolor="#FFFFFF" leftmargin="10" topmargin="0" marginwidth="0" marginheight="0">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="240" HEIGHT="263" id="Test" ALIGN="center"><PARAM NAME=movie VALUE="Test.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>
</OBJECT>
</BODY>
NOTE: as I mentioned, this has worked in the previous pocketPCs
Any help would be greatly appreciated!
I have done this and everything has been working fine for all pocketPC versions BEFORE 2003. Now my embeded swf getts shrunken down.
The browser is shrinking it down as if there is a vertical scrollbar, yet there is no vertical scrollbar. This seems to be a bug in the PIE.
My html is:
<BODY bgcolor="#FFFFFF" leftmargin="10" topmargin="0" marginwidth="0" marginheight="0">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="240" HEIGHT="263" id="Test" ALIGN="center"><PARAM NAME=movie VALUE="Test.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>
</OBJECT>
</BODY>
NOTE: as I mentioned, this has worked in the previous pocketPCs
Any help would be greatly appreciated!