You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many ways this can be done, and full embedding might be possible in the future with base64 injection. But I believe people might want an easy option to also just load at runtime.
Dependency:
Class name to use in the compiler output, hard code to flash.utils.Embed or make it a compiler option. I vote for hard code for now. Developers will have to write the flash.utils.Embed class, but an example of the class will be provided later.
The text was updated successfully, but these errors were encountered:
There are many ways this can be done, and full embedding might be possible in the future with base64 injection. But I believe people might want an easy option to also just load at runtime.
Feature Request:
AS3:
JS Snippet of relevant parts:
Dependency:
Class name to use in the compiler output, hard code to flash.utils.Embed or make it a compiler option. I vote for hard code for now. Developers will have to write the flash.utils.Embed class, but an example of the class will be provided later.
The text was updated successfully, but these errors were encountered: