Window Size - User To Be Able To Expand The Browser Window ?
Mar 30, 2009
i've made a flash movie in res 600 * 300, now i want to keep this res don't want the user to be able to expand the browser window or change the res or anything how do i do this?
I want to put a movieclip with tools at the bottom of the window in the center with tools icons, it should have fixed posiiton so that user can scroll the main window having it always on prompt. I think I need the browser window size properties to do somenthing as this. Is there a way to get them?
I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.I have found this solution [URL].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip.
I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.
I have found this solution [url].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip...
I need it to stay exactly at the same position whatever the size of the movie-clip. [code]...
Trying to detect a browser close event and send some data to the database when the user closes the browser window...but can't seem to get it to work.[code]
Can I get the obtain the size of the browser window in AS3?The best method I've found is to get the size with Javascript and send it to Flash as a FlashVar. One limitation of this method is that it doesn't give the current size if the window is resized.Is there a pure Flash way to do this?
Can I get the obtain the size of the browser window in AS3?
The best method I've found is to get the size with Javascript and send it to Flash as a FlashVar. One limitation of this method is that it doesn't give the current size if the window is resized.
Just wondering if anyone knows what I would add to my actionscript for a getURL command to make the browser window that opens up a certain size, in my case, really small.
I have seen many websites having full browser window, I have tried doing that with a plain color, it worked with horizontal but didn't worked on the vertical manner. What size should I keep for the flash document so that it is fitted in the browser sizes.
Im trying to make a button to open a link, in a new window, at a fixed size and without toolbars etc.
Ive searched these forums and looked for variuos guides, but to no avail. I cant get them to work =(. I found a guide(which I cant find again o0) on Kirupa but it didnt work either.
heres what I came up with:
code1: Code: on (release) { getURL("http://img519.imageshack.us/img519/5747/screenie8ya.jpg", "_blank");
[Code]....
how to get these to work? or a guide on one that works? or simply a script that will work?
I have a website and it is set to 100% of the browser window. Everything in the browser is left aligned. I have a script that when u has an event listener on the RESIZE so that everything will be centered when u adjust the window. What my problem is that right when the page loads the swf is left aligned. I want the stuff to be already centered but the only way to do that is to adjust the browser window. Heres my site: My Example Watch that when it loads its all to the left. Resize the browser and everything will snap to the middle.
I need to do some updates to components after a user has resized the browser window. Is there a good solution to determine when a user has completed resizing? I wasn't able to find any flex events that would cover this case.
I have a Flash file embedded into HTML - the objects inside are place based on the browser's screen size.Most of the time I don't want a scroll bar, as things are correctly placed, but once the browser window gets too small it'd be nice to have it.So, the main question: can I have a Javascript code listening for the browser window, then adding a scroll bar if it's smaller than a certain number?
I'm using the textArea component, but i want to scale it to the size of the browser window. The problem is it scale the content(xml+css) and the scrollbar, and i want to just change the size. I've also tried to attach the Component and then setting the size, but that give the same problem.
i am trying to scale a background image to the size of the browser window. heres my code. for some reason it does not fill the entire stage, any ideas?
what I want to do is publish my flash file so that it scales down but not up!So if a browser window happens to be smaller than the pixel height, the movie is scaled down but if the browser window is bigger than the pixel size, the movie is not resized and just centered.
I'm a bit of a newbie, wondering how this scaling effect is possible. See www.sagmeister.com - when you scale your browser window, the entire site interactively shrinks or enlarges to fit. How is this done with Flash MX? Is it a publishing option or an actionscript or what?
I have create a poker game user have 30 seconds time to play his turn, but the error is when user open another tab of his browser then flash countdown stopped until user dosent click on game tab. I tried, Timer event, setInterval and MovieClip enterframe also, but the main problem is when user focus the other browser window then flash all functions goes stopped until dosen't come back...
i have a flash site that links to PDF's with the navigateToURL function which works etc But now i would like Link to rather open up a download window instead of just a new browser window?
I have created a fla file in adobe flash cs3. This contains a mainstage with a menu (is a movieclip) and a background (actionscript gradient). I have set the movie to scale so that when it is viewed in a browser it will be adjusted to the size of that window.
My problem or what I want is the following : - The menu and text of that menu must stay the same size, as created in the fla file, when a scale is done. - The content of the movie(not the menu) must stay in proportion.
An example site that I found, that demonstrates what I want is [URL]. You can change the browser window size and the menu text size stays the same but the content goes in proportion of the window size.
I'm trying to get my main class to resize to the browser window size. I'm listening on the stage to Event.RESIZE, updating my width/height to match the stageWidth/stageHeight, and drawing a rectangle to show me how big it is. When I resize, it flashes between a small and big size every other time the event fires. The width and height are correct in both cases, but in the "small" case, everything is in a small box.
I want to expand my SWF to the 100% of my window, but always sticked to the left, for example: [URL] Note that the SWF's size will always be as the size of your window, but also note that when you contract the window by the sides, the left side of the SWF will always be showing and the height of the SWF will be equal to the height of the window... I tried downloading the scripts and the whole structure of that site and try it with my own SWF, but it didn't work. When I contract my window by the sides, it makes my SWF smaller by all proportions.