Re: WebBrowser control - CF 2, C#. Full screen?
- From: Mark Arteaga <NOSPAM_marteaga_NOSPAM@NOSPAM_opennetcf_com>
- Date: Wed, 11 Jan 2006 06:58:58 -0800
This may be a problem with the flash player for PPC. I have run into the same problem when playing with flash, PPC and OpenNETCF SDF WebBrowser. Have not tried it with the CF2.0 WebBrowser. I overcame this by setting the background color of the HTML page to the same as the flash object so it somewhat blends.
HTH ________________________________________ Mark Arteaga ..NET Compact Framework MVP http://www.opennetcf.com | http://blog.markarteaga.com
I added a web browser control into my project yesterday. I want to use it to present Flash content, full-screen.
It seems that no matter what settings I choose, the WebBrowser will not ever let the Flash movie fill the PDA screen.
The movie was published at 240x320 resolution. The HTML says it is that size. I've tried publishing it larger, and manually editing the HTML to make the Flash file appear larger.
In the HTML I added this css to make the html file margin free
<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> The WebBrowser is set to full screen, but I have also tested it larger than full screen. I have experimented with the various publishing options available in Flash. I've tried numerous other things (scale settings for instance) without success.
Nothing I have tried will get the Flash movie to fill the screen.
Is this a known bug? Or am I doing something wrong? Anyone know of a workaround?
TIA
Steve
.
- Follow-Ups:
- Re: WebBrowser control - CF 2, C#. Full screen?
- From: Steve Howard
- Re: WebBrowser control - CF 2, C#. Full screen?
- References:
- WebBrowser control - CF 2, C#. Full screen?
- From: Steve Howard
- WebBrowser control - CF 2, C#. Full screen?
- Prev by Date: Re: OpenNETCF.IO.Serial - SerialCSharp Example
- Next by Date: Re: Reading colors from .config file
- Previous by thread: WebBrowser control - CF 2, C#. Full screen?
- Next by thread: Re: WebBrowser control - CF 2, C#. Full screen?
- Index(es):
Relevant Pages
|
Loading