Digging through the docs, it looks to be pretty easy if i want to import some custom actionscript code using a script tag like so...
<script src="lib/myClasses.swf" type="application/x-shockwave-flash"></script>
Can i use native extensions in a similar manner, or even at all in an HTML app?
It should be technichly possile for my swf library to use code that relies on a native extension, so can i include the swf add the extension to the application descriptor and debug / package appropriately?