S
Steve Howard
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
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