Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Locking Screen Size + More. More More :)



Hello everyone. As my first post here, I'd like to really thank everyone who gives the new people a hand, and not hoarding all the information to themselves. Thanks!

On to the questions:

1). when I exported my flash to a .EXE file, by default, the 'Loop' option is checked under the CONTROL menu. How can I change this so that the movie does not loop automatically when the user runs the program?

2. Secondly, I would like to be able to lock the window size. Currently when playing the movie, the user is able to resize the window and see 'outside' of the movie... ie: the white background (whereas all they should be seeing is a black background).

3. When my movie is running, the default window size that opens is too small, and the user has to drag the bottom part of the window downwards (to extend the window larger) in order to see the whole movie. When the movie opens in it's default window size, the user cannot see the text on the bottom of the screen. However, when they make the movie fullscreen, everything is normal. Ideas?

Once again, I really thank you for all your help! You're the greatest!
[Edited by hca_god on 01-20-2002 at 11:45 PM]



FlashKit > Flash Help > Flash Newbies
Posted on: 01-21-2002, 12:31 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Locking Window Size
hello.
how can i lock the window size of an exe?
ex. they cannot make the window any bigger/smaller..
thanks
~chika.

Locking Window Size On .swf And .exe
I'm a super shiny newb at this so I apologize for the simple queston but I figure this is the place for it.

I am trying to lock the window size of a published .exe or .swf

I've looked up the question here and it seems locking with JavaScript is the answer if publishing for HTML but that is not my aim.

I need to be able to publish .exe for CDs or hand off a .swf for someone else to post and I need them to be as unalterable as possible.

I'm using MX 2004 if that makes a difference.

Thank you in advance. I've only been doing Flash for 2 weeks and I already like you people.

Locking The Window Size
hey all, looking to lock the window size, of the htm pages that hold the swfs. i know there is a way to do it an i have it at home. only thing is im not at home. does anyone have the script that locks the browser window size. or know where i can get this.

Locking Window Size....
Hello,

I'm still beavering away on my first flash site.
Very simple question(s). - How do I specify the size of window that my flash site appears in (in explorer) - and also - how do I stop people from resizing the window (most flash sites i've seen appear inside a window which cannot be enlarged)?

Any help appreciated.

Thanks.

Locking Stage At Certain Size
Hello,

currently designing this site here:

http://www.theplayground.net.au/cc3

The trouble is that when you resize the window to 800 x 600 or smaller, the navagation runs over the logo (top left - christopherchris) and the contact details run over the centered images.

Im using this code to keep the background image to the size of the browser and to keep the logo and contact details anchored:

function initScale() {
screenInitWidth = 1200;
screenInitHeight = 800;
_root.screenInitWidth = 1200;
_root.screenInitHeight = 800;
bgImage_mc._x = screenInitWidth/2;
bgImage_mc._y = screenInitHeight/2;
bgImage_mc.initWidth = bgImage_mc._width;
bgImage_mc.ratio = bgImage_mc._height/bgImage_mc._width;
var stuff = new Object();
stuff.onResize = function() {
stretchIt();
};
function stretchIt() {
if (zoomedIn == false) {
//image
screenRatio = Stage.height/Stage.width;
if (bgImage_mc.ratio>screenRatio) {
bgImage_mc._width = Stage.width+1;
bgImage_mc._height = bgImage_mc._width*bgImage_mc.ratio+1;
} else {
bgImage_mc._height = Stage.height+1;
bgImage_mc._width = bgImage_mc._height/bgImage_mc.ratio+1;
}
}
//anchored elements
main._x = Math.round(0-((Stage.width-screenInitWidth)/2)+60);
main._y = Math.round(0-((Stage.height-screenInitHeight)/2)+30);
contact_mc._x = Math.round(0-((Stage.width-screenInitWidth)/2)+60);
contact_mc._y = Math.round(Stage.height-((Stage.height-screenInitHeight)/2)-115);




}
Stage.addListener(stuff);
stretchIt();
Stage.scaleMode = "noScale";
}

Has anyone got an idea on how I can add a script to this code to prevent the stated problem from happening?

Any ideas really welcome!

If you need more info, let me know!

Thanks in advance

B

Locking Browser Window Size Using Actionscript
I need to to get a url that opens a new window that is locked to a small size what is the code for this. Thanks

Resize Flash Movie To Size Of Users Screen Size
hey,

Is it possible to resize a web page that has a swf file to the exact size of the users screen size i.e. 800 x 600 and 1024 x 768? If so can someone help please?

DEE

How Can I Get A Flash Screen Size Of Screen Width?
Hi all,

I want to get the size of the screen the flash movie resizes so that I can locate another MC accurately.

-Kaz

Screen Size And Flash Movie Size
Can you create a swf larger than the resolution of the users screen and then just center it on the screen, or if not, is there a way around this. I want to have popup windows that can be moved around within the flash file, but I need the flash file to be at least as big as the users screen so that they don't just disappear. Is this possible??

Screen Size Changes -- Can't Get Full Screen
I loaded a swf file on my homepage. However, it appears small. But when another link -- within a standard HTML page -- is used to go back to the swf page it then appears the larger viewable size. If anyone has suggestions on how to make the entire site viewable larger -- I would sure appreicate it.

Thanks!
Julie

[F8] Screen Size / Stage Size
I saw something great awhile ago and I would like to recreate it but not got a scooby how to start

Not done any action scripting for a few years now so a little rusty but I am looking for a general push in the right direction to get me started and a bit of advice to see if my thoughts are going in the right direction.

A website I visited about a year ago had a flash background set into a DIV tag, the actual flash file was 4 randomized white clouds moving quite slowly on a pale blue background, the main website which was in a 800px sized DIV tag over the GB DIV was 800PX across and set to center.

At the time I thought this quite impressive and though flash must of improved vastly in its latest version and finally allowed screen detection sizes to be set to stage sizes but from what I have read apparently NOT lol

So how the hell did they do it? not surprisingly the website well the page was a sports section on the BBC's website not surprised they got it working with the cash they through at it

So got any ideas?

All I want to do is detect the screen size set the stage size to that then place 10x10 images (Random 30 files) with a 4PX border then every 25 seconds have the images randomize again and fade into the new images.

Sounds easy but apparently NOT.

Thanks in advance.

Kevin

Screen Size?
Whatever I try I can't seem to be able to get the view screen area for my site to fill the whole screen can someone please tell me how to make my flash site fit the whole screen so it doesn't leave any edges untouched. If you go to http://www.billybussy.com you can see that the whole part of his light blue page fits all around without leaving any edges. How Do I do this.! Thanks everyone

Screen Size
hi,

ok...so i finally got my movie up. i embedded the movie and it comes up fine. theres no pop up window, it just kinda hovers there. i matched the background colors. how do i get the movie to fill whatever browser and screensize it comes across? is there some html i can copy and paste for that? or do i adjust something in my .fla? thanks for everybodies help so far.

Screen Size
just curious what the maximum screen size i should design for is? 800x600? i tried to embed my movie and have it stretch to fit any monitor except my jpegs got fuzzy on larger screens. so...i'm gonna redesign a little. whether its centered and embedded or in a popup, i dunno yet. however, i just need to know what a good rule of thumb is so i dont go beyond it. thanks for everybodys invaluable help so far.

Screen Size
on my computer my flash site looks good and fits on the screen well. But when i put it onto my friends it takes up the whole screen and more. Is there a way i can make sure it stays on just the 1 screen (if you know what i mean) rather than me having to scroll the movie to get to another section. Thanks.

Screen Size Help
I'm having trouble centering my flash movie. When i test it in Flash MX it looks centered, then when i publish it, the movie is off centered in Explorer. How do I make the movie take up the whole screen. my site is www.cityvisionnyc.com -----I also have a sound problem. I have an mp3 that plays, but it sounds choppy...please someone help me........

Screen Size
my web site hase 640x480 px. and i want to maintein that size but the hole movie i want to be the same size as the screen of the user.
The idea is tu put a moving menu that can move in the hole screen and not only in the 640x480 window.

Please help!!!!

to see the site:http://www.cisternasltda.cl

Screen Size
wat's the html code when ppl view my webby but regardless if their monitor is 800 by 600 or 1024 by 800 .. it would still be centralised ???

Help With Screen Size
not sure if this is the right place to post this. but im building a web page and when i change my screen resolution down lower i have to scroll around the the page because everything is bigger, is there anyway i can fix that so it stays full screen everytime?

im using dreamweaver 4.0
any help would be great
thanks

Screen Size Too Big?
I am looking to create a flash website with a setting of 760 x 550.

My screen size is 1024 x 768, so it looks perfect.

I heard most people are viewing at 800 x 600, should I consider to make it smaller?

Size To Fit Screen
A friend of mine says that he cannot see the links at the bottom of my page but for me I can. Can you see the links?

http://www.weddingsanddreams.com/wed...ams_Flash.html

Thanks

Screen Size?
Hey

I was wondering if anyone could answer this for me:

I want to create a Flash MX 1024 x 768 px web page.
But if someone views it at 800 x 600 it will be croped but not show the slider bars.

There is a good example of this at: www.kitk.org

Try it in 1024 x 768 then in 800 x 600.
He is able to crop the site even though the flash component covers the whole 1024 x 768 space.

I hope you can understand what I mean!
I have not been able to reproduce this in any of the publishing settings.
Is there action script code for this type of thing?

Any help appreciated.
Cheers, werglum

Screen Size?
hi guys havin a bit of trouble. i want to link a few pages from my flash website right through to individual pages of another site which you van see here but i want the links to open in certain dimensions ie- smaller to cut out the huge white background. can i do this from flash?

also at the minute when i click on the button the link opens up behind my site and i want it to open infront, can this be done aswell using code?

thanks for your time guys

m4rty

What Is The Appropriate Screen Size To Use?
Since almost everyone has 17" screen nowadays. Should we be enlarging our flash pages?

I did a flash presentation using a window size of 800 x 600 pixels but when I opened it on my screen (an Apple flat screen 1280 x 1024 pixels) I lost quality in my pictures. Of course I asked that the presentation opens full screeen on any computer.

So what is the ideal size in pixels for the screens?
I know you have one for websites and another for presentations.

Screen Size Help
Ok... at the risk of sounding like a complete newbie... how the heck do I get the flash movie to totally fill the browser screen? I've done the fscommand but it still shrinks the dang thing and puts it up in the left hand corner of the browser. What the heck?!

I'm a little frustrated, and it's probably something really simple that I just can't find in the help index.

Thanks everybody.

amy

Swf Screen Size
I have a few swf files (games) I dont have the source code for the html but I have got around that thanks to earlier responses.

But, as I didnt have the original source html code, I dont know the size of the movies 550x400, 500x500 e.t.c

So I am guessing the sizes in the code, it doesnt always come out right,

is there anyway to load the default movie size?

These are going on webpages you see...

Thanks

Screen Size Of Swf
hi, i have made my swf 800 x 600, but when i open the swf file, it doesn't load full screen. how can i make it so that when the swf is opened, it loads ful screen and there is no need for me to maximise it?

Screen Size
I have noticed now that a lot of websites are using 1024 x 768. Is this now becoming the norm more nowdays?

Is 800 x 600 on the outer?

Especially with the wide screen tv's ect?

Thanks

Screen Size?
You can view the site here: http://www.bayoulandadvertising.com/...g/wedding1.swf

On my computer screen the magazine takes up the whole screen. When others view it is really small.

How can I fix this?

Thanks!!

[F8] Screen Size
Im making an educational animation to be played on computers in schools. I dont want to make it too big so it wont fit in the screen. What is a good size to make this? I know the fscommand fullscreen thing. What would be the best document size?

thanks

dan

Screen Size?
I'm a newbie just learning and don't know what size to make the file to fill a standard browser. Default is 550x400. What should it be set at?

Screen Size
This may be a silly question, but its bother the heck out of me. What is the standard size for a page size? When I open up flash it auto does "779x766" or something like that. But when I put something I want as a background (ie pattern) there is still tons of space left when I look at it in explorer. Even when I make the background I make the same size as the background specs in flash.

Any clue? Thanks in advance

Screen Size
Hi again I've got www.michel-flash.com running but I don't get the same size on my PC and on my Mac. On the Mac the page comes up smaller than on the PC. How can I rectify this problem so that my website adapts to every screen size.
Thanks for your help.

Best Size For Screen
I am creating an animation of flowers. The flowers should start out of sight and slowly rise up the screen. I am not sure what size to make my interaction. When i test the movie my flowers begin on the screen already and rise to the middle. I was under the impression that anything out the frame would not be shown on-screen until it was dragged out of the grey area of my stage and into the white area.

Does that make sense.



Screen Size
How do i take of the borders that are put in my movie when i publish it?

When i publish my movie i want to have no borders around it and also to fill the browser window.

Like this one...
http://www.fullsail.com/
(click on High band width)

Size Of Screen?
I am doing a site with a lot of images, i want to make it 1024 X 768 but am afraid it may all load too slow. At the same time I dont want to go too small and have the pixels fall apart if some one views it larger. Is there a rule of thumb on this?

Screen Size
my web site hase 640x480 px. and i want to maintein that size but the hole movie i want to be the same size as the screen of the user.
The idea is tu put a moving menu that can move in the hole screen and not only in the 640x480 window.

Please help!!!!

to see the site:http://www.cisternasltda.cl

Help With With Screen Size Openings....
ok made an index page saying yadda yadda yadda click here for flash site... so how do i make it so when u click the link for my flash file, the flash file opens up in a different window, at size 750x450? right now its opening in the same window. the index page is html. then i have links from pics to the swf. thanks everyone...

Adopting Screen Size
Hey people,

Another one for you. In Flash 5, I'm trying to make the .swf file open in full screen when launched by itself. I'm getting really frustrated with this. It might not be on-line so don't worry about the browser window. Thanks!

Screen Size (Pixels)
Question:

I currently have my pixel size at 550x400, which is a small screen size when running my program. I'd actually like it to be full screen size, but am half way through my program. Do I need to resize all my symbols and text? Or can I just go into properties and simply change the size of my screen?

thx..tam.

Movie Screen Size?
i am using flash 5 and i need to find out how to change the size of my veiwable workspace how can i change this? at the mo it is the default setting anyone know what size it is?

Full Screen But Set Size?
Hi guys/gals.

I'd like to know if it's possible to make a movie fullscreen like Director does, but to keep an 800x600 section with the movie in the middle, so that my bitmaps don't pixelate?

Any ideas?
Thanx
MtraX

How Can I Detect The Screen Size?
Can someome tell me how I can detect the screen size?
I've previously made a CD developed on my 15" TFT (1024 x 768).
My work looks brilliant on my monitor.
But take it to a PC that has 17" normal (non TFT) monitor and my work doesn't look as good!

How can I overcome this?

Thanks.


Jam

Reducing Screen Size
I have created a website in flash, however because i have 19" monitor it fits perfectly on this but when u play it on a computer of say 800x600 the bottom etc is cut off.

Is there a quick way to resolve this, instead of making the stage size smaller then re-adjusting everything in the movie?

Thanks

jonny

Changing Screen Size Of .exe
Hi,

Is it possible to change the screen size with actionscript of the .swf during run time??

thanks

phil.

Screen Size / Resolution?
Hey

I was wondering if anyone could answer this for me:

I want to create a Flash MX 1024 x 768 px web page.
But if someone views it at 800 x 600 it will be croped but not show the slider bars.

There is a good example of this at: www.kitk.org

Try it in 1024 x 768 then in 800 x 600.
He is able to crop the site even though the flash component covers the whole 1024 x 768 space.

I hope you can understand what I mean!
I have not been able to reproduce this in any of the publishing settings.
Is there action script code for this type of thing?

Any help appreciated.
Cheers, werglum

Screen Size Resolution?
Hey

I was wondering if anyone could answer this for me:

I want to create a Flash MX 1024 x 768 px web page.
But if someone views it at 800 x 600 it will be croped but not show the slider bars.

There is a good example of this at: www.kitk.org

Try it in 1024 x 768 then in 800 x 600.
He is able to crop the site even though the flash component covers the whole 1024 x 768 space.

I hope you can understand what I mean!
I have not been able to reproduce this in any of the publishing settings.
Is there action script code for this type of thing?

Any help appreciated.
Cheers, werglum

Screen Size Problem...
I want my flash movie to resize the users browser to the size of the actual flash movie (I want the browser to be 800x600 if I developed the movie 800x600). How do I do this?

Thank you in advance for you help.

Problems With Screen Size, Help Please
My animation has 779px x434px, and I need it always be the same size. I mean, when I maximize the .exe file I'm able to see the other elements outside my 779px x434px original background. I only need to hide those other elements. THANKS!

Copyright © 2005-08 www.BigResource.com, All rights reserved