Re: WebBrowser control - CF 2, C#. Full screen?



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




.



Relevant Pages

  • Re: Can I add Flash movie to C# project?
    ... I believe that the flash player is exposed as an active X control. ... then wrapping it in a webbrowser would be a waste. ... Also, since I plan on selling this screensaver, what must the client PC ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Roter Teppich =?ISO-8859-1?Q?f=FCr?= Phisher
    ... Webbrowser, sondern ausschließlich für vertrauenswürdige Netze geeignet. ... wird das mit Flash gemacht? ...
    (de.comp.security.misc)
  • webbrowser showing flash
    ... I pu t the webbrowser control in a form. ... When I run the app show the web site but when I clic over movies flash dont ... I proof with another site with flash and ajax and happens same thing... ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Flash
    ... Zbigniew Komarnicki wrote: ... can I ask you for help, how to set up flash in Firefox natively, step ... I need it to see online stock market in Poland on some banking pages, ... I use FreeBSD 6.2 and my webbrowser is firefox-2.0.0.6,1. ...
    (freebsd-questions)
  • Re: Need tool to built click dummies for Pocket PC
    ... This is an alternative internet browser for the PPC ... I do not know if its support Flash. ... > On normal PCs we use so called "click dummies" to accomplisgh this: We> show a picture and use Flash or> Powerpoint to connect certain regions with> other pictures. ...
    (microsoft.public.pocketpc.developer)

Loading