[flexcoders] AIR HTML component - html tag / text selection

2008-04-24 Thread polestar11
Hi there I'm trying to access selected html text from an HTML component in an AIR app. I'm able to get selected text that excludes html tags by calling a JS function: window.getSelection(). This excludes the HTML tags though. I've tried using my HTML component's textSnapshot property this has a

RE: [flexcoders] AIR HTML component - html tag / text selection

2008-04-24 Thread Jim Hayes
] AIR HTML component - html tag / text selection Hi there I'm trying to access selected html text from an HTML component in an AIR app. I'm able to get selected text that excludes html tags by calling a JS function: window.getSelection(). This excludes the HTML tags though. I've tried using my