Dynamically Load Assets and Lua over HTTP In CoronaView

Ist possible to load games through http dynamically with CoronaView.init("http://assets")

or otherwise?

I have a native android app thats lists multiple games that the user can click on (the list is created from

the server and can be expanded with new games without updating the android app).

On click, I would like to load the corona game in the CoronaView over http.

is this possible?

TIA

Andy

I don’t believe that is possible. The docs state that you can run things out of the “assets” folder of your main project.

Rob

I don’t believe that is possible. The docs state that you can run things out of the “assets” folder of your main project.

Rob