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




I'm Using Liquid Flash, But Would Like To Have Scrollbars For My Browser Window.



In other words, i have a long flash file...1400 pixels, not my choice on that. I'd like to have the functionality of using liquid flash like in this tutorial.

http://www.tutorio.com/tutorial/liquid-flash-layout

But how can I add something to the html code that will put in scroll bars?

Here is the source code for the html file...


HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tutorio.com Liquid Flash Layout Demo</title>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body bgcolor="#999999">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" id="cool" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="liquid-demo.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#999999" />
<embed src="liquid-demo.swf" quality="high" bgcolor="#999999" width="100%" height="100%" name="cooladvanced" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</body>
</html>
Thanks.



KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 09-28-2007, 08:59 PM


View Complete Forum Thread with Replies

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

I'm Using Liquid Flash, But Would Like To Have Scrollbars In The Browser As Well....
In other words, i have a long flash file...1400 pixels, not my choice on that. I'd like to have the functionality of using liquid flash like in this tutorial.

http://www.tutorio.com/tutorial/liquid-flash-layout

But how can I add something to the html code that will put in scroll bars?

Here is the source code for the html file...


HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tutorio.com Liquid Flash Layout Demo</title>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body bgcolor="#999999">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" id="cool" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="liquid-demo.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#999999" />
<embed src="liquid-demo.swf" quality="high" bgcolor="#999999" width="100%" height="100%" name="cooladvanced" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</body>
</html>
Thanks.

New Browser Window Without Scrollbars Etc.
Hi all,

I have a question:
By clicking a button in an swf that is located in a browser window i want to open a new browser window with another swf inside. so far no problem.
but is there any possibility to get rid of the new browser window's toolbar, scrollbars, adressbar etc from within the action that is set to the button?

Thank U for any replies:-)

MX 2004 Open New Browser Window No Scrollbars Etc
Hi,

I was looking through the tutorials on MM site and Kirupa (those came up in the Google search).
I want to attach AS to the button so it would open a new browser window, but I want to specify its size and some other parameters.
Whatever tutorial I found ain't working in MX 2004.
Can someone help.

Thanks

Liquid Flash - Scale To Browser
Hi people -

I'm trying to find a way to do something which I reckon is not too hard but I'm not sure where to start. I'd like the background (image) to fit to the size of the browser - and scale accordingly - while the foreground (menu) remains the same size.

So that the menu should not be affected by a user rescaling their browser while the image behind it is.

Could any of you get me started or throw me in the right direction?

Any help much appreciated.

Regards,
A...

Full Browser Flash (liquid Layout) With Easing Problem
so i have this:

Code:

Stage.align = "TL";
Stage.scaleMode = "noScale";

// initial position for the middle green box
rect2_mc._x = Stage.width/2 - rect2_mc._width/2;
rect2_mc._y = Stage.height/2 - rect2_mc._height/2;

sizeListener = new Object();
sizeListener.onResize = function() {
   
   var stageXCenter = Stage.width * .5;
   var stageYCenter = Stage.height * .5;
   
   rect2_mc._x = stageXCenter - rect2_mc._width/2;
   rect2_mc._y = stageYCenter - rect2_mc._height/2;

};

Stage.addListener(sizeListener);


and it moves the rectangle in the middle...to the middle. the issue is that when the browser is resized it just moves...i kinda want it to ease into it's new location. i tried using fuse but i could not figure out a way to integrate the easing. when i added some fuse it works well the first two times if you press the maximize button (if you resize with your mouse, it doesn't work) but then it kinda just bounces a couple of times and then it goes back to it's initial location.

does anybody have any insight on how to actually have a full browser flash website that has easing like this website:
http://www.sonyclassics.com/volver/main.html

thanks for looking guys.

Full Browser Flash With Scrollbars
Any good plugins available for Swfobject which enable a full browser flash site to have scrollbars when the browser resizes to smaller than the flash object? I used to use swfforcesize, but that only works with swfobject 1.5 and I'm now using swfobject 2.1.

Controlling Browser Scrollbars From Flash.
Hi.

I'm trying to find a sollution to a problem i have with a flash movie content.
I have a movie in an html page with the movie stage set to change size with an event listener to the brower size when this is changed ( using the code below).. view : www.gnative.com

what i'm wanting to happen is scroll bars appear and set when the window is less than 800X500.

I'm not to sure weither javascript would be able to do this or useing CSS or if this is even possible

any ideas or a direction much appreciated
Thanks

--------------------------------------- CODE --------------------------------------

PHP Code:



//
stageEvent = new Object();
function stageInit() {
    stageEvent.onResize = function() {

        // set nav_mc to center stage
        nav_mc._y = Math.floor((Stage.height - (nav_mc.nBg_mc._height))/2);
        nav_mc._x = Math.floor((Stage.width - (nav_mc.nBg_mc._width))/2);

        // set Leafs to bottom right of Stage
        l_mc._y = Stage.height - l_mc._height;
        l_mc._x = Stage.width - l_mc._width;
        // 

        if(Stage.height < 800){
            // Do this
            getURL("javascript:scrollBar()");
        }
    };
    Stage.addListener(stageEvent);
    this.stageEvent.onResize();  
}
Stage.align = "LT";
Stage.scaleMode = "noScale";
stageInit(); 




-------------------------------------------------------------------------------------

Flash 100% With Scrollbars, Browser Corruption
Hello. This is as much a flash question as it is html, but it mostly involves html. I have an index page with a 100% wide/high flash file. I need it 100% because I have animations and background changes that fill the entire screen, so specifying width/height is not an option on the flash file. I however want the user to be able to scroll up/down, left/right to see the content, especially if they are on a 800x600 reso. as the site is built for 1024x768 or higher.

To try and workaround this I made an absolute placed div (#scroll) at 1200pxX760px so that when you resize your browser less than these dimensions the browser shows scrollbars. This is what I wanted to have happen. However, when you resize the browser less than the 1200x768 and then move the scrollbars the browser cuts part of the movie off and all you see is the background color.

I've uploaded a mockup of this. In the example the flash file is white and the background is blue. I'm hoping someone in this forum knows about html and why it hides the flash file.
I appreciate any help.

This is in effect the code. I haven't checked it in windows but in Safari and Firefox this problem exists.

<head>
<style type="text/css">
HTML, BODY { margin: 0; padding: 0; width: 100%; height: 100%;}
#flashcontent { z-index: 1; }
#scroll { position: absolute; width: 1200px; height: 760px; top: 0; left: 0; z-index: 2;}
</style>
</head>

<body>

<div id="scroll">&nbsp;</div>

<div id="flashcontent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="test" quality="high" scale="noscale" salign="lt" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%" name="test" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</body>

How Do I Remove Browser Scrollbars In Flash Website?
I want to create a Flash website that fills the browser window, like the following site: http://www.big-dvd.com/.

I notice that the above site isn't stretched, but instead maintains 100% scale and is large enough to cater for all screen resolutions. I have two questions:

1. Is this a good idea, or should I stretch my Flash website to fit the browser width?

2. How did the designer of this site avoid the browser scrollbars appearing?

Thanks!

Fill Browser With Flash - No Scale/scrollbars
Hey everybody,

i havent posted to ultrashock in years, but im developing a massive online architecture/interactive portfolio and need some help

i need to know how i can embed a large swf (dimension wise), that will probably overflow on most resolutions on the top left of a page, without having ANY scrollbars show up on any browser or having it scale at all. I just cant seem to get rid of the scrollbars so far

do i do this in flash or html?

Full Browser Flash - How Can I Make My Scrollbars Appear
Hi all,

I have my website up http://www.marklawrencedesign.com and am struggling to make scrollbars appear when the users browser window is smaller than the content.

A good example of what I mean is here: http://www.intelligent-marketing.com/fl ... n=gotflash

I have looked everywhere but cant find any help that explains what to do in simple English (I have no advanced knowledge of html, javascript you see)

Please any help will be thoroughly appreciated - have been looking for days on google now for a plain helping answer!!!

Thanks in advance

Mark

I'm Using Liquid Flash So That My Flash Goes To The Edge Of The Browser, But I'd Like
to add scroll bars to it as well.

In other words, i have a long flash file...1400 pixels, not my choice on that. I'd like to have the functionality of using liquid flash like in this tutorial.

http://www.tutorio.com/tutorial/liquid-flash-layout

But how can I add something to the html code that will put in scroll bars?

Here is the source code for the html file...

[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tutorio.com Liquid Flash Layout Demo</title>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body bgcolor="#999999">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" id="cool" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="liquid-demo.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#999999" />
<embed src="liquid-demo.swf" quality="high" bgcolor="#999999" width="100%" height="100%" name="cooladvanced" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</body>
</html>[/HTML]

Thanks.

Using "Liquid Flash" For Full Browser Setting.
Hi,

I have been looking at a tutorial @ http://www.tutorio.com/tutorial/liquid-flash-layout – basically the tut talks you through using a 100% browser setting & resizing elements on the stage.

If anyone takes the bother to look at the actual fla, it all seems to make sense apart from two factors:

1.)Why on the box that he has appeared to align to the top left hand corner of the stage has he got the following text?

“This box is the main stage of the flash movie. It has been aligned to the topright corner and the stage mode has been set so that it dosent scale.”

2.)He includes some text to explain the positioning of the main “fluid” movie clip -”//*note* 200 is the width of the left column” - by left column is he talking about the instance of “thetopleftbox” that covers the stage at that point & if so why not use the box's actual dimension of 203 & why use the term “Column?”?

Sorry to use a reference to a tut as part of my request for help on this forum, but if anyone is interested in the subject & takes a look any help would be much appreciated.

Liquid Photographs That Expand With Browser
http://www.anberlin.com/index2.htm

Hey everyone ... So I was wondering what all would go into acheiving the fluidity of the background graphic like on this site. I was searching through a few sites and nothing really touched on it. Doesn't seem real tough, but I think it's a nice touch.

thanks!

snobdr8

Window Resize Liquid Layout Question
So I'm trying to code this so that the water background movie clip fills up the entire window in a browser no matter how the browser is sized. It partially works but if you stretch the browser, the water stretches but scales slightly less than the window. Can someone tell me where my error is?
I've included the swf as an attachment.

Heres my code


Code:
import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.events.Event;

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
stage.addEventListener (Event.RESIZE, resizeHandler);

// initialize sizing
resizeHandler (null);

function resizeHandler (event:Event):void {
var sw:Number = stage.stageWidth;
var sh:Number = stage.stageHeight;
water.width = sw;
water.height = sh;
}

Browser Scrollbars?
Hi..

I have a question:

I got a swf with let's say 600px height. when I put-it on a website, the browser inserts scrollbars, because I have some content below the swf... Now comes the problem: the swf is a game, and uses the up and down keys. When I press them the game executes the commands, but also the browser executes scrolling up/down. That is really unpleasent.. Can that be solved? Any help much, much wanted...

tnx a lot,
ovidiu

[F8] Browser Scrollbars
My stage size is 1015 X 590. when the html page loads up my swf and when viewing it in my browser (or) any other browser I see vertical and horizontal scroll bars on my browser. I want my stage size to remain as it is but I want to restrict these scroll bars from appearing on the browser. Because of this problem, when the viewer is using too many toolbars on the top of his browser- the vertical scrollbar of my page keeps increasing and this looks really Odd.
How can i detect that the browser is smaller than my stage so that i can shrink my Swf file through a script. Or is there a better alternative??

Browser Scrollbars
Hi all,

How do I enable scrollbars for my site to help people with small monitor / resolution sizes view my site?

here is my site: www.marklawrencedesign.com

I have seen a few things on the internet, but not concerning the way my site is set to always be centrerd in the browser. What I want to happen is when a browser is too small for my site, scrollbars appear for the user!

Any help is greatly appreciated,

Cheers

Close.window Script In Flash Button Quits My Browser Window Or Crashes System
Can somebody please help me?
I have a javascript attached to a button in a .swf file to close the browser window it is in.
The code which was given to me yesterday by senocular is

on(press){
getURL("javascript:window.close()")
}
__

however if you try it IE will unexpectedly quit or bomb my computer.
I tried it in Netscape and it didn't crash.

You can refer to my site http://www.valdesdesign.com
after intro go to print button and then to editorial button.
Editorial opens new window with editorial.swf inside. Click on top right button to close window and see what happens.
Is there something I'm doing wrong? Please help me.
Thanks

Lossing The Browser Scrollbars
so sorry...i really did look a while in the forums:

i have a movie that "slides" around, depending on where the user chooses to go via buttons. All said, the movie ("mc_main") is 3300x3300...i set the stage size to be 1300x800. Thus, as you can tell, only the middle section of "mc_main" is seen upon loading. There is no scaling going on here. Simply the user clicks a button, and "mc_main" slides to the coordinates coded from that button. The goal was to allow the user to only see the middle section of "mc_main" and then allow that user to navigate from the buttons there. ...and it works.

Ok, so the easy part (that i do not understand) is how do i get the HTML(with this swf) to load so that there are no scrollbars in the browser? is 1300x800 still too big? i would like the movie to fill the browser, but no more....i am SURE this is basic, and i am sleeping at the wheel

thanks

Custom Browser Scrollbars
hello all

anybody know how to create a custom browser scrollbar like this:

http://www.aeiko.net/

thanks

$

Scrollbars On Browser Resize
Hi:

I've built a photo gallery in CS3/AS3 which is 1024x768 in size. I set the HTML publish dimensions at 100% and used this code to keep the swf centered in the browser and from resizing if the browser is resized:

import flash.display.*;
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP;

SO...how on earth do I get the site to automatically add scrollbars if the browser is smaller 1024x768, so that viewers can move around and see my entire site? Surely this is simple since practically every site on the web calls up scrollbars when necessary.

Is there something I should be adding to my HTML file? After days of searching the web, I've found nothing useful for such a seemingly basic request.

Thanks!!

Custom Browser Scrollbars
hello all

im hoping somebody can tell me how this great bit of flash was creted. its the custom browser scroll bars.
pleas see here:http://www.aeiko.net/

many thanks
s

Using Browser Scrollbars Just When Needed
Hi there

posted this in the html and javascript forum but it doesnt seem to get much traffic so I thought I would post a link here too

http://www.actionscript.org/forums/s...d.php3?t=95682

Any help would be appreciated

Thanks

Browser Scrollbars Not Enabled
Hi all,

Please check my website if u have a minute.

www.marklawrencedesign.com

What I want to check is:

A - does the link called "portfolio" appear under my name at the bottom

B - How do I enable scrollbars for my site to help people with small monitor / resolution sizes view my site?

Any help is greatly appreciated,

Cheers

Browser Scrollbars Not Enabled
Hi all,

Please check my website if u have a minute.

www.marklawrencedesign.com

What I want to check is:

A - does the link called "portfolio" appear under my name at the bottom

B - How do I enable scrollbars for my site to help people with small monitor / resolution sizes view my site?

Any help is greatly appreciated,

Cheers

Custom Browser Scrollbars
hello all

can somebody please tell me how to create my own custom browser scrollbars like this:

http://www.aeiko.net/

thanks

s

Browser Scrollbars Are Not Enabled?
Hey guys,

I have no scale in my publish settings in order to have my movie clip centered no matter what the size of the browser window. This is working fine.. although now the browser scrollbars are disabled..

is there anything I can do to enable them?

Thanks

www.manuelastefan.com is the site in question.

Loading External SWF's Into A New Flash Window Instead Of A Browser Window?
I have this flash presentation where I have buttons when clicked on, a (_blank) browser window pops-up and begins playing external SWF's.

The problem is that, with windows XP, every time I click the button(s) to have the browser window pop-up, to play my externals, the damn 'virus protection notification' thing pops-up first, asking me if this content is allowed. Is there a way to turn this off? My client does not want to have to "allow" the browser to play the external SWF's everytime. I've tried everything but no luck.

Better yet, is there a way to have the external SWF's pop-up in a totally new flash window, on top of the main (presentation) window? I don't want the external SWF's playing in the same window, but rather show in a new window entirely. Can anyone help me? This project is past-due and it needs to go out today. I'll attach the current scripting I'm using so far, if it helps. Thanks so much!



bottingsAd_mc.onRelease = function() {
getURL("exampleAds/bottingsports2_001.swf", "_blank");
};

Full Browser Swf With Vertical Scrollbars On A Mac IE 5.5
Hi All

Hope you guys can help,

Got a full browser flash site and I cant get rid of the vertical scrollbars on a mac IE 5.5

http://www.setvariable.com/elastic/index_launch.html

It works on safari, pc ie, firefox.

Any help I am going oot me brain here, is there anything wrong with the html or something?

Controling Browser Scrollbars When MC Changes Height?
Is there a way to have the browser scrollbars show up when a MovieClip's height increases ?

Centered Clip & Browser Scrollbars
Hey everyone - I have a question. I'm building my new portfolio site (since I renamed my business) and I need some help. It's a 100%x100% flash movie with the content centered, no problem. The problem comes in when you resize the browser, there are no scrollbars if it goes past the main flash content.

I added a spacer image the size of my main movie so that if the browser is resized smaller than that, the scrollbars will appear, the onlt problem is that it scrolls to black, the flash doen't extend past the visible area and down into the scrollable area like I thought it would. Any thoughts or help on this would be GREAT!!

You can view what I have and the html source here:

http://greenfielddesigns.com/beta/

Window Scrollbars
I have my flash file 700x700 published in html with noscale option. It is centered in the screen on white background. The thing is that when you scale window or open site in small resolution (640x480) part of the flash is cut out and there is no normal html scrollbar on the right. I would like to get vertical and/or horizontal scrollbar when resizing window on less than 700x700.

Window Scrollbars
Hi there,

I've created a couple of sites now for a client of mine that use javascript to make the browser window resize to fullscreen, and have the flash set to 100% of the window size in the HTML

in the AS I set the swf to have set dimensions ( say 960 x 560px ) and to align itself TOP_LEFT and set the scale to NO_SCALE.

This is all fine, and displays well in all browsers, however if the user resizes the browser window I want browser scrollbars to appear if the browser window goes below the flash dimensions so that the user can still scroll to see all needed content

How do I do this? is it something in the HTML that I have to set, or do I have change something in the flash to force a certain size.

Any advice would be appreciated

Cheers
Niall

Scrollbars Disabled In Browser After Time Delay
Hi guys,

I have made use of extensive text scrollers in MX. When viewed in the browser and left for a few minutes, the scrollbars become disabled and you cannot scroll. When you then move around the site, all scrollbars are disabled until pressing F5 and refreshing the screen. Has anyone had this problem?

I imagine I need an update command or something similar?

regards,
Calan.

No Scrollbars And Window Size
Hi, this might seem a silly question and it probably is, but I am trying to make a flash website but want to change the window dimensions for when it appears in a browser and remove the scrollbars etc. The only coding i can find is for popups and is in java. Is there a way to make it from the first page this size, and not resizeable etc. If i simply change the document size in flash it appears in explorer as just a smaller square with a big white border, but i want to actually change the window size and remove the menu bars etc.

Ta guys!

-DW

Getting Rid Of Scrollbars On Opened Window
Hi, I have a button in the movie that opens up a new window to display pics
on (release) {
getURL ("javascript:window.open('http://www.spotculture.com/stairway75.jpg','Photography','width=375,height=60 0'), border=0, margin=0;void(0)");
}
I made the window size the same as the picture, but the scroll bar width and height seems to be included
how do I make it so there is no scroll bar?
thanks!

Pop-up Window Problems With Scrollbars.
I'm trying to create several pop-up windows that will initiate
when buttons within flash are pressed.
I've tried using this tutorial...
http://www.kirupa.com/developer/flas...pup_window.htm

However, when I try setting scrollbars=no so that the pop-up windows I'm making
wont have any scrollbars, I find they appear anyway, and obscures part of the
total html file which is trying to open.

I've also tried this tutorial...
http://www.actionscripts.org/tutoria...sh/index.shtml

...and find the same thing happens. Even though I switch scrollbars to "no" or "0", they still appear.

Can anyone help to tell me what I'm doing wrong? Or perhaps point me in the direction to
do what I'm trying to do, without having the problems I'm having?

Scrollbars After Min Window Size
Simple question: I have a fullscreen flash page. Is there a way to have scrollbars appear after it gets to a certain minimum size (say after the window is sized down below 800x600)?
It would be scrollbars for the whole page...not any dynamic content or anything - just like an html page

[MX04] Forcing A Browser To Show Scrollbars With Resizable SWF's
I have a SWF that resizes itself by listening to a resize event
---------------
//Add listener to stage to check for resize
var browserSizeListener:Object = new Object ();
Stage.addListener (browserSizeListener);
// When the Stage dimensions change...
browserSizeListener.onResize = stretch;
--------------------------------

the stretch function moves several movies (top left, top right, bottom, center, and so forth...) on the screen without changing the size or aspect ratio of each of the original mc's (though it does resize some of the elements to make things fit as the browser window is reduced in size). In order for the function to work properly, I have to have the HTML dimensions set to 100%.

and so the problem is...

Beyond a certain point, menus, text, and other mc's that shrink as the stage gets smaller start to get too small to read. To mitigate this I have made the stretch function stop reducing the size of the stage and changing the x/y placement of mc's when the stage is smaller than 700X560. At this point it begins cutting off the left and/or bottom of the stage. If the html window is smaller than 700X560 I want the explorer's scroll bars to appear.

If I set the HTML dimensions to 700X560 the stretch function doesn't change anything when the window is resized (though if the window is smaller than this it shows the scrollbars). And if the HTML dimensions are set at 100% then the scrollbars do not appear even when the stage is being cut off.

is there some workaround to get it to react the way I want?

Thanx in advance-

ProxRox

Open Window Without Scrollbars Or Toolbars?
Hey, how Would I Make it so that I can Open A new window Like a popup That only Has the title bar? It is NOT a popup though, Because the user has to click The link in the flash part. So, I want it so that When They click my link, a new Window Opens without a scrollbar ect, Just the Title bar. I can't Find any code Modifying these Things onLoad using html or javaScript. Does anyone know how to do this? Thanks!

Flash Fit Browser Window?
I was wondering if anyone could let me know how to make a flash movie fit the browser window? Thank you
mudgett

Browser Window-less Flash?
Any ideas how they do this? There is now browser window at all after clicking the icon.

http://www.wonderarts.com/wonderarts.html

Thanks!

Flash And The Browser Window
I'm wondering how I make it so that my flash movie will fill the entire screen of the browser, and in this web site, http://www.deconcept.com How do I make sure it will fill the hole window?

Thanks!

-John

Browser Window Pos From Flash
Hi everyone...

I really need some help getting the html window to move o n demand from within flash. I'm find the scripts in html (using the window.move functio) but don't know how to call it in Flash.

Is it using FSCommand?

Any help would be great. Thanks in advance.

New Browser Window From Flash, How...?
hi everyone,

how do i open a new browser window like this example:

http://www.surfreport.com.ve/mejores2002/launcher.htm

you click the yellow banner and there is a new window the size i want, and without the other stuff,

it is pretty easy to do so from a html page, my question goes to do the same from a flash botton,

i really need the script.

bye, and help me please.

Browser Window In Flash
Hi,

I'm making a movie that I'm going to put on at cd.
But the movie will be shown in the flash player, not in IE or Netscape.
Now I have a button and when I press it I want a new small window to open. But when I use the normal code that you can use when viewing your flashfile in a browser doesn't work. Somebody mailed me and said that I should use the script of actionscript.org but that doesn't work either. Can anybody help me? It's very urgent.

Thanks in advance
Greetings
Camme

New Browser Window From Flash?
does anyone know if it's possible to have a button in a flash movie open a new browser window at a specified url?

thanks
ebmaster

Closing Browser Window With Flash 4
I know how to do it using javascript with flash 5 but i only have the flash 4 version. Is there a way to do it with flash 4 because when i try it with the script that someone said in the Flash 5 forum. it didn't work.

btw, this was the script to put in the getURL action:
javaScript:window.close

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