Re: [Flashcoders] Hyperlinks in HTML Enabled Text Field: Accessible?

2007-04-04 Thread Jer Brand
majordan, Thanks a ton! While I was hoping for some magical switch I could flick for this ;-), this solution works well, though it took me forever to get working in an AS2 Class file. I need to make another pass at my solution, but can share the class if you have any interest. Again, thanks for

RE: [Flashcoders] Hyperlinks in HTML Enabled Text Field: Accessible?

2007-04-03 Thread Michael A. Jordan
HTML text-fields are not natively accessible. You'll need to create a proxy movieclip for each link to receive keyboard events. An example in AS2 using CSS and XPath: http://proto.layer51.com/d.aspx?f=1430 In AS1 using prototype methods: http://proto.layer51.com/d.aspx?f=1209 In Fle