Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C126F10845 for ; Wed, 27 Nov 2013 21:50:44 +0000 (UTC) Received: (qmail 91633 invoked by uid 500); 27 Nov 2013 21:50:44 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 91607 invoked by uid 500); 27 Nov 2013 21:50:44 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 91598 invoked by uid 99); 27 Nov 2013 21:50:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 21:50:44 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.75 as permitted sender) Received: from [64.18.1.75] (HELO exprod6ob126.obsmtp.com) (64.18.1.75) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 21:50:35 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob126.postini.com ([64.18.5.12]) with SMTP ID DSNKUpZpFXxDspaGx0OCOmvJQI3+pzILaMsB@postini.com; Wed, 27 Nov 2013 13:50:14 PST Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id rARLkPt2019035 for ; Wed, 27 Nov 2013 13:46:25 -0800 (PST) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id rARLoC8i018731 for ; Wed, 27 Nov 2013 13:50:12 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Wed, 27 Nov 2013 13:50:12 -0800 From: Alex Harui To: "users@flex.apache.org" Date: Wed, 27 Nov 2013 13:50:09 -0800 Subject: Re: SWFObject Loading Flex App Thread-Topic: SWFObject Loading Flex App Thread-Index: Ac7ruqWdEEmh+brqS16bHksg28039w== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org What happens if you use the standard html template? What happens if you take the div out of the form? -Alex On 11/27/13 11:37 AM, "Angelo Anolin" wrote: >When I set the height to 100%, the flex application gets cut (only a the >top 10% of the application is visible).. > > >On Wed, Nov 27, 2013 at 12:38 AM, Alex Harui wrote: > >> Doesn't look like height is being set to 100% to me. >> >> -Alex >> >> On 11/26/13 10:56 PM, "Angelo Anolin" wrote: >> >> >This question may seem pretty trivial, but when I embed my flex >> >application >> >in an aspx page, if I set the height to 100%, the height seems to scale >> >down to like 10% >> > >> >Here's my aspx page. >> > >> ><%@ Page Language=3D"vb" AutoEventWireup=3D"false" >> >CodeBehind=3D"Default.aspx.vb" >> >Inherits=3D"FlexApp._Default" %> >> > >> >> >http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >> > >> > >> > >> > >> > Flex >> > >> > >> > >> >
>> >
>> >
>> >
>> > >> > >> > >> > >> >Appreciate any insight as to why this may be happening? Pretty much, I >> >just >> >want a Flex application that occupies the whole screen of the browser >>(and >> >resizes accordingly.). >> > >> >Thanks. >> >>