Open yasdar2002 opened 12 years ago
Hi,
At this point, the IFrame component as designed will not work with Flex Mobile. It's built specifically for Flex apps that are hosted in a web browser, and it works by controlling the hosting web browser via JavaScript communication.
Flex Mobile apps are hosted in AIR, which is not a web browser. AIR does have an embeddable web view control that can be used through other means, much less hacky than the IFrame (check out StageWebView), though it's not available on all mobile platforms.
Take a look at http://help.adobe.com/en_US/as3/dev/WS901d38e593cd1bac3ef1d28412ac57b094b-8000.html
Hi, I need to use this Iframe in a Mobile Flex project I try this Iframe with a flex Application and it work great but for Mobile flex Project it doesn't Work Why and How to correct that Thanks