Enlarge stage and center existing objects?

Gibt es eine Mgk. wenn mann die Pixelzahl der Bühne in
einem Bestehenden Film (mehrere Szenen) vergrößert, dass
die bestehenden Obje
kte nicht oben links, sondern um einen definierten Versatz,
oder z.B. mittig platziert werden.
oder wie kann man alle bestehenden Objekte auf einmal
verschieben?
Is there a opportunity to enlarge the stage (pixel) in an
existing fla and move all existing objects in one time for example
to center?

atrzebunia wrote:
> Is it possible to resize the stage from the center
instead from the upper left
> corner?
Nop, unfortunately not possible.
> I've created a flash document, but it is smaller than I
thought it
> would be, and now I have too much blank space around the
objects that are
> centered on stage. When I change the size of the stage,
the objects are no
> longer centered on stage. I really don't want to
re-center all objects on the
> smaller stage. Thanks for your suggestion(s)...
The only way is to use the "Edit Multiple Frames" option and
manually re adjust all the
content after you change the stage size. There is no way to
automated it.
The EMF button is next to the FPS indicator under your
timeline.
For detail info on how to use it search the FEATURE section
of your manuals for "Moving an entire animation"
Best Regards
Urami
"Never play Leap-Frog with a Unicorn."
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Outside stage and objects proportional scaling to 100% with resizing capabilities

    Hi, i am looking for class or something to proportional outside scaling of stage and all included objects (internal or external).
    I know SWFfit and LiquidStage. I have got many problems with integrating SFWfit to my code (resizing is not affected to included objects). LiquidStage seems to be ok but it`s not freeware . I am looking for free possibilities to do it.
    I am trying to connect that with GAIA framework.
    Can anybody help me?

    Thanks a lot for your advice
    I asked for it on GAIA forum but i am courious also of your opinion.
    This question is not related with any framework (it may to be but it`s not have to). GAIA is wonderfull framework which alows coders to get decisions with way of code. You may use your own classes and you may use GAIA ones. I am looking to the best solution of it and as everyone knows time is not a friend for a web designer
    Excuse me if i offend someone i`m only trying to get answer

  • ORA-29857: domain indexes and/or secondary objects exist in the tablespace

    I tried to drop tablespace APPS_TS_TX_DATA using drop tablespace APPS_TS_TX_DATA including contents and datafiles cascade constraints.
    I got error ORA-29857: domain indexes and/or secondary objects exist in the tablespace.
    After I have dropped all domain indexes, then tried to drop tablespace again, I still got the same error. I have searched metalink regarding this error, there is no hit.
    What exactly objects in the tablespace are prevenng dropping the tablespaces?

    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    ILMU88>
    ILMU88> SELECT COUNT(*)
    2 FROM dba_segments
    WHERE tablespace_name = 'APPS_TS_TX_DATA';
    3
    COUNT(*)
    14190
    drop tablespace APPS_TS_TX_DATA including contents and datafiles cascade constraints;
    drop tablespace APPS_TS_TX_DATA including contents and datafiles cascade constraints
    ERROR at line 1:
    ORA-29857: domain indexes and/or secondary objects exist in the tablespace

  • How can I delete the existing objects and Relation ships in OM?

    Hi One and All,
    Hope all of you doin well,
    I want to delete the all existing objects in OM, like Org units, positions, jobs and etc... and also relationships.
    Please guide me.
    Thanks,
    Potru.

    all Objects are stored in table HRP1000 and relations in HRP1001, related to HRP1001 there are HRPADxx tables depending on the relationship.
    You will have to write your own program.
    If you have Clone&Test you could use /BKC/SOL21_PDPDEL to delete complete (sub-)structures.

  • Call addEventListener method on stage and my object

    What's the difference between calling a method on a stage object and my own object ?
    For example:
    myCarRectangleShape.addEventListener(Event.ENTER_FRAME, doit);
    stage.addEventListener(Event.ENTER_FRAME, doitagain);
    Let's suppose I compile the  class X that extends Sprite
    and myCarRectangleShape is also a sprite object

    the only difference it the event target and currentTarget.

  • Spawning Objects to Stage and making them move a certain distance in a given direction.

    Here is my code:
    function createEnemy(event:TimerEvent):void
                    var enemyAppear = new MovieClip;
                    enemyAppear = new Enemy();
                    enemyAppear.x = Math.random()*stage.stageWidth;
                    enemyAppear.y = 285;
                    enemyStorage.addChild(enemyAppear);
                    //Removes Enemy From Stage and adds a point to scoreboard
                    stage.addEventListener(MouseEvent.CLICK, clickEnemy);
                    function clickEnemy(event:MouseEvent):void
                    if(cursor.hitTestObject(enemyAppear))
                            enemyAppear.parent.removeChild(enemyAppear);
                            stage.removeEventListener(MouseEvent.CLICK, clickEnemy);
                            score++
                            messageDisplay.text = String(score);
    What I am trying to do is spawn a enemy to stage and when it appears on the stage I would like it to move across the stage a certain distance.
    Visual Example:
    O = enemy,   X = original position, Y = new position
    O (Spawns @ Location X)   X ---------------------------------------------------------> Y ( Moved from location X to Location Y)
    Any help would be appreciated.
    Thanks Casey

    You can start by trying the built-in Tween class, and if you're happy with getting that working the way you want, you can consider moving on to a third party tweening class such as TweenLite...
    import fl.transitions.Tween;
    var certainDistance:Number = 200;
    var moveTime:Number = 2; // seconds
    function createEnemy(event:TimerEvent):void
                    var enemyAppear = new Enemy();
                    enemyAppear.x = Math.random()*stage.stageWidth;
                    enemyAppear.y = 285;
                    enemyStorage.addChild(enemyAppear);
                    //Removes Enemy From Stage and adds a point to scoreboard
                    stage.addEventListener(MouseEvent.CLICK, clickEnemy);
                     var tweenX:Tween = new Tween(enemyAppear, "x", null, enemyAppear.x, enemyAppear.x+certainDistance, moveTime, true);// tween out
                    function clickEnemy(event:MouseEvent):void
                    if(cursor.hitTestObject(enemyAppear))
                            enemyAppear.parent.removeChild(enemyAppear);
                            stage.removeEventListener(MouseEvent.CLICK, clickEnemy);
                            score++
                            //messageDisplay.text = String(score);

  • Align Stage to center of PasteBoard (or window when exported)

    Hi everyone!
    I think there's something wrong with my flash =/
    I'm doing some tests and I'm trying to create a simple presentation. It's not something I'll be using online. I just want it to present some things at school. Since I don't know the resolution of the monitor at school, I wanted something I could max the window and rest with the content (stage) centered.
    At start, everything was working fine but sudenly the stage started to be aligned to top left when exported and windows maximized.
    Here's my code:
    stop(); //LOADING BACKGROUND var myImage:URLRequest = new URLRequest ("bkg.swf"); var bkgLoader:Loader = new Loader (); var container:MovieClip = new MovieClip(); function imageLoaded (e:Event):void {      container.addChild(bkgLoader);      addChildAt(container,0); } bkgLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded); bkgLoader.load(myImage); //NEXT & PREVIOUS BUTTONS next_btn.addEventListener(MouseEvent.CLICK, goSlide); prev_btn.addEventListener(MouseEvent.CLICK, goSlide); function goSlide (e:MouseEvent):void { } 
    The bkg.swf is an external background I'm using... it ajusts it's size to fill all the window automaticaly.
    When I first wrote this code, it was working fine. Than I added some objects and MC's to the stage and now whenever I export the file it's aligned to the top left of my window.
    If I remove all the code (//LOADING BACKGROUND), it works fine =/
    Thanks!

    Oh my! You again?
    Andrei, I just saw your answer to our other thread, but I really need to solve this before getting back there.
    Well, the .swf I'm importing is already doing the "full screen" thing since it will adjust itself to the size of the window.
    The problem is that the content on the stage (or the stage itself) is aligned to TopLeft when I do a CTRL+Enter to export the movie from Flash.
    Normally, when I create any flash file, when I export it, the content is always at the center on the .swf preview window, no matter the size of this preview window.
    I'll take this little presentation to the university next week. I'll just open the .swf and maximize it to start the presentation. The problem is that when I do so, the background (imported swf) is there, filling all the background, but my content (stage) becomes aligned to TopLeft of the window.
    ps.: To solve this problem I can simply create a html file to load the background (imported swf) and than load just my presentation over it. But there must be a way to solve this problem inside Flash, without going to html... =/

  • Creating and Binding View Objects dynamically : Oracle Jdeveloper 11g

    Hello,
    We are trying to create and bind view objects dynamically to adf data visualization components.
    The view object is a result of multiple tables.
    We are using Oracle JDeveloper 11g Technical Preview. ( can't upgrade to TP2 or TP3 now).
    We have found this : http://radio.weblogs.com/0118231/stories/2003/07/15/creatingUpdateableMultientityViewObjectDefinitionsDynamically.html on our search for the same.
    The sample application however, is in 10g , hence required migration.
    Also, it was a standalone application with the TestClient.java having a main() method.
    Our requirement is for Web Application; we use Adf+jsf .
    Guidance of any sort is very much appreciated.
    Thanks in advance.
    -Anil Golla

    Hi,
    there also exist a forum for JDeveloper 11: JDeveloper and OC4J 11g Technology Preview
    What you are trying todo is not trivial because you need to not only dynamically create the VO, you would also dynamically need to create the binding meta data for it (assuming you use ADF). Not sure if the API to modify the binding is public, so posting it on the JDeveloper 11 forum bears a glimpse of hope for an answer
    In JDeveloper 10.1.3 you can't do this
    Frank

  • My classic is stuck on a blank screen and it won't connect to any device or reset when I hold the menu and center buttons. Any ideas what's up and how to fix it?

    I know click hold on and off then hold the menu and center button until the apple logo appears. I have tried this so many times and my iPod Classic is still unresponsive! I've tried plugging my iPod into my Mac, my wall charger, my ihome, everything, but nothing works. It won't connect to iTunes to restore or anything. I've tried leaving it unplugged long enough to let the battery die and then tried plugging it in, a method I've utilized successfully with other iPods but that didn't work either. I really just starting to lose faith in the quality of this product. The first classic I bought didn't work at all and I had to exchange it. This one I bought to replace my 5 year old nano and it hasn't even lasted 7 months! Somebody please offer me a solution and assure me that I didn't waste $250 on a crap piece of technology. I'm desperate!

    Although you say you have let the battery drain, was it for long enough? Since nothing else that you've tried so far has worked, I suggest that you leave the iPod unplugged for at least four days, preferably a week. That way, if something is stopping the iPod from turning the screen on, then whatever it is will drain the battrey. However, since the screen isn't on, that may take longer than if the screen was on.
    Then, after that time, plug the iPod into a power source and leave it alone for at least thirty minutes. Only after thirty minutes will it show any signs of life, but you should leave it until it is fully charged before trying to use it.
    If you get to this stage, the fact that the battery has drained will cause the iPod to reset when it springs back to life.
    Let us know how you get on.

  • How do I interact between stage and classes?

    Hi,
    I have asked this question before, and all I got is "Go back
    to reading beginner books", so I'm hoping that someone here is
    willing to actually answer my question as opposed to brushing me
    off because they were unwilling to help...
    And yes, I have read books on the topic and gone through tons
    of the documentation and not found the answer to this. I have
    ActionScript 1 and JavaScript experience, so this whole business
    shouldn't be this hard.
    I am using ActionScript 3 in Flash CS3.
    My problem is this:
    I need to find out how to send commands between stuff on the
    stage and stuff that's defined in a class.
    I have had this issue for ages and kept trying to find ways
    around it since so far I haven't been able to find help for it.
    For example:
    When using a document class, how can I access the current
    frame number of the Stage?
    Or using a document class, how can I access any object (like
    a MovieClip with instance name) that was put on the stage using the
    IDE?
    Currently, to be more specific, I am trying to do something
    really simple:
    Make a button work on my stage that is not always visible.
    With AS3 that's not as easy anymore as it used to be.
    So what I did now is create the button in the document class,
    used addChild and set it to alpha = 0.
    Now, when the Stage reaches specific frames (i.e. ones with
    labels, and I got this part figured out), it is supposed to make
    the button visible. Then I can add event listeners and stuff, and I
    can figure that part out myself.
    I don't know how to access the stage frame number from the
    document class, so I put it into a frame script in frame 1, but now
    this script cannot access the button that is defined in the
    document class.
    It's driving me bananas...
    PLEASE, someone here, can someone please explain to me how I
    can make this work?
    I have seen plenty of diagrams of the Display List and the
    Object Hierarchy, but none of that explains how to actually USE any
    of it...
    Thanks so much in advance to anyone who is willing to spend
    some time to answer!

    Well, first of all, I have to say that AS3 has basically been
    designed to be difficult on purpose, in that all this interaction
    between objects is purposefully very strict. For this reason, I
    still use AS2 for all my basic Flash work. AS3 is just a lot more
    involved, a lot more strict, a lot less forgiving... you need a lot
    of experience with it before it starts to make sense.
    Now, I think I might have a few specific answers to your
    questions:
    From any DisplayObject (this includes any Document class,
    which has to extend MovieClip or in some cases Sprite) you can
    access the Stage using the 'stage' property.
    However, stage is probably not exactly what you want, you
    want the main timeline, which is the child of stage. To access the
    main timeline, you can use the 'root' property of any
    DisplayObject.
    However, unless you have strict mode off, Flash won't let you
    just say "root.myMovieClip" because the root property is of the
    type DisplayObject, which is not a dynamic class (meaning you can't
    add properties to it) and it has no built in property "myMovieClip"
    so it thinks you made a mistake. So you have to "cast" the root
    property as a MovieClip, which *is* dynamic so it will let you try
    to reference anything on it (like AS1/2 did for everything.)
    So what all that means is this should work from inside you
    document class:
    (root as MovieClip).myMovieClip
    or
    MovieClip(root).myMovieClip
    Either will successfully reference a MovieClip you had put on
    the main stage in the IDE and named "myMovieClip".
    Rather than setting the alpha to 0, try setting visible to
    false. I think this will disable all interactive events, where
    simply setting alpha to 0 would make it still be interactive.
    HTH

  • Mapping and querying Custom Objects for a Contact with REST Api

    Hello All,
    We are hoping to get some details on managing DataCard set through REST APIs. Our implementation goal is to create Contacts and add Custom object for each Contact, or to be precise, add a DataCard Set for each Contact.
    At the moment, to associate a DataCard Set (or Custom Object) to an existing contact, we are supplying following custom object fields during creation of Custom Object:
    new CustomObjectField 
                                                                    name = "MappedEntityType",
                                                                    dataType = Enum.GetName(typeof(DataType), DataType.numeric),
                                                                    type = "CustomObjectField",
                                                                    defaultValue = "0"
                                                             new CustomObjectField
                                                                    name = "MappedEntityID",
                                                                    dataType = Enum.GetName(typeof(DataType), DataType.numeric),
                                                                    type = "CustomObjectField",
                                                                    defaultValue = "<ContactId>"
    Is this the correct approach? This is Based on the information provided here: http://topliners.eloqua.com/community/code_it/blog/2012/05/31/eloqua-api-how-to-mapping-a-data-card-to-an-entity.
    Would the REST API allow us to query the CustomObjects using the MappedEntityId value for later updates? If so, any pointers on how we approach that?
    Thanks in ad.

    Either the MappedEntityID field is not available or I do it wrong, Eloqua is ignoring the field and does not map the custom record with the unique Contact ID
    {"type":"CustomObjectData","ContactID":"8829509","fieldValues":[{"id":"195","value":"[email protected]"},{"id":"220","value":"a0KJ000000387QvMAI"},{"id":"191","value":"001J000001OrL77IAF"},{"id":"193","value":"NowTV MPP"},{"id":"194","value":"8829509"},{"id":"196","value":"Andreas"},{"id":"197","value":"Wolf"},{"id":"198","value":"003J00000145lkBIAQ"},{"id":"210","value":"777666555"},{"id":"199","value":"gbp"},{"id":"200","value":"0"},{"id":"215","value":"0"},{"id":"201","value":"999111999"},{"id":"214","value":"111111"},{"id":"202","value":"222222"},{"id":"204","value":"now"},{"id":"203","value":"xmas"},{"id":"205","value":"no description"},{"id":"206","value":"test"},{"id":"218","value":"holidays"},{"id":"219","value":"PPV-0878545"},{"id":"213","value":"N"},{"id":"212","value":"myself"},{"id":"209","value":"now tv"},{"id":"192","value":"1417542120"},{"id":"207","value":"1417542120"},{"id":"216","value":"1417542240"},{"id":"217","value":"1417542240"},{"id":"211","value":"1417542240"}]},"MappedEntityID":"003J00000145lkBIAQ"}
    Response
    DEBUG|Response------{"type":"CustomObjectData","id":"81720","fieldValues":[{"id":"195","value":"[email protected]"},{"id":"220","value":"a0KJ000000387QvMAI"},{"id":"191","value":"001J000001OrL77IAF"},{"id":"193","value":"NowTV MPP"},{"id":"194","value":"8829509"},{"id":"196","value":"Andreas"},{"id":"197","value":"Wolf"},{"id":"198","value":"003J00000145lkBIAQ"},{"id":"210","value":"777666555"},{"id":"199","value":"gbp"},{"id":"200","value":"0"},{"id":"215","value":"0"},{"id":"201","value":"999111999"},{"id":"214","value":"111111"},{"id":"202","value":"222222"},{"id":"204","value":"now"},{"id":"203","value":"xmas"},{"id":"205","value":"no description"},{"id":"206","value":"test"},{"id":"218","value":"holidays"},{"id":"219","value":"PPV-0878545"},{"id":"213","value":"N"},{"id":"212","value":"myself"},{"id":"209","value":"now tv"},{"id":"192","value":"1417542120"},{"id":"207","value":"1417542120"},{"id":"216","value":"1417542240"},{"id":"217","value":"1417542240"},{"id":"211","value":"1417542240"}]}
    Eloqua:
    Name: PPV-0878545
    Unique Code: a0KJ000000387QvMAI
    Status Registered
    Created Date 12/22/2014 12:44:49 PM
    Mapped NO
    Any Idea how to map this to a contact
    Entity Type is Contacts
    Entity Field is SFDC Contact ID

  • How to bind schema form data to existing objects?

    I imported an existing PDF as my template and it make all the text, check boxes and text fields into objects - Great!
    But now when I add a schema with my DB data field names I am unsure how to turn the existing objects on the form to the schema fields!!
    Can anyone help?

    Open the DataView where your schema is visually represented and simply drag and drop the schema item onto the object that you want to bind it to. If the bind is successful a little icon will appear in the DataView beside the node.
    If you select on object in the form and click on the Binding tab, you will see an expression representing what you are bound to. You can also use the icon there to navigate to the appropriate node in the schema.

  • Drag and dropping database objects in Jdev

    I evaluated Visual Cafe and deciding wheather to go with VC or JDev. One of the cool things I noticed in VC is that one can drag and drop database objects in the form using DBNavigator. I haven't seen anything similar in JDev 3.1. Does this or something similar exist in JDev?
    Regards,
    Mark

    Mark,
    Yes, the DB Navigator in Visual Cafe may provide a nice simple look at the database Tables - but so does JDeveloper's Database Navigator - VC may excel in the Drag and Drop functionality - but this is not the real objective. Let me explain...
    When creating a real enterprise level application in Visual Cafe, you begin to discover that DB Navigator along with it's nifty Drag & Drop is no match for JDeveloper's unprecedented level of database integration. JDeveloper's Database related integration includes (but not limited to):
    - JDevelopers Database Navigator
    - Integrated SQLJ environment
    - Tight Business Components for Java (BC4J) integration
    - Wizard driven Form generation (thin & thick)
    - DAC Controls / InfoSwing components
    - Named Connections / Connection Manager
    - WebBeans / JSP Element Wizard
    The closest thing in JDeveloper to what you are referring to in VC is JDeveloper's support for the Design mode which allows you to design both graphical and non-graphical elements. In particular, JDeveloper allows you to design your InfoSwing and InfoProducer components using the Designer - by selecting the component (JavaBean) from the Component Palette and then [Dragging Optional] Dropping it on either the Design Canvas or the Structure pane (lower pane of Navigator window).
    For non-visual elements (such as InfoProducer elements), the Structure pane allows for Creation via Drag & Drop and allows for property setting by using the Property Inspector (Since it is a JavaBean...).
    There are many reasons why JDeveloper provides a much richer and more productive development environment than Visual Cafe. Most have to do with seeking a complete enterprise level solution. JDeveloper adresses the enterprise level application developers needs directly with integration of elements from Tools & Wizards to the integration of a complete application development framework - Oracle Business Components for Java - No other tool can provide you with such a rich and productive development environment.
    John - JDeveloper Team
    null

  • Stop all movieclips on stage and it's nested movieclips

    Looking for a way to stop all movieclips both are the stage and that are children of the ones on the stage.
    I toyed with looping thru stage's children so I can first target clips on the stage. But I am getting error. Any help?
    for (var i:int = 0; i < this.numChildren; i++)
         if (this.getChildAt(i) is MovieClip)
                        this.getChildAt(i).stop

    You will get a different error if that was just a typo... a 1119 is a property error, a 1061 is a method error, which is what you should have been getting if you just had a typo in your posting and not in your code.    In any case, try casting the object to be a MovieClip and that should solve the probem...
    if (this.getChildAt(i) is MovieClip){
         MovieClip(this.getChildAt(i)).stop();

  • Should I duplicate existing objects in designer

    Hi,
    I have existing webi doc reports running fine on exisitng objects in universe.
    I have foll tables joined:
    DailySales   -> CompanyCalendar
    |
    > SalesCommission
    From above I can compile sales commission montly.
    For a new requirement, a now have a table for 'mock up' commission for sales people and come up with a 'Mock up Commission' object which I need to link to DailySales and other objects..
    Linking directly does not give proper data in Infoview reports and the view sql shows 2 sets instead of one, with obviously wrong data.
    I am wondering if I should link the new object  'Mock up Commission' on aliases of existing objects.
    Grateful if you could please advise on how to resolve this.
    Thank you very much.

    Well, sometiems I've had to create duplicate objects in my universe in order to get certain result that is not possible if the object is used to be linked to another object.

Maybe you are looking for

  • Wicd connects to Wired fine but is unable to connect to wireless

    I don't think I have changed anything, but now wicd will not connect to any wireless network (Stuck at optaining IP address, or Verifying association if I use static ip, and then, without saying a specific error, quits connecting and goes back to not

  • Require help in connecting to https backend

    Hi, We need a help in accessing two way enabled backend from weblogic. Proxy -> backend(2 way ssl) We have shared our public certificate with them. They have given back the same certificate by signing it and has asked us to import that certificate. A

  • SQL Loader or UTL_FILE , Which is better ??

    Hello All, In my system I have to Download the data from a file each day in some table. The file is of fixed format. And the number of records (lines) in the file is not more than 1000 (say) each day. I would like to know for such scenario what will

  • Extract Data from a Blob field

    I have a BLOB type field in a Table. Now I would like to have a Pl/Sql code or C code which could read the data in the BLOB field which is in XML format. Actually the data in the BLOB a record and I would like to take only required data from the BLOB

  • Radius / NMAS / BM / Ichain

    Hello, i have the following Setup: 1x Single Tree Server with Nw 6.5 SP1a / BM3.8 SP2 This is a simple authentication Server which is placed in our dmz. Some users are synchronized with dirxml from the productive main tree to the authentication tree.