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








Minimum Size Restriction On Full Screen Website


Hello,

I'm using a typical full size website that proportionally scales on browser resize.

I would like to set a minimum dimensions so the user cannot squeeze the website more than 600x420 for example. The page will then start to crop if you go beyond these dimensions.

This must be only a couple lines of code?
Please let me know if you have any idea.
Thanks




KirupaForum > Flash > ActionScript 1.0/2.0
Posted on: 06-13-2008, 10:48 AM


View Complete Forum Thread with Replies

Sponsored Links:

Full Screen Flash With Maximum Size Restriction
hi there,

does anyone know how to set the flash movie to full screen ( I know this bit, have done it, see http://www.primeplc.com/prime2007/Su...ble/index.html) but I need the same file to fill screen but don't go any bigger than its original size 1024x768.

the problem is that it works fine on smaller screens, but if the screen is too big, the images loose too much quality.

I am very desperate, so please help if you know anything... many thanks

deb

View Replies !    View Related
Flash Website - Size Small Would Like Full Screen
Hello
Using Flash CS3 a couple of questions.
1. Flash Website Templates-Size.
Is there a way to adjst the size of the Flash Template Website.. Why is Flash always smaller than Front Page Websites.
I have seen some Flash Sites that do take up the whole screen, but most of the templates I deal with are half the size.
Is size adjustable in a premade Flash Template???? If so where can you adjust the size to make it full screen?Text


2. Flash CS3 Timeline Window
Where do you adjust the length of the the Flash Timeline Window. It seems like everytime I load a Flash Doc the Timeline only shows 5-8 frames instead of 30-50 frams so I can see the whole movie...How can I adjust the length of theTimeline Window?
So it always opens and shows all of the Flash Frames not just the first 3 seconds.

3. Flash Website Template
When Editing a Flash Website Template do I only have to edit the Flash Folder for the website. do I need to edit any of the PSD files, or simple question...IF doing a Flash Site just edit the Flash Folder only? No need to edit other PSD folders?

Thank you so much sorry so long.

View Replies !    View Related
Help With Full Screen Website
yeah I don't really know much about actionscripting so this might be something dumb to ask since it is probably a more intermediate expert thing to do in flash/actionscripting

here is the site i am trying to duplicate somewhat.

http://www.claudiagoetzelmann.com/

you have to actually click on a link say "today" then click one of the thumbnails and the 100% horizontal scrolling left to right..is the direction i am going into.

can anyone point me in the right direction?

much appreciated

View Replies !    View Related
Full Screen Website
Can anyone tell me how I can go about creating a site that does the effect seen here

http://www.designchapel.com click on "enter original site" to view what I mean.

Ive seen a few threads on full screen but doesnt really explain how to design my flash file...do I design it small say at 800x600 and the browser will scale up if the user has a larger moniter. or will it just extend the browsers background out.

View Replies !    View Related
Full Screen Website
how to make something like that http://www.vision8.cn/v2/ ?

I need full screened movie where I will have two shapes/movie clips which are streching to full screen (For example on this site it is top nav nad the body for contents), and they should be available to move independently... And content on them aligned on the left ( I think that I know how to make this part, with Stage.align = "LT"; Stage.scaleMode = "noScale"; But what with the first part, how to make this navigation and body...)

View Replies !    View Related
Full Screen Flash Website
Hey does anyone out there know how to make a flash website fullscreen just like the tombraider website and such others. I know someone knows. Don't hold back on me now!

View Replies !    View Related
Entering A Website Full Screen?
I actually have 2 questions about this guy's site?
I love it,
check it out
http://www.monnone.com

anyways,

1. Does anyone know where to add the code needed to enter a site FULLSCREEN????
2. How do you lose the scrollbars on the right side????

cool site eh....

View Replies !    View Related
Full Screen Display Of Website?
Hey there,

I saw a cool effect and was wondering how it's done.

http://www.cbchomedelivery.com/archives/

Click on any of the items in the archive and you'll see. it runs a flash based website fullscreen, with no visible browser as if you were running a cdr fullscreen.

Can anyone tell me how such a thing is done?

Thanks!

S

View Replies !    View Related
RESIZE, FULL SCREEN WEBSITE
Hi,
I have designed a website (800x600) in Macromedia Flash and Publised the website with the following settings:

100x100 percent
Scale: Exact Fit
Window: Transparentles

However when I view the website in different screen size settings the website doesnt resize.
I have created the website in 800x600 size.

Please could you let me know how I could view the website FULL SCREEN ON ALL DIFFERENT SCREEN SIZES.
Thank You...

View Replies !    View Related
Fluid, Full Screen Website
I'm trying to achieve a fluid, full screen background setup with the code below. The problem I'm having is that when I view the file (both in Flash and via all browsers), I'm not able to see the background image. It's only when I resize my browser that the background image appears. Do I have some conflicting code that could be causing this? Anyone know of a possible fix?


Code:
stop();
Stage.scaleMode = "noscale";
Stage.align ="TL";

_root.bg_mc.inside.loadMovie("weddingone.swf");

bottomright._x = Stage.width
bottomright._y = Stage.height - bottomright._height
bottomleft._y = Stage.height - bottomleft._height
topmenu._y = Stage.height - topmenu._height
topright._x = Stage.width - topright._width
center._x = (Stage.width + 800)/2
center._y = Stage.height/2
sizeListener = new Object();
sizeListener.onResize = function() {

bottomright._x = Stage.width
bottomright._y = Stage.height - bottomright._height
bottomleft._y = Stage.height - bottomleft._height
topmenu._y = Stage.height - topmenu._height
topright._x = Stage.width - topright._width
center._x = (Stage.width + 800)/2
center._y = Stage.height/2

};
Stage.addListener(sizeListener);

var sListen:Object = new Object();
sListen.onResize = function() :Void {
rePosition(bg_mc);
};

Stage.addListener(sListen);
function rePosition(clip:MovieClip) :Void {
if(Stage.width/Stage.height>clip._width/clip._height) {
clip._width = Stage.width;
clip._yscale = clip._xscale;
} else {
clip._height = Stage.height;
clip._xscale = clip._yscale;
}
clip._x = Stage.width / 2;
clip._y = Stage.height /2;
};

rePosition(bg_mc);

View Replies !    View Related
Properties Setting For Full Screen Website.
Im wanting to load images that take up the whole background of my site. At the moment I have my properties at 1074x768px

However after setting the html settings as instructed in the link below:
http://www.kirupa.com/developer/mx2004/fullscreen.htm

I notice the image has been stretched a little. Is there a way round this other than making my image and property sizes bigger than 1074x768? If this is the case what size should I make them?

View Replies !    View Related
Play Movie In Full Screen On Website
Hey guys,

I have a swf. movie that i wish to play full screen on my site. I dont really understand the concept of this, after reading countless tutorials. I have tried following some tutorials that are out there but they all are so different! and all are so complicated (well at least the ones ive found).

Can anyone give me an alternative, or explain to me how this actually works.

Thanx

View Replies !    View Related
Full Screen For A Flash Website With Framesets
I'm working on a website and it is constructed in dreamweaver with three html frames, problem is, I want it to scale to fit different screen sizes. Two of the frames are flash and the header is just a title bar really.

I can get it to work fine without scaling, but when I start scaling thing everything gets nutty.

zago

View Replies !    View Related
Website With Gradient Full Screen Background...
Hi
I'm sorry that I have to bother you for this, but I've been trying to search over and over the right topic and I can't seem to find one.

I have a website already done... but I'd like it to be over a full screen gradient background.

Do you guys have any idea how to do that?

I found a lot of tutorials and exemple on how to repeat a symbol picture to make a seamless background just like the one Lee Brimelow made on gotoandlearn.com, but I can't find one on how to make that gradient full screen background.

I hope someone can help me on that.

Kind Regards

Dr Troy

View Replies !    View Related
Play Movie In Full Screen On Website
Hey guys,

I have a swf. movie that i wish to play full screen on my site. I dont really understand the concept of this, after reading countless tutorials. I have tried following some tutorials that are out there but they all are so different! and all are so complicated (well at least the ones ive found).

Can anyone give me an alternative, or explain to me how this actually works.

Thanx

View Replies !    View Related
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

View Replies !    View Related
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

View Replies !    View Related
How To Load A Website Over A Full Screen Flash Projector
I have a full screen projector and out there I have given a link to open a website.
When clicked the website does open up, but it goes behind the projector so it looks like nothing happened.
How do I get this website to come in front of the projector.
Its urgent. i have to submit the project in the next few hours.

- Aneesha

View Replies !    View Related
Full Flash Website Does Not Load Into Right Size
If you go to www.alessiodacol.com and then enter you will see that the website appears to be loading until a few seconds and you just see a small white box no bigger then a small bottle top in the centre of the screen. I don't know why this is... any suggestions?

View Replies !    View Related
Full Screen On Any Size Monitor?
I am trying to put my website on a CD so I can enter it in a contest because they requested it that way.

I decided to use the following FS command and it works fine as long as they have a 21" monitor.

FS Command ("FullScreen", "True")
Play

If they have a smaller monitor my site shows up 1/2 way off of the screen. Is there any way to make it sit on a smaller monitor?

thanks 4 any help!

View Replies !    View Related
Download Swf And Full Size Screen
Hi

I desparately need to know 2 things...

1st - how can I enable people to download my swf just by clicking a button

2nd - How do I enable them two click a button to view the file in full screen.

Hope my questions make sense. Very gratefull for any responses.

View Replies !    View Related
[F8] New Document: Which Size? Full Screen?
Hi, I've created a website and I'm assuming that it will be seen in a 1024x768 screen, so I created a 990 x 600 flash document but I'm having some space in the borders (in the index.html), so I went to dreamweaver to set space to 0 in each side, the problem is that I'm still having spaces in the borders. How to fix this? Is my reflexion correct? I've tried in the publish settings: full screen and anything else.

How do u resolv this usually?


Panchoskywalker

View Replies !    View Related
Full Screen Up To Movie Size
I've got a flash website that uses html to always fill the screen regardless of screen resolution.

I want it to fill the screen up to the point the size would exceed the actual size of the flash movie. So the movie would fit the browser is the browser is smaller than the movie, but if the browser is larger than the movie dimensions, the movie would play at actual size and not fill the browser.

I didn't now if an if/then statement or equivalent could be added to the html to do this.

Here is the targeted lines of my current HTML file:


Code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub...ersion=7,0,0,0" width="100%" height="100%" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#f6eeeb" />
<embed src="index.swf" quality="high" bgcolor="#f6eeeb" width="100%" height="100%" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Thanks in advance.

View Replies !    View Related
Design Full Screen And What Size In Ps?
Here is a site that when resized fits 1024x768, great site by the way: http://66.ufc.com/66.html
My question is, since it fits 1280x1024, what size should I start with in photoshop and what size should the flash workspace be set to so when someone views it on 1280, it looks great and also fit on 1024 ?

View Replies !    View Related
What's A Good Full Screen Size?
when designing a cd-rom... what are the dimensions you would choose?

laptops and old corporate issued monitors are probable viewing screens.

just wondering. thanks UltraShock.

View Replies !    View Related
Size To Use For Full Screen Flash
i already have had a look at this thread: http://www.gotoandlearn.com/forum/viewtopic.php?t=2641

however, i want to display content so that it is full screen at 1024x768 pixels resolution in browser and in Windows XP....i took the recommended advice of making stage size 920 x 850, however i cannot seem to display it properly.

what i did was resize the picture to 920 x 850 then make the stage 920x850, then put code in for window resizing.

take a look at my .fla file please, could anyone help me to fix this problem?

http://www.freewebs.com/drownedinaffection/bg.fla




p.s. i would like fullbrowser like on http://www.matchbookromance.com (when you enter the actual site not the first two pages with ads) with no scrollbars for my picture.

p.p.s. also would like size and ActionScript needed for 1024 x 768 please, not any programs or utilities

View Replies !    View Related
Document Size For Full Screen Site ?
I'm about to start a new photography website which I would like to either fill the brower window or the screen.

Could you tell me what size i should set my document and is there any settings I should use to keep the fonts images shape ?

Any advice would be much appreciated

Thanks,
Simon

View Replies !    View Related
Scrren Size For Full Screen Flash
I'm creating a flash site. I want the flash movie to fill the entire browser window. What size should I make the canvas, I've been experimenting with sizes and a canvas size of 750*370 fills my browser well on a resolution of 800*600

How do you accomodate different resolution settings? What's the most commonly used canvas size for this type of project.

View Replies !    View Related
Full Screen Presentation - Best Size For Stage?
Been a lurker for ages on these forums and they've been totally invaluable, in fact the recent posts by Nutrox have answered a bunch of questions with regards a Full Screen Presentation.

I was just curious, as this is my first full on multi-media presentation (all previous work has been sites, banners and animation), if there are any recommendations with regards the stage size I should use??

I was thinking 700x500 for example.

This is to be projected onto a screen as a 2 min showreel which will then go into the main presentation (powerpoint *spit*!).

Also, presumably, I can use the code Nutrox provided to display my movie full size with no toolbars, scrollbars visible?

Thanks in advance

matt

View Replies !    View Related
Full Screen Flash...what Size Stage?
I have started designing full screen flash sites. What stage size do most of you guys use when doing that?

View Replies !    View Related
Full Screen Size Flash Movie
Hi, how do i make my flash expand/shrink with window size?
Like this one below:

http://www.macromedia.com/software/...deo_demo_020904

Thanks

View Replies !    View Related
Option To Launch Either Full Screen Or Movie Size
Hi there

I would like to have an option on my html page offering the user the choice of launching my flash movie (800 by 600) either full screen (i.e maximised with just the title bar) or at the movie size (i.e 800 by 600 with just the title bar)

Ideally I would like to have 2 checkboxes on the html page or something similar.

Anyone know how to do this or can point me in the direction of a tutorial or example of how to do this?

Thanks in advance

Chucky

View Replies !    View Related
How Do I Make My Intro Page Size Full Screen
Hi,

Very Interesting forum.

I'm a 4 day old newby, but managed to create a decent movie introduction page.

There are two questions I would love an answer to:

1) How do I make my Preload movie page full screen size. It presently only opens to the browser window size.

2) I would also like the preload page to load then time-out and close prior to my website starting up.

Any help would be greatly appreciated.

Thank's
Mulgravia.
U.K.

View Replies !    View Related
Flash Full Screen With Fixed Size MovieClip
I have a jpeg image (1024x768 pixels) that I want to use as a background for a full screen Flash movie, where the image fills the user's entire screen and will scale when the window is resized. I can do this simply enough by publishing the movie full screen. However, I also want to load a movieClip that does not scale. I want the movieClip to keep it's original size of 600x400 pixels regardless of the window size. Does anyone know how this can be done?

View Replies !    View Related
A Full Screen Projector That Doesnt Re-size The Stage
Hi there

any Flash Guru's out there able to help me?

I want to create a projector in mx2004 that plays full screen (ie not in a floating window) yet the actual stage size remains at 800 x 600 while the borders around are in Black

help!!
cheers

View Replies !    View Related
Flash Resizing And Full Browser Screen Size
Ok, I have searched the forums and found ways that are close to what I want but I cant seem to find a method that works. What I am trying to do is create a main swf that is the fullscreen background of a browser window. The main.swf then loads another swf on top of it. The problem is I dont want the swf that is on top of the main.swf to change sizes or scale when the browser window is resized.

I tried both
fscommand("fullscreen",true);
fscommand("allowscale",false);

and didnt get what I was looking for.

I know how to do all the html formatting for the embedded flash file, I just cant figure out how to get in working on the flash end.

Can anyone help me figure this out?

View Replies !    View Related
Flash Resizing And Full Browser Screen Size
Ok, I have searched the forums and found ways that are close to what I want but I cant seem to find a method that works. What I am trying to do is create a main swf that is the fullscreen background of a browser window. The main.swf then loads another swf on top of it. The problem is I dont want the swf that is on top of the main.swf to change sizes or scale when the browser window is resized.

I tried both
fscommand("fullscreen",true);
fscommand("allowscale",false);

and didnt get what I was looking for.

I know how to do all the html formatting for the embedded flash file, I just cant figure out how to get in working on the flash end.

Can anyone help me figure this out?

View Replies !    View Related
Website Template Size On All Screen Sizes
Please could anyone HELP ME


I have designed a website using Macromedia Flash. My screen size on the PC that I have got at home that I designed the website on is 800x600 resolution monitor. The website appears full screen.

HOWEVER

When I view the website say on a 1024x768 resolution monitor or greater the website appears on half or even quarter of the screen.

Please could you tell me why this is becuase when I view other websites on different resoultions the website appears full screen to the page width.

PLEASE COULD SOMEONE HELP ME...

THANK YOU

View Replies !    View Related
Publish Screen Size In Flash Website
I create a website in flash professional 8, with screen size 710 x 610 pixels. When I view it in "test movie" it looks good.
But when I published from a host site it diaplay smaller.

What did I do wrong? Any ideas?

Thanks in advance!

dafu

View Replies !    View Related
A Full Screen Html Page That Doesnt Re-size The Flash Swf
Is there a way to get the swf centered inside of a html fullscreen popup window?
The code below is what I want to accomplish, but it only works for a projector file. I need to launch my project in a browser.

Thanks for the help.


PHP Code:



on (release) {
    stage.scaleMode = "noScale";
    fscommand("fullscreen", "true");
    loadMovieNum("your_file.swf", 0);
}

View Replies !    View Related
[F8] Setting The Size Of A Video Clip In A Movie That Is Set To Full Screen
OK here is my problem. I have a 320 by 240 video clip that plays in a swf that runs at full screen by way of a fscommand. I need the video clip to stay at 320 by 240.

View Replies !    View Related
Using Tables In Flash. (utilizing The Full Screen Size Of The HTML)
I've noticed a new (or old) feature of Flash where it seems like you can use HTML like tables within your FLA. There are MANY uses out there but for refference here is a great example of its usage. http://www.cgvimax.com/

If anybody can help I would appreciate it!
Thanks all!

View Replies !    View Related
Full Screen Video Mode Preserving Objects Size
Hi,

My task is to show a video player in a full screen mode. I have no problem doing that but I need it to perform in a such a way that only video scales to the full screen while other objects (player controls) remain unscaled. If I just go to the fullscreen mode - everything on the stage is scaled up naturally.

Playing with the full screen features I could come up with the only solution which is to calculate a scaling factor (based on, say, stage.width and stageWidth) and adjust player controls dimensions and position accordingly.

Is it the best way to preserve objects sizes or there is a better technique?

I hoped that because each display object has it's own stage and I could show full screen only video by doing something like:

_video.stage.fullScreenSourceRect = screenRectangle;
_video.stage.displayState = StageDisplayState.FULL_SCREEN;

but it still expands all the objects.

Thank you very much for sharing you experience (or sources).





























Edited: 06/14/2008 at 05:13:40 PM by Andrei1

View Replies !    View Related
To Go From Normal Size To Full Screen Dinamically With Flash In A Browswer
I want to have a flash movie inside a browswer (IE, Firefox) that is of 800 *600 pixels (just to say something) and I want to be able to press a button and make that same flash movie go to full screen, is there a way to do this ?

View Replies !    View Related
Full Browser Flash & Minimum Height Scroll
I've got a full browser swf, and it's working fine across all browsers. However, for the folks still running 800x600, some of the lower content on some pages gets cut off,.. as expected. My goal is to set a minimum height and minimum width so if someone shrinks their browser window to a smaller height & width the browser scrollbars will appear.

So far I've been able to get it to work in everything but IE (pc). I've tried using css's min-height and min-width on a div containing the flash object. It works great... but IE and Safari don't support that. So I tried the table method found here: http://cms.beaver82.com/ and it doesn't work either. They must be using some sort of specific function inside the .swf??

So, if anyone has any ideas.. it'd be greatly appreciatted. Thanks in advance!

View Replies !    View Related
Full Screen Flash Sites, How Does It Work On Different Size & Resolution Displays?
I am a little confused when making my full screen flash site for an interactive DVD rom which will be played by different people on different PCs and displays.

What size should I be making it for?

I mean people have different monitors and resolution and now widescreen. So what size should I be building the Flash? Will it deform if the viewer has a widescreen lcd screen?

What's the safest size to build the full flash screen site.

I would also like to know, how do I go about making it auto start so when the user loads the DVD-rom, it will automatically go to full screen and load my Flash movie. Would I need to embed the Flash into a HTML page or can I make it auto start on the Flash file by itself?

Thanks

View Replies !    View Related
Page Size Restriction
Cheers to Advance-Media for the last reply, all but the first query worked out great.

So if anyone can help, im trying to stop the published flash file and window from being stretched or pulled out of shape. Im sure I have seen websites where this happens, where the window 'jumps' back to the original dimentions...

Cheers

View Replies !    View Related
Stage Size Restriction
Does anyone have a problem with the stage not being big enough or is it just me. I'm not talking about the size of the movie, but the physical area that can be used on the stage to work on (the gray area).

I have run into this problem numerous times when I have something contained in a scroll bar. For example, I have an events page with a list of dates and short paragraph of info for each. The list has gotten fairly lengthy and since I can only fit about 1300 pixels high worth of info within an instance, I've had to create three graphic instances and piece them together on two more instances (1 and 2 grouped on A, then that group grouped with 3 on B). It is very clumsy and inconvenient for frequent updates.

I am running into the same problem now as I work on a portfolio containing 12 items each 350 pixels wide. They will all be laid out next to each other in a square and each will be viewed by jumping to a coordinate. I cannot lay all of them out on one instance and it's very frustrating.

Is there a preference somewhere that addresses this problem or do I just have to charge my clients more for pain and suffering?

View Replies !    View Related
Size Restriction In Scrollpanecontent
Is there any size restiction in the scrollpane
I am drawing lines in the scrollpane in horizontal direction but with time
I am seeing that after few minutes, there are memory issues
Please help

View Replies !    View Related
Minimum Font Size When Dynamically Set?
Hi,
does Flash have a minimum font size when you want to set it dynamically?


Code:
var my_fmt1:TextFormat = new TextFormat();
my_fmt1.size = 12;//lower than 12 doesn't show a difference in size
my_fmt1.font = "Courier";
inputveld.setNewTextFormat(my_fmt1);
This happens when I create a textfield dynamically as well as when i drag it on stage.

I heard about maximum sizes of 126, but minimum?

Thanks,
Jerryj.

View Replies !    View Related
Hm.com Dynamic Stretch With Minimum Size
hey everyone,

i've been trying to figure out how the dynamic resizing works on http://www.hm.com/us

when the browser window is resized, the site maintains its aspect ratio, the navigation stays the same size, but the background image stretches to fit the browser window. the vertical portion of the background is trimmed based on the window's height, as it stretches to match the width which fills the window horizontally.

on top of all that, if the window is sized down to a certain point, the flash file stops downsizing and forces the browser window to create scroll bars to accommodate it.

they're using two frames in their html code, but i'm not totally sure what they're doing with them as i couldn't get the individual frames to load separately (cheeky).

anyone have an idea on how this effect is achieved?

thanks for your help in advance!





























Edited: 03/26/2007 at 03:38:57 PM by ionic77

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved