Re: [flexcoders] possibility of opening a web page in a flex application

2009-03-08 Thread Brendan Meutzner
Do some searches in the list here for iFrame use within Flex... it's possible via ExternalInterface javascript by telling the browser to place an iFrame instance at the same coordinates as the canvas position. It's not pretty, but it works (mostly...) :-) Brendan On Sun, Mar 8, 2009 at 5:30 AM

[flexcoders] possibility of opening a web page in a flex application

2009-03-08 Thread stinasius
is it possible to open web page for example(http://www.mtv.com/news/articles/1606473/20090306/rihanna.jhtml) in a flex application let's say inside a flex canvas component?