Really, really (really) excited about the new 5.0 runtime. One challenge that I'm having is hosting all assets on an external domain. I'm building a mobile app (Cordova) and **must** have the animate composition and all assets located on an external domain.
In the past, I was able to make some manual file path edits to the js files and everything worked as expected. However, with the new runtime, I'm finding it challenging to find where I can edit (or add scripting) to make this happen. I'm assuming that now I'll actually need to modify the runtime (edge.5.0.0.min.js) to make it work.
Anyone have any thoughts? Thanks.