Log in

View Full Version : pocketpc 2003 browser embedding object problem


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!

lllr
10-13-2003, 11:26 PM
I noticed this problem with embedding WMP in HTML for PocketIE as well. I have tried the following fix but it only works for PPC2002 files and the sample file this patch includes.

http://www.microsoft.com/windows/windowsmedia/create/embedppc.aspx

Has anyone succesfully embed WMV in HTML for PocketPC 2003?

Kevin

miguelDe
10-14-2003, 03:53 PM
I will have to take a look at that.

Do you think this has anything to do with the Eolas case against microsoft?

I just wonder if they changed the way it was embeded.

Anyway, thanks for the info and I'll see if that link can help.

M=