This is a discussion on "full screen flash." within the Flash & Multimedia Forum section. This forum, and the thread "full screen flash. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
full screen flash.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
full screen flash.
I need my flash movie to be full screen inside a html document. With no borders. Is this possible? And Is it possible to make the flash document resize itself to the screen resolution?
Regards Lasse |
|
|
|
|||
|
Re: full screen flash.
Very easy to make it full screen do this.I use flash pro 8 but i believe all flash since god knows when have the same menu system.goto document properites then publish then the html tab under dimensions click on percent 100 x100 will make it full screen.
|
|
|||
|
Re: full screen flash.
Well This makes my document full screen, but it also add borders on every side.
|
|
|||
|
Re: full screen flash.
Don't forget you don't have to use html to hold the swf your site could be www.whatever.co.co.uk/yourname.swf So after publishing it full screen you could just use that...just a thought.
|
|
|||
|
Re: full screen flash.
Oh.. Ok. now I get it.. Smart.
|
|
|||
|
Re: full screen flash.
I think maybe you have helped me out with this one before. But I dont remember how. But, ok. I will try this. But this does noe resize the flash? Or does it?
|
|
||||
|
Re: full screen flash.
Yeah, I believe it does...that is why normally I just write my own JavaScript code to fit that document. I will do some checking, and see if I can come up with an easy all in one solution!!
|
|
|||
|
Re: full screen flash.
(FLASH) Publish settings: Dimension = 100% X 100%
Scale = no scale then paste this css code under the head of your html document <style type="text/css"> <!-- body { height: 100%; width: 100%; margin: 0; } --> </style> note: all this could depend on the size of your actual flash move becoause if you are trying to make a full screen, your actuall movie size shiould be somthing like 1800X1600 (thats what i use and my texts still stay crystal clear) If you use a size like 1200x780 or less, there would be problems viewing your small texts at a lower resolution.. |
|
||||
|
Re: full screen flash.
But as mentioned above this changes the size of the flash movie, he is looking for something that does not change the size of the movie!!
|
|
|||
|
Re: full screen flash.
Hi there joacb,
it's been a while. i haven't had flash problems for some time now but one is starting to bug me theze dayz... anyways about the full screen flash. No matter what you do the size will always look different at lower resolutions but just the best one i've found so far that keeps it full screen still, even at the worst resolution everything stayed clean and clear. I don't know as much as you do in flash but that definitely worked for me I've got a bit of a problem too maybe you can help me out with it. Unloading movie with tween outro? is that possible??? Like for example onClipEvent (unload) { gotoAndPlay(129); } I've tried it but it doesnt work, the movie just dissapears quickly when unloaded by another button, Instead of fading out with some kind of fx... do you get what i mean? |
![]() |
| Tags |
| full screen flash |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with making my flash website full screen | cjrollo | Flash & Multimedia Forum | 13 | Jun 7th, 2008 16:32 |
| Flash player - Expand Videos to Full Screen | marcusanthony | Flash & Multimedia Forum | 2 | Jun 10th, 2007 18:54 |
| Flash screen problems | bejamshi | Flash & Multimedia Forum | 2 | Oct 16th, 2006 02:34 |
| Rollover or Flash Screen | Geeky Girl | Flash & Multimedia Forum | 5 | Nov 19th, 2005 19:32 |