ActionScript 2.0 :: Fullscreen Flash Scrollbar?
Jan 12, 2006Does anybody know how to make this scrollbar? [URL]
View 2 RepliesDoes anybody know how to make this scrollbar? [URL]
View 2 RepliesWhat I am trying to accomplish is creating a main movie where I can load content into it, but if the content being loaded is longer than the viewer's screen, it will scroll.
I managed to get the actual scroller working but the template file I made to load movies into isn't working quite right. I am attaching a zip file for everyone to look at.
[URL]
I've followed the "SimpleCustom Scrollbar" tutorial and it works great. Is there anyway to customize the AS so it'll snap to the right side of a fullscreen flash movie and function? I'm working on a fullscreen flash movie and I want the users to be able to resize the window and still be able to see the movie - just like a stock OS scrollbar.
View 2 RepliesThe problem is that when the site is being watched on, say a 10 inch notebook where the height of the screen is only 600px, the site is simply too big and it won't show all the content on the site.I was hoping there was a way to, either via actionscript or javascript(which I know next to nothing about), would be a way to tell the browser to use a normal HTML scrollbar when the stage size becomes too small ...If I haven't explained my question good enough or I need to post my actionscript code, I can do so when I get home.
View 10 RepliesI'm trying to do a vertical scrolling full screen flash website and for the life of me I can't find a scrollbar tutorial anywhere to make the site scroll in AS3 (when I'm talking about scrolling, I mean getting rid of the native window scrollbar and having flash control it's own custom scrollbar to go up and down through out the site).
View 3 RepliesI need a fullscreen scroll bar on my fullscreen flash site , i need it to function similar to this URL...
View 1 RepliesI have a swf inside a html page. If I open it with IE or FF and put it into full screen I can exit full screen with the ESC button.Now if i try this with my WinForms app and WebBrowser (or ShockWave Flash Object) it's not working??
View 3 Replieshow I would convert this vertical scrollbar into a horizontal scrollbar
heres the code:
onClipEvent (load) {
diff_y = bound_box._height-scroller._height;
bounds = bound_box.getBounds(this);
top = bounds.yMin+(scroller._height/2);
bottom = bounds.yMax-(scroller._height/2);
[code]....
I like to make a fullscreen desktop application, with an FLV, using the FLV Playback component. However, I�d like there to be a Fullscreen button on the playback component, which will allow the user to toggle the video fullscreen.I cant, for the life of me, figure out how to do this with various settings�it should be easy! This is what I have--is there a better way to do things (without a custom movie player)? My inital settings are as follows:
Code:
stage.displayState = StageDisplayState.FULL_SCREEN;
theMovie.fullScreenTakeOver = false;
Then I have a function which should work--but my button won't appear in fullscreen--Can I apply this function to the built-in fullscreen button?:
Code:
function handleClick(event:MouseEvent):void
{
if ( !theMovie.fullScreenTakeOver )[code]....
What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http:[url]....
External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.
If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct.
I'm hoping someone can help me with an issue I'm having.
I currently have an AIR Application that runs fullscreen.
At some point in the application, I am trying to get a video to play fullscreen as well.
[Code]...
I'm making a flash site, and i want it to load full browser with a "fullscreen"-button to go fullscreen. The problem, however, if i resize, the site will keep the same width-to-height ratio...But if i'm testing it using the flash debugger, everything resizes just correct...My html:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code]......
i have my photo gallery and if you push a button photo has to open in new window with fullscreen.
for fullscreen i use Stage.displayState = "fullScreen";
give me a few simple steps to create a drag/scrollbar like this one?:
[URL]
My client would like his pages without the right scroll bar. I realize it is a bit crazy on his part, but this is what he wants. How can I publish Flash ani so that there is no vertical scrollbar on the right side? Here is the example that he is using..[URL]..
View 4 RepliesAlright so I'm a flash idiot, got a premade template that's flash with XML for the page's text / titles.. now that's fine and all, and I can write lots of text.. but the downside is.. there's no scrollbar.. so if you write too much, you can use the middle mouse button and scroll down to read the rest.. but I'm wanting to add a scrollbar to be more user friendly and visually 'appearling'.. now I'm wondering since I'm a flash idiot how I can add a scrollbar to certain pages (or every page?) when needed.. can anyone tell me how to start.. whether it would be strictly in the XML (easier I guess because it's just adding in code..?) or does it have to be done in Flash? (harder.. since I have no idea wtf to do)..
View 5 RepliesI'm trying to develop a flash website with a scrollbar. how I make a scrollbar. [URL]I wan't to scroll the pictures.
View 4 RepliesAre you able to customize the UIScrollbar component in Flash CS4?
View 2 RepliesI am trying to build a AS3 only project and I ran into a problem that when I turn some MC's visible on...they are out of my browser window and there is no scrollBar for browser to scroll down...
View 1 RepliesI'm using the List and UIScrollBar components. I've got a list with a scrollbar placed far from it. I want to disable the built-in scrollbar in the list and scroll it with a different scrollbar. How is this possible?
View 1 RepliesI have several scenes in a Flash app; for some of them the Movie height is right while for others the content is very long so i would need to have scrollbars to let the user scroll down.Which is the correct way to handle it in this old version of Flash?
View 1 RepliesHow do I get vertical scrollbar to appear in html?
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
[code]......
I am designing my first simple website with Adobe Flash, and I have run into a problem. When I do publish preview, I notice that no scrollbar appears in the browser; therefore, only part of my content is shown. How can I create a scrollbar in Flash so that when someone views my webpage they will be able to scroll down and view all of the content on the page?
View 5 RepliesI found this when looking around for something usefulbut I can't make it work. Is there anyone out there that has been using this or something similar? Do you know any tutorials or maybe example fla files that I could use? I'm kind of a beginner so I would need things explained a bit more.
View 12 RepliesI am attempting to add a scrollbar to A) Text fields in an AS1.0 Flash CS5 file, and B) to a movie clip in the same file. Everywhere I look for the answer they say to use the UIScrollbar component, however in my version it is not listed under the components section of the file. However I did check and it was listed under "new" AS2.0 and AS3.0 files that I opened up just to check. Is it possible to add scrollbars to text fields and movie clips in AS1.0 Flash CS5?
View 7 RepliesHow do you reset the scrollbar in Flash? (I'm using the component, not a cusom scrollbar.)
If you go here, scroll ALL the way to the bottom and then click on "Donations" - you'll see the scrollbar stays in place.
How do I get it to refresh each time new text is loaded? I've tried refreshPane() and a few other things, but nothing works.
I'm developing a website in flash which have the option to be displayed in fullscreen, but the website has a video player inside which has the same functinoality. When I change the web to fullscreen mode the video is displayed instead of the main web. I have figured out that the instruction is also the same, so how can I decide which component should be displayed in fullscreen ? The video or the main web depending on the situation
View 1 RepliesI want to make my flash website full screen so there is no white background.[URL]
View 1 Repliesnote;ok considerinh flash swfs in flashplayer app all works fine so i think the problem is not inside swf but HTML when i run my index.html for the 1st time in browser(all of them i tried) it opens in normal mode. i hit toggle button and it switches me into a fullscreen mode. great success...well it aint)
sheme:
normal ----(1click) -- fullscrenn---(1click)--Normal
now when i go back from fullscr in to normal mode for the 2nd time, and want to hit toggle button to get again for the 2nd time to fullscren, i click the button and all that happends is my hand pointer turns to arrow pointer. And then i have to rollover and click button again to get to full scren mode..
sheme:
normal ----(1click) -- fullscrenn---(1click)--Normal ---(2clicks)--Fullscreen---(1click)--Normal
NOTE;from fullscreen to normal it always works ok(browser or flash palyer)but from 2nd normal to 2nd fullscreen i gotta click twice...something like once to activate a button again and then to click it for the action to execute..i dont know if i run this only in flash player localy toggle works perfect, and that is why i think the problem is in html parameters and not in swf...
I want to activate Flash Fullscreen mode when flash movie loads in the browser. Without activating it through button clicks. I tried for this using this type of code:
function goFullScreen()
{
Stage["displayState"] = "fullScreen";
}
goFullScreen();
But it is not working this way, it is working when I put this type of code:
function goFullScreen()
{
Stage["displayState"] = "fullScreen";
[Code]....