Use the HTML5Helper to run flash -web builds
This commit is contained in:
@@ -8,6 +8,7 @@ import lime.tools.helpers.CompatibilityHelper;
|
||||
import lime.tools.helpers.DeploymentHelper;
|
||||
import lime.tools.helpers.FileHelper;
|
||||
import lime.tools.helpers.FlashHelper;
|
||||
import lime.tools.helpers.HTML5Helper;
|
||||
import lime.tools.helpers.LogHelper;
|
||||
import lime.tools.helpers.PathHelper;
|
||||
import lime.tools.helpers.PlatformHelper;
|
||||
@@ -203,9 +204,9 @@ class FlashPlatform extends PlatformTarget {
|
||||
|
||||
if (project.targetFlags.exists ("web")) {
|
||||
|
||||
targetPath = "index.html";
|
||||
HTML5Helper.launch (project, targetDirectory + "/bin");
|
||||
|
||||
}
|
||||
} else {
|
||||
|
||||
if (traceEnabled) {
|
||||
|
||||
@@ -228,6 +229,8 @@ class FlashPlatform extends PlatformTarget {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
public override function update ():Void {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user