Update Flash web template
This commit is contained in:
@@ -8,11 +8,13 @@
|
|||||||
<script type="text/javascript" src="swfobject.js"></script>
|
<script type="text/javascript" src="swfobject.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
swfobject.embedSWF ("::APP_FILE::.swf", "nme-application", "::if (WIN_WIDTH == 0)::800::else::::WIN_WIDTH::::end::", "::if (WIN_HEIGHT == 0)::500::else::::WIN_HEIGHT::::end::", "::SWF_VERSION::", "expressInstall.swf", ::WIN_PARAMETERS::);
|
swfobject.embedSWF ("::APP_FILE::.swf", "content", "::if (WIN_WIDTH == 0)::800::else::::WIN_WIDTH::::end::", "::if (WIN_HEIGHT == 0)::500::else::::WIN_HEIGHT::::end::", "::SWF_VERSION::", "expressInstall.swf", ::WIN_PARAMETERS::);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, body, #nme-application { width:::if (WIN_WIDTH == 0)::100%::else::::WIN_WIDTH::px::end::; height:::if (WIN_HEIGHT == 0)::100%::else::::WIN_HEIGHT::px::end::; }
|
|
||||||
|
html, body, #content { width: ::if (WIN_WIDTH == 0)::100%::else::::WIN_WIDTH::px::end::; height: ::if (WIN_HEIGHT == 0)::100%::else::::WIN_HEIGHT::px::end::; }
|
||||||
body { margin: 0; padding: 0; overflow: hidden; }
|
body { margin: 0; padding: 0; overflow: hidden; }
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -21,7 +23,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="nme-application" />
|
<div id="content" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user