How Do I Get A Colored Scrollbar On The Browser Window?
Hi,
Having seen this one a few times now, I was just wondering how it is done? I thought it would make a change from the usual grey one.
Any help appreciated.
Jged
FlashKit > Flash Help > Flash Newbies
Posted on: 11-22-2001, 06:33 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Diffrent Colored Scrollbar
I have searched but nothing has worked :. If you go to my site, www.epiph.org/vet/ the scroll bar is white and it really looks bad, how do i change the colours to green and white.
Scrollbar For Browser Window Not Showing Up
Hey guys
im sure this is a very easy problem but basically whats happening is when I publish my SWF, depending on the settings I choose in the publish settings meno, my SWF either appears in the top-right corner with a browser scrollbar..OR..its dead center*what I want* without a browser scrollbar what do I have to do to get that browser scrollbar to appear?
In my publish settings for...
Dimensions = Percent (100x100)
Quality = High
Window Mode = Window
HTML Alignment = Default
Scale = No Scale (If I switch this to default I get a browser scrollbar but the SWF is no longer centered )
Flash Alignment = Center, Center
what am I doing wrong? Thanks in advance guys!
Cheers
Flash Scrollbar That Resizes To Browser Window
Hi
Can anyone help me create a scrollbar in flash that would resize to the browser window. Below is part of the script I have. thanks
txt.setMask(mask)
scrollbar.onMouseDown = function() {
if (this.hitTest(_root._xmouse, _root._ymouse) && txt._height>mask._height) {
this.startDrag(false, scrollbarBG._x, scrollbarBG._y, scrollbarBG._x, scrollbarBG._height-this._height)
txt.onEnterFrame = scrollThumbs;
dragging = true
}
};
scrollbar.onMouseUp = function() {
stopDrag()
dragging = false
delete this.onEnterFrame;
};
function scrollThumbs() {
var funkyVar = -this._parent.scrollbar._y*(((this._height-this._parent.scrollbar._height)/(this._parent.scrollbarBG._height-this._parent.scrollbar._height))-1)
this.Y = (funkyVar-this._y)*.2;
this._y += this.Y;
if(Math.abs(funkyVar-this._y)<1 && !dragging){
delete this.onEnterFrame
}
}
Full Browser Flash, Vertical Scrollbar Just Like Browser?
In short:
http://www.subdisc.com/
Look at the right scrollbar, how do I accomplish this?
The height of my site site is bigger than the Stage.height.
I could use a browser scrollbar via Java, but since I want to be free in design of every component I would rather use a flash scrollbar.
But how?
Full Browser Movie, But Use Browser Scrollbar When Needed
Is there any way to make a full browser swf that, at a certain point, stops scaling to the stage and allows the browser to use it's native scrollbars?
For example, say my flash site has a top bar (it's y is always 0) and a bottom bar (it's y might be stageHeight - 15). Is there any way to tell the movie to stop scaling if the bottom bar's y is less than say 300, and from that point have the browser display it's scrollbars allowing you to scroll the content?
Flash Scrollbar Instead Of Browser Scrollbar
Hi all,
What I want to do is replace the browser scrollbar with a flash one when the flash movie is larger than the browser, and I'm using 100% sizes.
I've seen this done, and even when you manually resize the window, the scrollbar adjusts. Any ideas on this? Any tuts? Thanks.
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
Pausing After Preload If Browser Window Is Not Active Window
Hi folks,
I'm trying to figure out how to do this, but so far I have had no success. The intention is for anything like a Flash trailer, intro movie or such like which is large to preload and once this is done check to see if the user is still viewing that browser window.
So if during the preloading the user opens/selects a different window and the preloading finishes then the Flash will go to a paused screen, awaiting the user to indicate they want to proceed (eg a play button). If however the user still has, or has returned to, the browser window it will skip the pause screen and play the animation.
For an example the 9th chapter of Ninjai.com seems to do this (I haven't checked the other chapters).
Any help would be appreciated.
Ragnar
webmaster@ragnarkarlsson.com
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");
};
Loading In New Projector Window Not Browser Window
I'm designing a portfolio site and Im sending it out as a projector. Is there a way that I can have images load in a new projector window, and not the default browser. My only succes so far is using the getURL, but this opens the image in a browser or in the same window, and I just want to open a new window with the projector, not an internet browser. PLEASE HELP, I need to get a job with this site.
Open A New Browser Window And Go To Frame(n) In The New Window
Hi I need some help.
I'm trying to load a new html file that contains a movie but I like to specify to what frame to proceed in that movie I try to write this in actionscript I think it is easier to understand.
// I have 2 html files contact.html and home.html
// And I have one swf file named home.swf with 2 scenes named "home" and "contact"
// The home.html and the contact.html both contain the same home.swf movie
// currently I'm in home.html I like to getURL("../main/contact.html")
that loads the contact.html and the contact.html contains the home.swf but I like to proceed to the gotoAndStop("Scene",1) or gotoAndStop("contact",1)
I hope that was clear enough if you may know the answer please email me I have suffered a lot on this but I just couldn't come up with the answer.
Regards
zoltank@timelineillustrations.com
Browser Scrollbar
Hi there
Im trying to find some scrollbar code that will scrollthe entire flash content within the browser window. Ive seen it on various websites lately. It basically acts like a normal browser scrollbar. There are loads of cool scrollbar FLAs on the site here but none seem to behave like Ive described
heres a link of what I mean - http://www.orange-project.com/#fashion_072
thanks very much for your help!
Help With Browser Scrollbar
I mean to do a scroll bar like in this Site
I have a flash movie set to 100% per 100%. It looks great on 1600 per 1200. at a 768 width ressolution it still works but i nee a scroll bar for the lengh.
Any tutorials on this matter?
Thanks
Browser Scrollbar Issue
Hi everyone, I am having an issue with browser scrolling. The website is this http://www.jesterlabs.com/working2.html and basically all I want is to make it scroll with lower resolutions (right now I get no scrollbars period.), like 800x600 or 1024x768. This is the code I am using in flash:
Stage.align = "T"; // Position the movie at top, center
Stage.scaleMode = "noScale"; // Prevent scaling (required!)
// Create the listener object
resizeListener = new Object();
resizeListener.onResize = function () {
trace("New width: " + Stage.width);
};
Stage.addListener(resizeListener);
While in my html doc I have it set for 100%:
<style type="text/css">
<!--
body {
height: 100%;
width: 100%;
margin: 0;
}
-->
</style>
Any help would be greatly appreciated.
Simone
Moving Browser Scrollbar
Guys,
I'm using the following code to move the browser scrollbar to the top of the page on the release event for a normal button.
on (release) {
getURL("javascript:window.scroll(0,0)");
}
Although it compiles fine, it doesnt do anything. Does anybody know whats up???
5leander5
Move Browser's Scrollbar Down
I am just a week new to actionscript and I need to handle a problem for a site I am developing.
There is this case when the user might have a 15" monitor, assuming he/she uses 800x600 screen resolution. How can I make the browser's (internet, mozilla or whtv) scroll bar go to the bottom or somewhere half way. Can this be done?? I already know how to check for the screen resolution, I only need a way to access the scroll bar position.
Browser Scrollbar When 100%x100%
Hi,
I've searched around in these forums and I didn't find a direct answer to my problem. See I’ve got this flash movie which is build for screens with 1280x1024 resolution, and it is centred in the browser. Nothing wrong there, works and looks good.
But now when users with 1024x768 (or lower) resolution visit the site they’ll not see the whole thing, and are missing out on some of the menus. The browser scrollbars doesn’t show up when the dimension is 100%x100%, so the users with 1024x768 (or lower) can’t navigate throughout the site.
When using match movie for dimension the flash movie doesn’t centre in the web browser but the scrollbar does appear.
The simplest way is to make the browser scrollbars appear…And if someone can tell me how to do that and still get the movie centred in the browser, I’ll probably go with that…even though it doesn’t look that good =P
…But I was wondering if there’s some way to “shrink” the flash movie if the user has a lower screen resolution? I.e. if user screen resolution 1024x768 = flash movie 75% of original.
Though that will probably look horrible… =P
I’m using Firefox by the way.
/Marcus
IE Showing Scrollbar On Browser?
Hello world:
How can I disable the scrollbar from internet explorer?
I have a page and works ok in Firefox, but when I open the page on IE I see a gray scrollbar (inactive); Why?
Thanks
Pepe
Browser Scrollbar Scripting?
I've done a bit of research and still not to sure how exactly to do this...
If you have a fullscreen flash site, by default your browser scrollbar is disabled. So if someone's screen is smaller than the site, they can't scroll to see whats off the page. How do you enable the browser scrollbar with a fullscreen flash site?
Edited: 02/15/2008 at 04:26:52 AM by GAMBRKER
Fullscreen Browser Scrollbar
Fullscreen browser scrollbar, is that the name for them? basically a scrollbar on the right hand side of the browser window that moves the content up and down if its longer than a full page
Can someone please direct me to a link or tutorial about how to build one? Ive seen them used but have not seen any documentation about how they are produced
Thanks
d2
Can I Limit The Browser Scrollbar?
Last edited by myles724 : 2007-06-29 at 02:17.
I have a movie that is 2000px in height and some objects are duplicating vertically adding up by 100px. Say I have 5 objects so there is only 500px of content, is there anyway to use javascript from flash to limit the scrollbar to 500px instead of the full 2000?
Heres an example. Change the width and watch the column narrow and the scroll bar expand http://www.defunker.com/
Using AS To Move Browser Scrollbar
In html documents, you can redirect the browser's scrollbar to relocate the page to different places within the same page using named anchors.
In Flash, is there a way to make the browser window scroll to the top of the page after a link is clicked?
My site uses dynamically loaded .swf's into a container, so there are no html refreshes.
Thank you
~ JRocket
Browser Type Scrollbar With Buttons
Hello.
Thanks for viewing my post.
Was wondering if anyone knows of any movies and/or tutorials that may help in adding a functioning scrollbar with buttons (like those commonly found in browsers) that can be easily implemented within/or added to an existing list of movie clip buttons.
Any help at all would be greatly appreciated.
Thanks in advance for any response.
Changing Color Of Browser Scrollbar
Hi
I know this is more an html/javascript question but I am stuck.
I want to change the color of the scrollbars in Internet Browser to match my website's color theme. I have tried scripts but nothing has changed.
The last script I got was this:
<style type="text/css">
body {
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #ffffee;
scrollbar-darkshadow-color: #ffffee;
scrollbar-face-color: #ffffee;
scrollbar-highlight-color: #ffffee;
scrollbar-shadow-color: #000000;
}
</style>
Where do I paste it(in the <head> of the index page)?
Also I want the colors to be green and have tried changing the hexidecmal codes to #336633 etc. Will the numbers work or does it have to be the letters.
Any help would be greatly appreciated.
Thanks
Taz
Moving Browser Scrollbar From Within Flash
Guys,
I'm using the following code to move the browser scrollbar to the top of the page on the release event for a normal button.
on (release) {
getURL("javascript:window.scroll(0,0)");
}
Although it compiles fine, it doesnt do anything. Does anybody know whats up???
5leander5
Space Bar Controls Browser Scrollbar Instead...
Hi all,
There's a slight problem with the opening frame of my movie. It prompts the user to press space bar to continue to the movie's next frame. There's a button to which I've attached the ActionScript:
on (keyPress "<Space>") {gotoAndPlay("menu");
The script works fine. The problem is that many browsers scroll when the spacebar is hit. So, when the user is prompted to hit spacebar in the movie, they end up scrolling the browser window rather than controlling my movie. In order to get it to work, the user has to first click on the movie so the browser knows where to direct the keystroke.
Is there any way to remedy this?!
Thanks for everyone's help in advance!
Keith
Browser Scrollbar Hates Flash
Ok, so check this out. Open this link in a 1024X768 or smaller browser. The side menu buttons work normally(and when scrolled all the way to the bottom), but when you scroll with the browser scrollbar, the hit states seem to stay "stuck" to the bottom.
http://joekromer.com/rob/
If opened on a larger resolution and the browser does not need to scroll, the buttons work fine.
If it matters, I am placing all my clips with attachMovie and entering their x and y values.
Thanks,
Stinoga
Preventing Horizontal Scrollbar In Browser
I am trying to come up with a cross-browser way of prevent horizontal scrollbars. I know you can use javascript to open up a new window without scrollbars, but I've seen another method of doing it which I'd prefer. If you go to http://www.uncommonthinking.com you'll see they have a splash page which you click to open their main site. When you get into their main site, no matter what the width of the browser window is (or what browser you're using), no horizontal scrollbar ever appears. This is the method I'd like to use, but I have no idea how this site is accomplishing it.
They do have a small javascript code in the main section of their site. However, I'm fairly sure that this code isn't affecting the scrollbars. So, my question is, can this be accomplished in flash? Is there actionscript to prevent the horizontal scrollbar from appearing in a browser window?
URGENT - Browser Scrollbar Problem
Hi every one!
I have a flash site that is 660px wide but the height changes and can be to about 1800px.
I want the browsers scrollbar to change depending on how much content is showing.
I found this one http://hossgifford.com/downloads.htm, which seems to be very popular
But I have problems with it. When I change the size it seems to reposition the whole
SWFs Y coordinate. sometimes its so high up its outside the screen, and sometimes its
100 or 200 pixels further down. I want it to snap to the top of the page. There is no documentation
so Im not sure what Im doing wrong. Please give me a clue/ I will buy you a beer next time you are in
London. I got to solve it (among other things) before the night is over.
/P
Swf Size, Html And Browser Scrollbar.
Hey All.
I've recently uploaded a new version of a site, which you can find here:
http://www.flashback-live.dk
(Click on "kom indenfor" to enter)
I've had some complaints about the swf being too big for the screen, thereby not allowing navigation of the site etc. I thought i played it safe by only making it 1000x600 pixels.
But apparently some people are still running low resolutions and have too many toolbars and stuff showing while browsing.
I didn't want to venture into full screen flash for this one, as it was a hasty job. it just had to work and get on the net in a hurry.
But my question is - I want to go with 'noScale' - because every other setting will scale the content, which looks awful.
Is there any way to put some code in the published html, that will bring out the browser's scrollbars when the window is too small for the swf??
Thanks in advance..
Stig.
Ps. Please bare with me on the design. It's not the most innovative and still needs a lot of tweaking.
Publish Setting And Browser Scrollbar
HelloI am trying to develop a dynamic website. In that the stage is set to these dimension 1024 * 768. What I want is when some contents whose height is greater than 768 are loaded in the stage resizes to that and the browser srcollbar appears to scroll down that page.Can anyone help me with this?Thanks
Publish Settings And Browser Scrollbar.
Hello
I am trying to develop a dynamic website. In that the stage is set to these dimension 1024 * 768. What I want is when some contents whose height is greater than 768 are loaded in the stage resizes to that and the browser srcollbar appears to scroll down that page.Can anyone help me with this?Thanks
Browser Without Scrollbar, Certain Size, No Tool Bar Or Adress Bar?
Hi
I have made four animations which are 800 X 500.
Because two of them use a lot of screenshots which are jpegs I want the to load in a browser and that is exactly that size, the movies to stay non scalable.
I have managed to figure out how to get the animations to not be scalable but have not figured out how to make the browser un scalable and fit around the movie exactly.
I dont want any address bar or scroll bar or any of the tool bars only the title bar and thats it.
http://autodemo.com/web_demos/samples has a few movies that are similar to what i want and am doing.
Also i need the thing to detect and make sure the user has latest flash player.
Can anyone Please help?
Flash Losing Focus When Using Browser Scrollbar?
I've made a simple nav bar with Flash CS3. It's at the top of a simple php page. In Firefox if you load the page and click a link from the flash nav bar right away it is fine. If you use the browser scrollbar or scroll with your mouse wheel first flash loses focus and you have to click on it to get it to work again.
Is there anything I can do to change this? It doesn't happen in IE.
Thanks,
Susan
Scrollbar And TextEvent.LINK Crashes My Browser
This must be a bug of some sort but if anyone has a workaround I'd love to hear it.
I have a dynamic textbox which I populate with html content and set it as the scrollTarget of a UIScrollBar. If the html extends below the viewable height of the textbox, any 'event:' links crash my browser... for example if my htmlText looks like this;
HTML Code:
<p>Hello here is some text.</p>
<a href='link1.html'>Link to page 1</a><br />
<a href='event:hello'>Dispatch a first event</a><br />
<a href='link2.html'>Link to page 2</a><br />
<a href='link3.html'>Link to page 3</a><br />
<a href='event:hello'>Dispatch a second event</a><br />
<a href='link4.html'>Link to page 4</a><br />
If the first 5 lines of text are visible, then the links to page 1,2 and 3 work correctly. My first 'event:hello' link will also work as expected... but if I scroll down, the second 'event:hello' link crashes the flash plugin and my browser exits with a "can't read memory" error. This is definately an 'event:' problem as the link to page 4 works.
This is really getting me down
Flash Movie Height & Browser Scrollbar
I have an image gallery with a bunch of thumbnails displayed on the page in a grid-like layout. Currently, the swf sits in a HTML page set at 100% width and height. There's a resize listener that adjusts the layout so that the thumbnails all fit on the page at once. So, as the browser window gets narrower, the columns decrease and rows increase as the thumbnails get pushed down the page.
The problem is, once the thumbnails get pushed far down far enough to go past the bottom of the browser, the overflow is hidden and the thumbs "below the fold" are not accessible.
Is there a way to pass the dynamic height of the SWF, so that the browser detects whether or not it should display the side scroll bar?
What Is The Biggest Pixel Size You Can Have W/o The Browser Scrollbar?
I was wondering how big (in pixels) your background for your website can be before the browser scroll bar starts showing up. Also, what's the width for the background to stretch all the way across the browser so there is no html?
Like these guys, see how it goes all the way across and everywhere you right click it's flash - no html?
see here:
http://blur.com/indexs.html
What Is The Biggest Pixel Size You Can Have W/o The Browser Scrollbar?
I was wondering how big (in pixels) your background for your website can be before the browser scroll bar starts showing up. Also, what's the width for the background to stretch all the way across the browser so there is no html?
Like these guys, see how it goes all the way across and everywhere you right click it's flash - no html?
see here:
http://blur.com/indexs.html
Getting Rid Of The Top Of The Browser Window When Launching A New Window.
hi there,
I have been having trouble getting a flash site to launch a new broswer window for a html document. It worked fine when opening a new flash window but not html.
Anyway someone on here kindly helped me and sent me this code:
getURL("javascript:NewWindow=window.open('http://www.design8ed.com/digitalspirit/pages/designcs.html','newWin','width=459,height=171,left =0,top=0,toolbar=No,location=No,scrollbars=No,stat us=No,resizable=No,fullscreen=No'); NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt(screen_width/2)-(459/2); top_point = parseInt(screen_height/2)-(171/2); setTimeout('NewWindow.moveTo(left_point,top_point) ',100); void(0);");
Which made it work the only thing is it pop up including the browser menu at the top - does anyone know how i can get rid of this?
Also within the html doc - http://www.design8ed.com/digitalspir.../designcs.html i have a close button which when reviewed works but when published it doesn't close the browser window - is there something i'm missing - why isn't it working?
Your help would be greatly appreciated!!!
Help, Please... On A Scrollbar Window.
Hello...
I would like to know how can i do a window in flash with a scrollbar. But that's not all, also need to know how i combine the text with the respective part of the scroll so i can push the text up or down. The objective is to insert a flash content in a html web page in this case when i press a hyperlink it will show my flash window with the information. I already have the skin(window and the two scrollbar buttons).
So could you give me a hand?! Please.
human_Placebo
Browser Scrollbar Scrolls Content Inside A Flash Doc?
Hi there,
I have just been using a site whereby the actual browser scrollbar was controlled by the flash window (it wasnt a fake scroll bar, it was the actual browser bar)
Anyway, there was a list of flash table data inside a flash doc, that when the scrollbar was dragged, this content was scrolled and the frame work of the site remained in place (like a frameset)
I had a look a the code and found this...... does it inspire anyone as to how they have done this?
//var container=document.getElementById('CONTAINER');
var flashDIV=document.getElementById('ONE');
var SWF=document.getElementById('RWONE');
var scroller=document.getElementById('SCROLLER');
var flashHeight=document.getElementById('FHEIGHT');
var username="steve";
function getUser(){return username;}
scroller.onscroll = scrolled;
// ]]>
Thanks to any help in advance!
Flash Dynamic Scrollbar Determined By Browser Width
Hi everybody,
I've been asked to recreate a scrolling panel in flash, very similar to the one on:
www.un.titled.co.uk
My client likes the way that whichever window width you choose, the panel re-adjusts itself. Can you see how the scrolling mechanism is somehow relative to the window width?
I guess it's done in actionscript but I can't figure out where to start. Does anybody have any way of doing this?
Many thanks,
Tom
Main Window Scrollbar
I got some code here from Iaskway thats gets rid of borders.
It worked great except that it got rid of the scroller on the main window.
Below is whats in my html page
About a third of the way down, I tried to set scroller to "yes". It brought the scroll bar back, but you still cant scroll to see the bottom part of the movie if on 800x600.
Any help would be greatly appreciated, as Im a html and java retard.
Josh
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>tnike</TITLE>
</HEAD>
<BODY bgcolor="#000066" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" scroll= "no">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="100%" HEIGHT="100%" id="tnike" ALIGN="top">
<PARAM NAME=movie VALUE="tnike.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noscale> <PARAM NAME=salign VALUE=T> <PARAM NAME=bgcolor VALUE=#000066>
<EMBED src="tnike.swf" menu=false quality=high scale=noscale salign=T bgcolor=#000066 WIDTH="100%" HEIGHT="100%" NAME="tnike" ALIGN="top"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
</BODY>
</HTML>
Scrollbar Style On A Window
hi... maybe you could help me..
i have seen some pages and on those pages have diferent styles like colors on the scrollbar(not a scrollbar on the flash file i mean on the window--).. see www.soulfly.com .. maybe could be more clear if you see it
thanx anyway
How Can I Do A Scrollbar Window On Flashmx
I would like to know how can i do a scrollbar window in flash to put in a html file?
i already have the window and it's graphic, the scroll buttons up an down, and the text... but i don't know how to connect the text to the buttons, and when i press the up the text goes up and the same with the down button.
Can anyone help me?
Using A Scrollbar For A Dynamic Text Field And Having The Movie Load In The Browser T
Hi all,
I'm a newbie and have 2 questions.
1. How do I use an actial scrollbar (not scrolling text buttons) in a dynamic text field area? I know it's in the "UI components" under scrollpane in the action panel, but can't figure out how to use it!AND......
2.How do I publish my movie to fit each and every browser so you don't have scroll bars vertical and horizontaly? I've tried publsihing all 3 ways and pixels seems to be the best, but still there are those scrollbars! By the way the move is sized 800x600.
Thanks to who ever can help!
Fadaka
|