PDA

View Full Version : what do i use instead of HTMLLoader


corbo950
12-31-2008, 02:37 PM
what do i use for flex apps instead of HTMLLoader like in AIR

ljuwaidah
12-31-2008, 03:04 PM
You could make use of the htmlText property of TextArea.

corbo950
01-03-2009, 11:55 PM
no im using javascript

ljuwaidah
01-04-2009, 08:36 AM
humm... i read once that you can create an iframe in the page itself and locate it to where you want it so that it's on top of the flex app.

here, read this: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=12208

corbo950
01-11-2009, 05:01 PM
is ok thanks i just ended up using external interface on the Flex version and HTMLLoader on the AIR Version