Dear frnds, In my project, i am embedding flex generated .swf files in to an asp.net application. Here i am facing some alignment issues.
1. Set Default.aspx(my asp page) height and width to 100% and embedded my test.swf(flex page height and width set to 100%). This produces unwanted horizontal and vertical scroll bars in flex page. Code snippet Default.aspx http://doubts.posterous.com/defaultaspx 2. DailyActivity.swf(DailyActivity.mxml) file contains all other components. In these components, one has the following defenition http://doubts.posterous.com/dashboardmxml I want to increment the row count of the dashBoardGrid. also the height of the HBox which contains dashBoardGrid to be increased. Other Hboxes remain same. Accordingly the Main VBox height to increase. What can i do for this ? -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

