Hey, have u tried it using the ExternalInterface. Its a build in API to communicate between Flash and JS. Here <http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhe\ lp.htm?context=LiveDocs_Book_Parts&file=19_External_Interface_178_3.html\ > is a link. I guess you would have to resize the Application container in a Flex function as well as the embeded Flash Object in JS.. you can make that happen at the same time using the ExternalInterface.
Greets, Max --- In flexcoders@yahoogroups.com, "v.cekvenich" <[EMAIL PROTECTED]> wrote: > > If I click on a link in my flash widget (that is on a html/jsp page) I > want to "move down" then html bellow and have my flash widget get a > bit larger. > > Any clue on how to do some similar ways to doing this? > > It's almost a menu, information panel, when I click "more" it would > expand to show about 1/4" to show a bit more text - but there is html > bellow, so it would need to show more then swf dimentions. > > tia, > .V >