You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2014/08/26 20:13:35 UTC

git commit: [flex-asjs] [refs/heads/develop] - Changed the examples' build file to set the SWF HTML wrapper at 100% x 100%. This is what happens in Flash Builder and I don't see any adverse effects from doing this.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 0b90e2ffa -> 18397679d


Changed the examples' build file to set the SWF HTML wrapper at 100% x 100%. This is what happens in Flash Builder and I don't see any adverse effects from doing this.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/18397679
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/18397679
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/18397679

Branch: refs/heads/develop
Commit: 18397679d349b700b1014a463b3c64c997ebab3e
Parents: 0b90e2f
Author: Peter Ent <pe...@apache.org>
Authored: Tue Aug 26 14:13:16 2014 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue Aug 26 14:13:16 2014 -0400

----------------------------------------------------------------------
 examples/build_example.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18397679/examples/build_example.xml
----------------------------------------------------------------------
diff --git a/examples/build_example.xml b/examples/build_example.xml
index aeb05b8..09bfa5d 100644
--- a/examples/build_example.xml
+++ b/examples/build_example.xml
@@ -58,8 +58,8 @@
         </mxmlc>
         
         <html-wrapper 
-            height="300" 
-            width="400"
+            height="100%" 
+            width="100%"
             bgcolor="#ffffff"
             name="${example}"
             versionmajor="11"