You can use <body scroll="no">

violabg2002 wrote:
if I use a jsp tag to include my mxml application, like this:

<%@ taglib uri="FlexTagLib" prefix="mm" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
1">
<title>CNH ImageBank PressKit Manager</title>
<script language="_javascript_" src=""></script>
<style type="text/css">
<!--
body {
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<!-- //
      ONCE THE TAG LIBRARY HAS BEEN IMPORTED, INCLUDE
      THE FLEX APPLICATION IN THE FOLLOWING MANNER:
// -->
<mm:mxml source="ibmanagerTest.mxml" id="theSWF" name="theSWF"/>
</body>
</html>


an html disabled scrollbar appear, but the same page called as mxml
dosen't have it.
Is there a solution?




Yahoo! Groups Links

Reply via email to