Add URLLoader for HTML5, other platforms TBD

This commit is contained in:
Joshua Granick
2014-06-18 13:45:17 -07:00
parent 6ee3e66ecf
commit 226e5e787a
9 changed files with 490 additions and 1 deletions

View File

@@ -38,8 +38,10 @@ class ApplicationMain {
}
#if (js && munit)
#if js
#if munit
embed (null, ::WIN_WIDTH::, ::WIN_HEIGHT::, "::WIN_FLASHBACKGROUND::");
#end
#else
create ();
#end