ExternalInterface will let you call Javascript in the HTML wrapper. I'm not sure why the app is displayed twice, so you may want to check the final html.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Tuesday, May 01, 2007 8:09 AM To: [email protected] Subject: [flexcoders] How to activate browser scroll Is there a way to activate the scroll of the browser and define a height directly in the html without making the flash be reapeted? The thing is that I generated and swf with flex, inserted it in an html with a fixed height that requiered a scroll, but when the flash doesn't use the complete height, it will repeat the content. How can I prevent flex from repeating the same content (in my case two times)? Thanks

