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




AS 2 How To Make My Flash Website Appear Fullscreen



Hi I've got a problem,I'm using Flash MX 2004 and I've tried Kirupa's full screen tutorial (http://www.kirupa.com/developer/mx2004/fullscreen.htm)and it won't work for me it shows full screen in width but not height it only shows a portion of the movie in height and it is positioned right at the top of the screen. The example from the tutorial does the same thing. I've attached a screen capture of what the tutorial example looks like when published. I'm not sure if it's because it's an old tutorial and browsers don't recognize the script or what. If anyone has any advice on this tutorial or perhaps another tutorial that does work that would be great. I'm finding it really hard to find a tutorial for full screen for Flash MX 2004.Thanks a lot in advance if anyone can take a look at this.



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 06-02-2008, 12:15 PM


View Complete Forum Thread with Replies

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

Fullscreen Flash Website
Hey flashers,

I have a website that I created in flashMX and it has been built to 800x600. It is inside an html table that has been set to 100%x100%. I would like to have the flash movie expand to the enire screen size. How do I do this?

Thanks

--DK

[F8] A Preloader For A Fullscreen Flash Website ?
Hi , ive made a single frame fullscreen flash application but even though ive optimized the graphics it comes out at 202k and SWF Encrypt bumps that up to 280k . So im trying to make a simple preloader which changes the number of lights in the bar below maby through attach movie im not sure .

The second problem is that its a fullscrean flash app the controls are placed at the outer edges of the app so im not sure exactly what to do if i use a movieclip loader ill have to set the size to a number i dont know i cant loose the resolution indepence

ignore the loadvars thats for a script it uses _root.loadmovie . Anyway id relay appricate some help with this .

here is what i have sofar

A Preloader For A Fullscreen Flash Website ?
Hi , ive made a single frame fullscreen flash application but even though ive optimized the graphics it comes out at 202k and SWF Encrypt bumps that up to 280k . So im trying to make a simple preloader which changes the number of lights in the bar below maby through attach movie im not sure .

The second problem is that its a fullscrean flash app the controls are placed at the outer edges of the app so im not sure exactly what to do if i use a movieclip loader ill have to set the size to a number i dont know i cant loose the resolution indepence

ignore the loadvars thats for a script it uses _root.loadmovie . Anyway id relay appricate some help with this .

here is what i have sofar

Problem With Fullscreen Within An Existing Flash Website
Hello everyone
I have a flash website with a load of FLV's in it. Everything works absolutely great except i really want to have the full screen function down properly so all you do is click and up it comes. Now at the moment I have to open a new browser with an AS3 player in (easiest at the time) and then you click full screen. this is all fine except i need this to work for big business etc and there really picky and don't understand (most of the time) that this stuff is very difficult when your not an expert at it.

What i need to know is how to get this website

http://www.grape-productions.com/test.html

to get the FLV to play 550 x310 in its normal state then when i click full screen it just comes up because at the moment it goes all out of proportion and i have scaled the video and the player to the correct size as far as im aware. in fact when its not in a flash website it works fine. I have tried this in AS3 but its out of my league and iv faffed with it for so long it has all turned into one big mess.

Please could someone tell me how to get it to work properly, where i need to put the code etc. I kinda new with flash so the more detailed the better, if possible. If you need the .as files il happily send them over or paste sections of code in for you.

Cheers
Ben

Minimize Button In Flash Fullscreen Website
Hi

I want to add close and minimize button in my fullscreen flash website. I make two button 1. Exit 2. Minimize and then I give action to close button :

on (release) {

getURL ("javascript:self.close()");

fscommand ("quit");

}

and It works but I don't know what to do with minimize button.

Pl. advice.

Minimize Button In Flash Fullscreen Website
Hi

I want to add close and minimize button in my fullscreen flash website. I make two button 1. Exit 2. Minimize and then I give action to close button :

on (release) {

getURL ("javascript:self.close()");

fscommand ("quit");

}

and It works but I don't know what to do with minimize button.

Pl. advice.

Fullscreen Flash Website With No Warping Or Stretching
Pls how do i make my site designed in flash appear in fullscreen at all times irrespective of screen resolution. I tried a couple of methods i found on the internet but the problem is that there is always a small blank space either at the right or at the top of the movie no matter what i do. I implemented the code below on the background movie clip of my site which has the instance name of bgGradient_mc and made the corresponding changes on my html code. Can anyone help me out here with an alternative method or point out where i'm making a mistake.

the code:


Stage.scaleMode = "noScale";

setProperty(bgGradient_mc, _width, Stage.width);
setProperty(bgGradient_mc, _height, Stage.height);

var resizeListener:Object = new Object();
Stage.addListener(resizeListener);

resizeListener.onResize = function () {
setProperty(bgGradient_mc, _width, Stage.width);
setProperty(bgGradient_mc, _height, Stage.height);
}

How To Make Flash Use Fullscreen?
Can anyone tell me how to make a flash movie go fullscreen in a browser window?

How Do You Make Flash EXE Go FULLSCREEN?
How do you make Flash EXE go fullscreen at its launch?
Is it a simple code at the start of the timeline?

How To Make A Flash Fullscreen
Hi,
Does anyone know how to make a Flash Fullscreen page by clicking the Flash button?

Cheers.

How Can Make My Flash Movie FullScreen
Hello everyone,

I have a flv file that I am playing in flash. "A Flash Movie". I was wondering if it is possible to make the movie fullscreen by double-clicking on the movie or clicking on a button.

The similar option is available in youtube or other commercial site that use flash movie.

Thank you and have a great day.

Khoramdin

How Can I Make My Flash Application Fullscreen
How can i make my flash application fullscreen

How To Make You Flash Site Fullscreen
Hi, my site resolution is 900x700 and i wanted to know how i would go about makeing it full screen so you can view it at lower resoluitons without haveing to resize everything. To view the site go to http://www.beautifultorture.com[/url]

How To Make A Fullscreen Flash Site When The Movie Loads?
Hi everybody!

I would love to make a fullscreen flash site, kind of like this examle shows, but instead of clicking a button, I wanted it to load fullscreen. I tried all the options I could think of, but nothing works. Even when I copy the example it doesn't work.

Is there any simple way to make it work in actionscript?

Fullscreen Website?
i have been to places and seen websites with no bar on the right side...

so the flash goes to the edge of the screen...

i have tried all the publish setting in flash....

any suggestions??

[F8] Fullscreen Website Problem
I'm making a full screen website, all in Flash, and am having a problem.

I'm using the code,


PHP Code:



Stage.align = "TL";
Stage.scaleMode = "noScale";
sizeListener = new Object();
sizeListener.onResize = function() {
centered._x = Stage.width/2
centered._y = Stage.height/2
centered._width = Stage.width * .5
};
Stage.addListener(sizeListener);


stop();




To make it go full screen, and all that works fine. The problem I'm having is what I'm doing inside my flash seems to be overriding the full screen mode. here is the code that I think is overriding the full screen mode:


PHP Code:



import com.McPan;


var clip:MovieClip = img; // the clip you want to move
var easing:Number = .9;
var sliderXpos:Number = 0;
var sliderYpos:Number = 0;
var aperatureWidth:Number = 1000;
var aperatureHeight:Number = 500;
var imgXpos:Number = ((clip._width - aperatureWidth)/2); //want the image to start centered
var imgYpos:Number = ((clip._height - aperatureHeight)/2); //want the image to start centered

//new McPan(yourMovieClip, easing(0-.99), clipX, clipY, aperature_width, aperature_height, initial_x_Offset, initial_y_Offset, cachImageOrNot);
var nMC:McPan = new McPan(clip, easing, sliderXpos, sliderYpos, aperatureWidth, aperatureHeight, imgXpos, imgYpos, true);




The screen size I'm getting is 1000x500 when I open the fla, becuase of the variables aperatureWidth and aperatureHeight. Does anyone know if that can be overridden? I've tried publishing it with the scale at 'no scale' and 'no border' and nothing seems to work.

If youre still reading, thanks in advance for any help!

How To Make A Whole Website Using FLASH?
Hi guys , this should be a simple one for u!!
what i am doing now is makeing multiple swfs one swf for each page of my site, what i would like to do is make these seperate swfs transition seamlessly. For example this is what happens on my site now, when i am on my main page and when i click a button the screen goes blank and loads the next swf and than plays it. I would like it if when i click a button on my main page it would transition to the next page with some movement rather than with blank screen and just loading the next SWF .. its a bit tuff for me to describe but i hope you guys know what i mean .....

Thanx in advance

How Do You Make A Flash Website?
i want to make a flash website but i have no idea how to make one, and i can't find anything on the web...

i am currently using SWiSH to make flash animations...

if send me a helpful site, that would be much appreciated...

thanks

How Do U Make A Whole Website In Flash
how can i get started what are the best tutorials to make an whole website in flash i am talking about strating from an proloaded to an opening scene when my menus pop up i have animated buttons and a movie that has more than one thing going in say ofr instsnce i make a move but i want an animation or one of my animations to look in my movie with the rest of the first clip or main clip plays well if some one knows a better rayoflight tutorial or where i can learn how to do the effect better than the one thats in this site please let me know i have aim screen name kingofbreakers4

How-to Make A Flash Website?
I was wondering if you guys might now some good sources on the net hat would help me with makin a good Flash website. I have animation down but have no clue how to start a flash website. Thanx

How Do You Make A Flash Website?
how do you make a flash website? do you just like make all the menus in flash, put buttons down so that when you click on them in swf. it takes you to the pages they were programmed for? and what if you want your site to have flash movies you made, how do you upload those? and what are some good server sites?

How Exactly Do U Make A Website In Flash
hi . I need to make a website for my art and comics, currently im using freewebs, but it sux. i wanted to know how to make a site in flash. Do you just make it using a series of buttons, or do u need to know actionscript and HTML?

Im sure this topic has been done to death, but I really need to know.

How Should I Make My Flash Website?
Hi,

I am sort of new to flash development and was wondering if you guys could give me some advice on how I should go about creating a new flash website. I've been thinking about a few options i could use when designing a new website and was wondering which of these approaches or which approaches you guys suggest me to use. I want to create a flash website but I am not sure if I want to make the entire page flash or have some html elements still in there. I want to be able to edit the content without having to go through flash like for quick and easy updates or to allow people to update that dont know how to use flash.

my ideas were as follows forgive me if they suck.

1) I could use frames to seperate the flash menus and such and have my content in a seperate frame. Upside could make sepereate html pages for info, downside frames suck.

2) same idea as above but use iframes a little better but still kinda sucks

3) just use a simple table and have the menu's and such apart of the table and go to a new html page for different info. upside flash movies dont need to reload, downsound I dunno if its a good idea

4) Just make everything in flash and dont let anyone edit it easy

5) Is there a way to have flash acess an outside file for information to load up like the contents of a certain window? I think its possible just not sure exactly how, is this the best way?

Also if i make this entire page flash how am I going to make it searchable like through google and stuff?

Any opionions and advice apreciated,

Thanks in advance

Anyone Here Know How To Use Flash To Make A Website?
Hey there peoples,

Im a independent solo artist and in need of someone to make me a website using flash.

I would like something along the lines of this website: http://www.martyworrall.net.au

If you know you can make something like this, please contact me on: gs88@froggy.com.au

Thank-you very much,

Glenn

How To Make My Whole Website In Flash?
Hello,

I would like to make my whole website in flash I am not sure how big to make it and how to do this, does anyone know? also does anyone have any good tutorials on Dreamweaver?

Thanks!!!

Make A Website With Flash ?
i don;t know which tutorial i should read are there any though ?
I want to know how to freeze the flash untill a person like click a link... thanks

How Do You Make A FLASH Website?
The kind where a flash preloader loads the whole site.

Trying To Make A Flash Website
I'm trying to make a flash website.. but I'm totally new to Flash MX so I'm not sure how exactly does this work..

I'm making the index page right now... I sort of have the layout set in photoshop.. but is it better if I made the layout in flash mx instead? since i've heard it's vector based and stuff...

Also say I have the main flash I want to start creating my website on.. and I have a border that I want it to crawl out.. .would I do the animation right on scene 1? or change it to symbol and work it from there? @.@ Sorry if this sounds confusing and all...

http://daydreamer.starry-sky.com/myportfolio.rar

that's the file i'm trying to work on, and i wanted the image to animate out. Also, how would I start adding navigation and empty movie clip so i can put external swf clip in? o_O or can i make the button link to txt files to show the contents? I've also made a preloader, but how can I put it into the actual website? Thanks~

How Do You Make A FLASH Website?
The kind where a flash preloader loads the whole site.

How Can You Exactly Make A Flash Website? **Please Help ASAP**
Hi, i am a complete newbie as you may see... I am new to the worlds technology today language-wise... I have just finished learning a lot of HTML and in fact i made a webpage too, but its kind of boring and outdated now and i want to learn about Flash and how to make a Flash website.

First of all, How can you exactly make a Flash Website???
I understand you need a program called Macromedia Flash 5, which i have, but do you need any additional programs??
Also, some people are telling me that the program Flash 5 is only used to make MOVIES, not WEBSITES..

Lastly, i would like to know if there are any online tutorials on how to make a FLash website..

If anyone could help me on all these questions, that would be excellent.. Thank you a lot!!!

My iCQ is : 69762121
Email is: stealthassasin_007@Yahoo.com

Help How To Make Website Linking With Flash
I had put my flash on a website.. but i want the flash to link to many pages... How can i do that?? my flash consists few buttons, each button is to link to 1 new page. Can give me advise or coding.. pls..i need it urgently..thanks alot..

Want To Take HTML Website And Make It In FLASH
The website for our business is made with mostly PHP and HTML. I want to make it over in flash. I know nothing about flash and want to learn how to make websites in flash. Is there a specific name for this process of making sites in flash?

If anyone could point me to specific tutorials or a great book to get I would really appreciate it. I plan to be using flash 5.

How Do I Make An All Flash Website? Should I Use S Different Program?
I wanted to know how to make an all-flash web site becuase they always look professional. I don't know if I should use flash or if I should use something else.

How Can I Make Flash Menu Like This Website ?
How can I make flash menu like this website ?
www.egv.com]

Whom send the example file as *.fla to me ? Thank you every much.
pichk@hotmail.com

What Resolution Do You Make A Flash Website?
Hi there
i am making a flash website and i want it to be as big as possible without being off screen etc

What resolution should i make it?

How To Make Links In Flash Website?
Hey guys Im new in Flash, I know HTML i CSS perfectly and now i wont to learn flash..

I have problem with creating links i flash, i have 4 layers in my flash document, one of them is contetn where contetn is and i have layer called links where links are.

So now what should I write in ActionScript layer if I want that when user clicks on a button wicth is link he goes to another frame where content fo this link is?

And are there any good tutorials for creating web sites with Flash and ActionScript 3.0? There is many tutorials bu with AS 2.0

Thanks

Guide How To Make A Flash Website?
how do i make a flash website i really need it cuz i have an incoming project that is due next week maybe just maybe could someone help me or make a guide for me that i could follow?

thanks

How To Make Full Flash Website?
Please help me, I still dont understand what Kirupa.com teach right here. Do you have other tutorial because i still dont get it..I want to learn how to make a full flash website with step by step instruction.

How To Make A Button Link To A Website In Flash?
Hey

How do i make a button link to a website in flash?

Im So Frustrated, How Do I Make A Flash Based Website?
hey, im new to flash, i dont know where to start, and i really wish to make a flash based site-- a simple one, but a graphically artsy one, as well. i dont know how to make links and such in it, or scrolling text boxes, or drop down menus. can someone help me? none of the tutorials on this site help at all. ugh, thank you.

How Do You Make A Downloadable Movie On A Flash Website?
Hello, could someone please assist? I'm making a flash web site that I will publish as a .HTML file. How do I make a link on the site that any given user will be able to "Right Click" and download the movie? Please assist. Thanks.

How Do You Make A Flash Website With Different-sized Pages?
/flash pages are being cut off

hi

I registered simply to ask about this. Hope that isn't somehow rude.

I'm making a website in flash, and have the homepage saved as a swf file and embedded into a html file (via dreamweaver), and it's width is 1200px, and it's height is 865px. BUT, then another flash page in the site requires to be really long, going down the page quite a bit. But when I view those long pages of the site on the internet the scroll bar won't go any further down than the dimensions set by the homepage. The flash page is just cut off. I'm searching the internet but can't find any clear answers. (I'm not very clued up) Is it possible?

the (unfinished) site: www.brokenklassic.co.uk

Thanks all

Make The Website Play Flash Easier
we can always see websites play flash online, when I set up my own website, but I don't know flash very much
I want to put my video on it, in order to do this easily, I use Flash Video MX to convert my Video to Flash, (almost all types of video)with it I can replace the original audio with appropriate one, add video beginning and end, change the control bar styles, set text effect, not only these, I can also use it to gernerate a html page with embedded flash player of different style
with this powerful software, I can save a lot of time to make such website

How To Make [open A New Windown For A Flash In A Website]?
How to make [open a new windown for a flash in a website]?

Can someone tell me how to make a windown for a flash (swf file), but the windown is without any contals bars at the top, for examlpe: like this website
[ http://nikefootball.nike.com/nikefoo...f=www.nike.com ], after u choose a region/ language, u will see a flash pop out, i want that kind of window. Can someone tell me how to make it???

How To Make Nice Grahics For A Flash Website ?
Everytime when i go to a flash website, they all have a nice looking, their grahics are very nice (like 3D grapics ). Are they using Photoshop that kind of program to make the grahic or i can just use flash? If the graphics are are made by photoshop, how can i put the graphics into/ work with flash ???
(example of flash website with nice grahic: http://www.clubsaffire.com/ , http://layouts.drawingart.org/ , http://www.kranestyle.com/ , http://www.flashlevel.net/ )

Can anyone help me, plz... ?
Thank you

Ryan

I Don't Know Know To Make This Kind Of Button For My Flash Website ?
In this flash website ( http://www.3d-sign.com/3d-sign/ ), those button (at the top, like: home. contact us... those buttons) can goes up when u roll over it, and then it will go back down after u get away from the button OR u pressed the button. Can someone teach me how to make that kind of button in flash plz !!!!!!!!?

(i want to make that kind of button for my flash website)
Plz help me !!! thank you !!!!

How To Make A Flash 8 Website Backwards Compatible
Hi,

I've designed a website in Flash 8 and I need to embed it as an swf or flash object so that it runs with Flash Player 6 and up. Changing the Flash version parameter in the SWFObject function call doesn't work:

var so = new SWFObject("movie.swf", "mymovie", "200", "100", "6", "#336699");

with this call, the flashcontent value is displayed (prompts user to download latest version of Flash plug-in).

Any ideas on how to do this?

So What Is The Best Way To Make A Website? All Flash Or In Combo With CSS, HTML?
My friend is die hard web standard guy (all about CSS and HTML, etc). He doesnt really like the all-flash sites. My question is what do you guys think is the right answer or is there one? My friends main issue with Flash is its inability to be seen by search engines since all the text/relative content is contained within flash and thus unseeable by search engines unlike text that is part of a HTML page.

Is that a valid reason or are there ways to do this in all-Flash sites so search engines see your content and put you near the top (besides doing things like meta tags that could have nothing to do with your sites content).

Thanks.

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