Skip to content

Commit 1518aba

Browse files
committed
External AS3 templates for HaxeDevelop
1 parent 8660c2d commit 1518aba

File tree

170 files changed

+3305
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+3305
-0
lines changed

CI/build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4646
:: Remove bad files
4747
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
4848
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
49+
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
4950

5051
:: Copy distro files
5152
xcopy Distros\HaxeDevelop /s /e /y

CI/buildl.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ git clean -f -x -d FlashDevelop\Bin\Debug
5656
:: Remove bad files
5757
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
5858
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
59+
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
5960

6061
:: Copy distro files
6162
xcopy Distros\HaxeDevelop /s /e /y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<project version="2">
3+
<!-- Output SWF options -->
4+
<output>
5+
<movie outputType="OtherIDE" />
6+
<movie input="" />
7+
<movie path="" />
8+
<movie fps="30" />
9+
<movie width="800" />
10+
<movie height="600" />
11+
<movie version="17" />
12+
<movie minorVersion="0" />
13+
<movie platform="Flash Player" />
14+
<movie background="#FFFFFF" />
15+
</output>
16+
<!-- Other classes to be compiled into your SWF -->
17+
<classpaths>
18+
<class path="." />
19+
</classpaths>
20+
<!-- Intrinsic Libraries -->
21+
<intrinsics>
22+
<element path="Library\AS3\frameworks\FlashIDE" />
23+
</intrinsics>
24+
<!-- Class files to compile (other referenced classes will automatically be included) -->
25+
<compileTargets>
26+
<!-- example: <compile path="classes\Main.as" /> -->
27+
</compileTargets>
28+
<!-- Paths to exclude from the Project Explorer tree -->
29+
<hiddenPaths>
30+
<!-- example: <hidden path="..." /> -->
31+
</hiddenPaths>
32+
<!-- Executed before build -->
33+
<preBuildCommand />
34+
<!-- Executed after build -->
35+
<postBuildCommand alwaysRun="False" />
36+
<!-- Other project options -->
37+
<options>
38+
<option showHiddenPaths="False" />
39+
<option testMovie="Default" />
40+
</options>
41+
</project>
23.8 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
An empty project written in ActionScript 3 with compilation using the Flash IDE
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<project version="2">
3+
<!-- Output SWF options -->
4+
<output>
5+
<movie outputType="Application" />
6+
<movie input="" />
7+
<movie path="bin/$(ProjectID).swf" />
8+
<movie fps="30" />
9+
<movie width="800" />
10+
<movie height="600" />
11+
<movie version="18" />
12+
<movie minorVersion="0" />
13+
<movie platform="Flash Player" />
14+
<movie background="#FFFFFF" />
15+
</output>
16+
<!-- Other classes to be compiled into your SWF -->
17+
<classpaths>
18+
<class path="src" />
19+
</classpaths>
20+
<!-- Build options -->
21+
<build>
22+
<option accessible="False" />
23+
<option allowSourcePathOverlap="False" />
24+
<option benchmark="False" />
25+
<option es="False" />
26+
<option loadConfig="" />
27+
<option optimize="True" />
28+
<option showActionScriptWarnings="True" />
29+
<option showBindingWarnings="True" />
30+
<option showDeprecationWarnings="True" />
31+
<option showUnusedTypeSelectorWarnings="True" />
32+
<option strict="True" />
33+
<option useNetwork="True" />
34+
<option useResourceBundleMetadata="True" />
35+
<option warnings="True" />
36+
<option verboseStackTraces="False" />
37+
<option staticLinkRSL="True" />
38+
<option additional="" />
39+
<option customSDK="" />
40+
</build>
41+
<!-- Class files to compile (other referenced classes will automatically be included) -->
42+
<compileTargets>
43+
<compile path="src\$(PackageSlash)Main.as" />
44+
</compileTargets>
45+
<!-- Paths to exclude from the Project Explorer tree -->
46+
<hiddenPaths>
47+
<!-- example: <hidden path="..." /> -->
48+
</hiddenPaths>
49+
<!-- Executed before build -->
50+
<preBuildCommand />
51+
<!-- Executed after build -->
52+
<postBuildCommand alwaysRun="False" />
53+
<!-- Other project options -->
54+
<options>
55+
<option showHiddenPaths="False" />
56+
<option testMovie="Default" />
57+
</options>
58+
</project>
23.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A project written in ActionScript 3 for the Flash 9+ Player
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>$(ProjectName)</title>
6+
<meta name="description" content="" />
7+
8+
<script src="js/swfobject.js"></script>
9+
<script>
10+
var flashvars = {
11+
};
12+
var params = {
13+
menu: "false",
14+
scale: "noScale",
15+
allowFullscreen: "true",
16+
allowScriptAccess: "always",
17+
bgcolor: "",
18+
wmode: "direct" // can cause issues with FP settings & webcam
19+
};
20+
var attributes = {
21+
id:"$(ProjectID)"
22+
};
23+
swfobject.embedSWF(
24+
"$(ProjectID).swf",
25+
"altContent", "100%", "100%", "10.0.0",
26+
"expressInstall.swf",
27+
flashvars, params, attributes);
28+
</script>
29+
<style>
30+
html, body { height:100%; overflow:hidden; }
31+
body { margin:0; }
32+
</style>
33+
</head>
34+
<body>
35+
<div id="altContent">
36+
<h1>$(ProjectName)</h1>
37+
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
38+
</div>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)