Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find ExtensionContext

I'm using Flex Builder 4.6 in WinXP, but the line

import flash.external.ExtensionContext;

will get an error message. Why?

like image 378
willzeng Avatar asked Apr 01 '26 14:04

willzeng


1 Answers

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. You can use native extensions in an AIR application to access platform features not supported by AIR, to benefit from native-code-level performance for critical algorithms, and to reuse existing native code libraries.

Developing Native Extensions

You can write Native Extensions only for Adobe AIR

like image 78
Ivan Dyachenko Avatar answered Apr 03 '26 17:04

Ivan Dyachenko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!