• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flash Builder configuration ?

Guest
Dec 08, 2010 Dec 08, 2010

Copy link to clipboard

Copied

Hello,

To make a long story short I'm trying to create a simple SWF with Flash Builder with a width="1500" and a height="591". After compiling I copy the .swf from bin-release to my desktop. When I double click on the .swf it does not show up the size I want and has scroll bars on it. Is there a setting either within Flash Builder 4 to  or within Flex that makes this happen?  Below is my simple code which I have reduced to it's simplest form:

<?xml version="1.0" encoding="utf-8"?>

<mx:Application

xmlns:mx="http://www.adobe.com/2006/mxml"

>

<mx:Canvas

width="

1500" height="591" >

<mx:Label fontSize="20" fontWeight="bold" color="#6a6a6a"

x="

325" y="10" text="POUNDS RECYCLED PER SCHOOL - 3RD QUARTER 2010" />

</mx:Canvas>

</mx:Application>

 

Thanks in advance.

Views

358

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 23, 2010 Dec 23, 2010

Copy link to clipboard

Copied

LATEST

This query is best posted to the Flex SDK forum - http://forums.adobe.com/community/flex/flex_general_discussion


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines