Harbs commented on issue #861:
URL: https://github.com/apache/royale-asjs/issues/861#issuecomment-643346656


   You need to remove all flash import references.
   `flash.external.ExternalInterface` should be `mx.external.ExternalInterface`
   `flash.events.IEventDispatcher` should be 
org.apache.royale.events.IEventDispatcher`
   etc.
   Not sure why you're getting an error with `import 
mx.binding.utils.BindingUtils` Are you sure your are using a "flex" config?
   
   The easiest way to fix imports is to delete the "not found" imports, then go 
to the reference of the missing class and let VS Code give you code 
intelligence for the available matching classes to pull in the imports via code 
intelligence.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to