You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/12/27 19:15:20 UTC

[GitHub] vbhayden opened a new issue #360: ActionScript conversion examples?

vbhayden opened a new issue #360: ActionScript conversion examples?
URL: https://github.com/apache/royale-asjs/issues/360
 
 
   Sorry ahead of time for the soon-to-be-closed question.
   
   I've been looking around at transpiler options to move a few ActionScript3 projects over to standardized HTML5, but there seem to be scarce examples for doing this with the `asjsc` command.  Taking the lines from royale.apache.org:
   ```
   npm install -g @apache-royale/royale-js
   asjsc <path to main.as file>
   ```
   which works fine for scripts that don't use Flash libraries.  But something whose `main.as` extends something like `flash.display.MovieClip` throws
   ```
   Warning: Definition flash.display.MovieClip could not be found.
   ```
   Is there a way to specify a Flash SDK to resolve this, or to target a `main.fla` file?  Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services