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.js"></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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to