Hi Angelo, Embedding a SWF file in an ASP.Net page is the same as embedding it in an .html page, the SWF is rendered on the client and the browser doesn't care about the server-side technology. If I were you, I'd create a blank html page on your web server and between the BODY tags put similar code that can be found on Step 4 of this link: http://www.w3schools.com/flash/flash_inhtml.asp
See what happens then... HTH, Nick On 25 February 2010 16:53, Angelo Anolin <[email protected]> wrote: > > > Hi FlexCoders, > > I am using ASP.Net as my server technology in development of Flex apps. > > When I embed the Flash (swf file) into my ASP.Net page and set the height > to percentage (say 100% or 80%), the flash object is like cut off at the > middle. Setting it to a numeric value, say 1000, the flash object displays > properly. Any workaround on this issue? > > I need to set the height to 100% because I want the application to take up > as much space of the page. > > Inputs highly appreciated. Thanks. > > Regards, > > Angelo > >

