Is there a limit to stage width?

Whenever I try to set stage width to anything larger than
1000px, Flash doesn't actually cap the number to 1000 but creates a
file that's significantly less than a target width. I traced the
Stage.width and what's really bizzare is that numbers are not
consistent across projects and even change after restarting!!! Like
I would try to set the width to 1200, 1500 or 2000 px in one
project and the traced value would always be 1023 but 1173 in
another. Then after restarting, 1023 would change to 1025 and 1173
to 1186!!!. Am I going crazy?

visitor13 wrote:
> Whenever I try to set stage width to anything larger
than 1000px, Flash doesn't
> actually cap the number to 1000 but creates a file
that's significantly less
> than a target width. I traced the Stage.width and what's
really bizzare is that
> numbers are not consistent across projects and even
change after restarting!!!
> Like I would try to set the width to 1200, 1500 or 2000
px in one project and
> the traced value would always be 1023 but 1173 in
another. Then after
> restarting, 1023 would change to 1025 and 1173 to
1186!!!. Am I going crazy?
2880x2880
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • How can I get stage width of an loaded swf?

    Is there any way to get the real stageWidth of an loaded swf?
    The problem comes when the loaded swf has some elements outside the scene. In this case content.width becomes bigger then the scene.
    My code looks like this:
    var request:URLRequest = new URLRequest(file.url);
    var loader:Loader = new Loader();
    loader.load(request);
    loader.contentLoaderInfo.addEventListener(Event.INIT, checkSize);
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, addImg);
    private function checkSize(e:Event) {
                // this is where I need to see the width of my loaded swf
    trace(e.target.content.width);
    private function addImg(e:Event) {
                    trace("complete");
    Thanks,
    Andrei

    I don't think you can get the stage width of the loaded file unless you assign it as a constant somewhere within the file.  The loaded file forfeits its stage when it is loaded into another swf

  • Stage.width undefined

    I have an existing Flash 8/AS2 game that uses Stage.width and
    Stage.height quite a bit, problem is that when I package as an AIR
    app the Stage.width and Stage.height properties are undefined,
    although Stage itself still shows up as an Object with 8-10
    properties, all of which are undefined.
    Under Flash 8/AS2 how can you get Stage.width and
    Stage.height to work in AIR?
    Any help is appreciated!!

    Is this still a know issue? is there a fix?
    I have the same problem and as i can see the bug is open
    since april 2008.
    Regards

  • Is there a limit to how many AExp that can be streamed to at once?

    Hi Guys and Girls
    Have been looking at the Sonos system for a while now but I wonder if multiple AE would be a cheaper alternative?
    Is there a limit to how many Airport Express units can be streamed to at once? The house is quite large and I would like to have about 8 AExpress with powered speakers attached and play the same music to them all at once... I seem to remember reading somewhere that it is limited to 3 but it wasn't an Apple website and I can't find any official information regarding limits!
    Any help?

    Bob - thanks for advice.
    Back to revisiting this issue after trying to address some other things.
    I added as an html article but that didn't resolve the problem. In a browser the html renders left aligned. In DPS I am able to swipe to the previous article, but not the next. Not sure if DPS is interpreting that there is more content to the right (even though it is actually dead space beyond my 768px width target.
    From another discussion thread it seems to be a jQuery issue. Not sure if there is a jQuery function I can drop into Muse or exported files that will resolve this. I posted my question there as well, but it is an older thread.
    The other question/assumption I had was...I assume that when I add as HTML article all my interaction has to be handled in the HTML because it essentially bypasses InDesign an the ability to use DPS overlays.

  • Swf = stage width in Dreamweaver

    I created a Flash navigation bar with the bar = stage width
    and button elements centered. Works fine in Test Movie mode or
    Flash Player, but tried to insert Flash movie into Dreamweaver HTML
    page as the header nav bar and the Flash file stays same size and
    does not expand in width to fit stage width. Any
    suggestions?

    I tried that and it didn't work. This is the Actionscript
    Flash code for the nav bar. Stage.scaleMode = "noScale";
    Stage.align = "TL";
    bar._width = Stage.width;
    dots2._x = Stage.width-200;
    menu_bar._x = (Stage.width/2);
    symmlog._x = (Stage.width/2);
    basebar._x = (Stage.width/2);
    stageListener = new Object ();
    stageListener.onResize = function(){
    Stage.align = "TL";
    bar._width = Stage.width;
    dots2._x = Stage.width-200;
    menu_bar._x = (Stage.width/2);
    symmlog._x = (Stage.width/2);
    basebar._x = (Stage.width/2);
    Stage.addListener( stageListener );
    The bar itself stretches to fill stage width at any screen
    size, the buttons and logo center in the middle of the bar at any
    size. When I add the swf file to Dreamweaver, the size of the nav
    bar does not stretch to fill the stage width. The addition of the
    above code seemed to make no difference. Is there anything else I
    could try?

  • Get the stage.width before including on DisplayList

    Hi!
    I have a component, that automatically get the stage.width
    and stage.height. But the property stage is not valid until I draw
    the component with a addChild method. I would like to get the
    stage.width and stage.height properties without needing to include
    the component on the DisplayList.
    So, two questions:
    1. Is there a way to get the stage.width and stage.height
    without adding it to DisplayList (with a addChild)?
    2. What is my component does not extens a DisplayObject, how
    do I get the stage.width?
    Thank you,
    CaioToOn!

    So, any suggestions?
    CaioToOn!

  • How many Apps can i have on my iPod Touch, is there a limit?

    Is there a limit on how many Apps i can have on my iPod Touch?
    Thanks in advance.

    Thanks a lot, that was very helpful.
    I am pretty sure that there's 16 Apps per page,
    so...16 X 9 = 144 - 13 pre installed Apps.
    131 total available (slots) for Apps.

  • Is there a limit to the amount of SWCS I can use in my Flash Builder app?

    I have 3 swc folders in my flash builder project that includes about 40 swcs total. Each swc is a simple flash animation with a size of about 500 kb each. When I include and complile about 20 of them in my project, things work fine.
    When I try to include all my swcs, the app compiles, but when i make changes in my code and save those changes, each time the compile becomes slower and eventually my flash builder freezes at about 52%, gives me a "java heap error" message, and then crashes. After restarting FB, when I take out most of the swcs from the build, FB acts normal again. Attached is a screen shot of my error.
    Is there a limit in size or amount of swcs that I can use in my FB application?

    There are no limits. But there is a known memory leak (which is being fixed for a later release).
    Would it be possible to attach a sample SWC so that we can confirm whether this is a known leak or not? I'll take care of filing this in bugs.adobe.com.
    Meanwhile, in your Flash Builder installation directory, you can edit FlashBuilder.ini to bump up max heap size by editing:
    -Xmx512m
    to
    -Xmx800m

  • Is there a limit to the number of email addresses in one message?

    Hello
    Is there a limit to the number of email addresses in one message with Mac Mail?
    I am trying to send out to c900 email addys and am being told my server does not recognise the email addresses. I will check with the folks hosting the email also.
    Many thanks
    Matthew Causon

    Ooh, yes, 900 emails at once will absolutely not work (unless you get very very lucky).
    If this is just a one-off, you should group the addresses into, at the very most, 50 addresses, and send batches. If you're doing this a lot, I would recommend using something like DirectMail.
    Matt

  • Is there a limit to the number of addresses can I put into a group of multiple users in my address book?

    I have just started using Thunderbird and want to set up a number of list groups in my Address Book so that I can simply click on the list name and the email goes to multiple people.
    Is there a limit to the number of addresses that I can put into each group? Or, can I put as many addresses into each group as I want to? Thanks for your answer.

    Thunderbird has no limit.
    See http://kb.mozillazine.org/Thunderbird_:_FAQs_:_Create_Mailing_List

  • In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    To add the BCC field to the message window, create a new message, click the 'three lines' button near the to and from fields & select the 'BCC Address field' or choose the 'customise' option. This button may be a 'gear' on the older OS (I don't recall for 10.6.8 Mail).
    The BCC field is more likely to be limited by the email server than Mail app. If you add hundreds of addresses (or use large groups with many addresses) the email server may assume you are sending spam. Sometimes it causes the server to drop the message or bounce them, different providers also have different rules, so you need to use bcc & ccc with care.
    If you plan on doing mass mailing you would be better with a service that handles it correctly for you (i.e. sends multiple messages without using ccc or bcc).

  • Is there a limit to the number of Apple TV's attached to an iTunes Library

    I recently replaced 7 (seven) Version 1 Apple TV's with Version 3 Apple TV's and noticed that I now receive an error, "Cannot connect to the iTunes Library, ensure that you are on the same network, etc." on two of the Apple TV's. Shutting down iTunes and relaunching results in two others not being able to connect, but two of the previous non-connects now do. I've tried this several times and each time it appears as if only 5 of the ATV's can connect at once. Is this a limit imposed upon by Apple? Is there any workaround besides having two of the "non-connects" access the iTunes store for purchased content? The library is extensive and contains a lot of purchased content, but also contains legacy content from old CD's, DVD's and the like. I'd like to be able to access all of it if possible.
    Note that the way this used to work with the older ATV's was that 2 would directly sync and 5 would stream. But with each new iteration of iTunes these ATV's seemed to get flakier and flakier hence the replacement. The new ATV's are all connected via Home Sharing.
    I'm running iTunes 11.0.2 on a Mac Mini OS X Server (10.6.8). Would it help to upgrade to the latest OS?  I can understand bandwidth issues, but we're running a Gigabit ethernet (wired) network to these ATV's and the old ones worked fine previously. Why impose this limit? Come on Apple. Give us a little love for those of us that push your tech to the limit.

    deviates322 wrote:
    is there a limit to the amount of music you can put into your itunes library? i just passed 10 GB (just over 1600 songs) and i'm getting a warning telling me i have to much music and the library will not be saved.
    Perhaps you would post the exact message (because that is not what is states)?

  • Is there a limit to number of devices you can simultaneously sync to one itunes account?

    Is there a limit (set by itunes or elsewhere) to the number of devices you can simultaneously sync to one itunes account/PC/Mac? Using USB hubs or other sync/charge devices?

    iTunes can only sync one device at a time.
    There is no limit to the number of devices you can sync consecutively with the same library.
    Each device can hold protected content from up to five accounts.
    Up to 10 computers and iOS devices can be authorised for automatic downloads of an Apple IDs available purchases (some items may only be downloaded once).
    Up to five computers can be authorised to each Apple ID at any one time.
    tt2

  • How many addresses can i send an e mail to in one go? is there a limit?

    I am trying to send a mail to all my contacts in one go. is there a limit on how many addresses can be entered into the to/cc or bcc lines in one go?

    Every mail service provider imposes such limits. The limits for iCloud are given here:
    iCloud: Mail specifications
    For legitimate bulk mailing, you should use a hosted service such as "MailChimp."

  • Is there a limit to how many ipods you can have on one computer?

    We have 5 iPods between myself, my spouse and my kids. I manage all of our music, video and games from my iMac. I am planning to purchase the new 3G iPhone on Friday. Is there a limit to the number of devices that I can have on my iTunes account? I seem to remember getting some kind of message about 5 account authorizations when I first synced my most recently purchased iTouch. Are "accounts" related to the computer or the iPod devices?

    The "five" limit is for +number of computers+ using an iTunes Store account. It has nothing to do with the number of iPods connected to a computer.
    As far as I know, you can have as many iPods as you want connected to a single computer and one iTunes installation. There may be a computer limitation in how may iPods you can connect simultaneously, but there should not be a practical limit in how may iPods can be associated with your iTunes installation.

Maybe you are looking for

  • Adobe After Effects CS5.5 on PC

    How much does it cost for this package and does it work just as well on a pc as on a mac?

  • CD won't eject, doesn't appear on desktop, or in restart ... how do I?

    Cannot eject the CD/DVD that is currently in the drive. It does not appear on the desktop, and when I restart the PowerBook pressing C it doesn't boot from it. The Media eject button doesn't display the eject hologram when I press it, and restarting

  • Switch: delay during the first change of children

    Hello, in my scene graph I use a Switch. This Switch has three children, whereof always one is visible. Depending on the viewing direction, I change the active Child. It works very well, but there is still alittle problem, when the change between the

  • GeForce 7300 GT on 1.8 Ghz Power Mac?

    I've got a spare GeForce 7300 GT coming off a Mac Pro tower. I cannot seem to find in depth information whether this card will work on a Power Mac 1.8 Ghz Dual tower. If not, does anybody know of a decent trade to which I can trade the GeForce card f

  • Calling BSP through a JSP button in EP

    Hello Can i call a BSP page from backend and display it into a pop up window using Enterprise portal by clicking on a button...? Earlier this page is coming by a clicking on teamviewer.mbo thanx in advance