When I change the dimensions on a document, and for example make it taller, the background becomes taller in the direction DOWN. But.. how do I make it go up, if you know what I mean? When I make the dimensions taller, why cant it increase up?
In AS3, I have a Sprite that has a Z axis rotation applied.How do I calculate that Sprite's dimensions (it's original size) from Sprite.rotationZ and Sprite.getRect(...)?
What do I have to write to keep the movieclip not to change dimensions if the user starts playing with the dimensions of his screen ? I remember it was a line of as3 written at the beginning.
I want to make the HTML dimensions a percentage (so it scales with the web browser) but the problem is when i do that, aspects of my animations which i dont want visible (that start outside of the sage) become visible on the page. And if i set the size in pixels or to fit the movie, the things i dont want visible are not visible, but the artefact doesn't scale with the web browser.
I am Developing a flash site, I made it full screen and centered the content my flash contains a jpg photo with a certain size. My question is I want my site to be full screen and fit the window dimensions and the content will be scaled depending on the screen dimensions without the content being bad quality whatever the screen resolution (1042*786 or 800*600) or any dimensions. I want to make my site looks the same for all screens. I reached to make the flash full screen with no margin but with no scale means that it will be fixed at certain dimensions i choose it inside the swf dimensions. I want to know how to make my content full screen and scalled at any screen dimensions. How to make this without the quality is affected and if there is a certain dimensions that the flash must be of.
how I could re-size my stage?As well as, I would like to know how I could pan my moving animation horizontally/vertically? And is it possible to make an image fade to the next scene without a whiteout or blackout? How can I do this?
I have a flash app for web which is 971x570. I am planning to make it into iOS app and was wondering if I can do it with 971x570 dimensions or will have to use 480x320 px dimension as provided in the iOS template in Flash CS5 and thus modify my content.
I have two swf files. I want to place one within the other. Is there anyway I can set the dimensions of the swf I place within the other one? I would have published it a smaller size, but it dont allow me to change the size in the settings of a swf, just the html version.
the banner i just created was the size of my browser when i opened it on the internet, how do i get the banner to act within its dimensions (468 px by 100 px)
I want to load an image using loadMovie,.. and then dynamically draw a border arround it... but i need to get the dimensions of the pic... I dont know why bt using _root.container.img.pic._width isn't working... I mean it is drawing the border but very small and not even close to the dimensions of the pic. What can I do ?
(Maybe i'm trying to get the dimensions before it's loaded ??...)
I have a long log in a simple TextField, simply adding new lines of text when needed. I wanted to make some of the lines different color but while adding new line (simply as myTextField.text += '' + log; ) all the previous text formatting is erased. There is a tiny note in the doc:Notice that any text inserted manually by the user, or replaced by means of the replaceSelectedText() method, receives the text field's default formatting for new text, and not the formatting specified for the text insertion point.If I get it right the I want to load an image using loadMovie,.. and then dynamically draw a border arround it... but i need to get the dimensions of the pic...I dont know why btusing_root.container.img.pic._width isn't working... I mean it is drawing the border but very small and not even close to the dimensions of the pic.
I have about 50 QuickTime movies that are different dimensions. I need to export them to be FLV's and I need them to all be the same dimension. I want to put them in a queue so I don't have to do each one manually. Is there a software that I can use to do this?
hello everybody. I have a very weird problem. Recently my Flash IDE started to mess up dimensions. I mean when I create a new document or a rectangle for example, even if I set the height and width to the same value the height is always bigger than the width... I tried re-installing Flash CS4 again but that didn't solve the problem...
I have a bttn in my swf (which is embedded into my html page) and i want to be able to control the parameters of the pop up window the bttn generates. I have found a code generator at- this generator works when i input all my parameters and URL and test it, but when i place the code it provides onto the bttn in flash it fails to produce the same result me
on (release) {getURL ("javascript:NewWindow=window.open('https://secure.bellerockgaming.com/webchat/go_Max_New.asp?siteID=14&qu eueID=29&folder=BRE','Live
My movie is 500 by 200 px. However i am loading display object much larger than that and have just a portion of them show. How do i programatically get the visible dimesions? root.stage.width gives me the extended value.
for the sake of good programing practices i dont want to hardcore the values.
I have a collection of .swf files and they all have different dimensions. How can I create screenshots of these flash movies automatically? Would be very handy, because otherwise I will have to make screenshots manually for a few hundred flash movies.
I'm making an application that gets images from a web site and displays them on a screen for the user.How do I call getSize() on that data? I've been told I can use XML functionality in AS3 to achieve this as well, any idea how someone might accomplish the task?
Right now, my loaded swf works fine and is loading in the correct spot, but it is too large so i need to set the dimensions. I am loading it in through a movie clip also.[code]...
I've created an empty movieclip in _root and loaded an image into it but whenever I do trace(_root.newMC._width) I get a 0! I've had this problem in the past but never really looked into it!
I have the following code: Code: with _root { createEmptyMovieClip("file", 0).loadMovie("someimg.jpg"); ["file"]._x = (Stage.width - ["file"]._width) / 2; ["file"]._y = (Stage.height - ["file"]._height) / 2; lineStyle(3, 000000, 100); [Code] .....
The problem I'm having with this is that when it looks for Stage.width it's actually trying to find _root.Stage.width. How do I get around that without breaking out of the 'with'?
How do I programatically get the pixel dimensions of my SWF. I tried using stage.width and stage.height, but this seems to be a tight bounding box on all the objects in the video, not the actual viewing area. I also want these pixel dimensions to be accurate as javascript dynamically resizes this SWF.
I want to load an external jpg,Is it possible to get the dimensions of the file loaded after? It seems straight forward enough and easy to do - but I don't ever remember seeing such a functionality in Flash before.
I've just finished working on an extensive HD intro for my website, which is in 1280x720 resolution.
At the moment, my site has a splash page with 3 buttons on it: B1) opens the site in fullscreen mode B2) opens the site in normal window mode B3) opens a new browser window linking to my intro
Here's the AS code I'm using for my intro button: Actionscript Code: intro_btn.onRelease = function() { getURL("[URL]", "_blank");};
I'm wondering if there is a way to somehow specify in that code segment what dimensions I'd like the new window to have? I know this can be accomplished in JavaScript with something like this: Actionscript Code: <a href="javascript:void(0)"onclick="window.open('[URL]','height=1280, width=720,scrollbars=no')">intro</a>
I've already tried putting the intro on it's own separate HTML page, but because of resolution and other background contrast issues, I've found that it undoubtedly looks best in a window that is resized to its specific dimensions, rather than having extra space around the edges, top, and bottom.
I have a text field that is assigned some HTML text which alongside the text itself also contains an "img" tag for displaying an image.I also am resizing the interface based of the dimensions of the text field and the problem that I have is that the interface resize needs to occur after the image has been loaded in the text field.
The more I work with this program, the more weird stuff I encounter. I set up my .fla file as 700 x 400. I've been putting stuff on the stage and adding tweens, then when I test the movie, part of the stage image is cut off. I turned on the ruler, and found that the top of my stage is aligned at X 0.00 and Y -44.50. I drew a box the size of the entire stage, and its position is X 0.00 and Y -44.50, and the dimensions are 700 x 469. Can anyone tell me why my stage is larger than 700 x 400, and how to get the top left corner of the stage to be aligned at X 0.00 and Y 0.00?
I need to get the width and height of the image before it finishes loading with a moviecliploader instance. This is for placement of another clip, which will always load before the image. Is there any way of doing this??? onLoadStart does not give dimensions of the image.
how do I access a button within the emptymcholder, and place it at a specific position?? Is this possible??
I tried doing emptymcholder.buttonname._x, but it does not work.
I'm using the following code to load images into a gallery through xml. The native resolution of the files is relatively high (though fits well on my 1920 x 1200 pixel display). Since I can't determine the resolution of other users' displays I would like to be able to resize the images loaded so that they fit proportionally on any screen.