left align since html browsers do that
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4df2c717 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4df2c717 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4df2c717 Branch: refs/heads/develop Commit: 4df2c7172c855ad0dddf6ea62200271e12491f9c Parents: feade60 Author: Alex Harui <[email protected]> Authored: Thu Sep 3 11:43:41 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 3 11:46:42 2015 -0700 ---------------------------------------------------------------------- templates/swfobject/index.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4df2c717/templates/swfobject/index.template.html ---------------------------------------------------------------------- diff --git a/templates/swfobject/index.template.html b/templates/swfobject/index.template.html index dc6e0e1..7a15def 100644 --- a/templates/swfobject/index.template.html +++ b/templates/swfobject/index.template.html @@ -67,7 +67,7 @@ var attributes = {}; attributes.id = "${application}"; attributes.name = "${application}"; - attributes.align = "middle"; + attributes.align = "left"; swfobject.embedSWF( "${swf}.swf", "flashContent", "${width}", "${height}",
