full screen flash.

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 25th, 2006, 13:52
Junior Member
Join Date: Sep 2006
Location: Oslo
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 25th, 2006, 14:19
Junior Member
Join Date: Nov 2006
Location: London,England
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 25th, 2006, 14:28
Junior Member
Join Date: Sep 2006
Location: Oslo
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: full screen flash.

Well This makes my document full screen, but it also add borders on every side. I want my site to be without borders.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 25th, 2006, 14:32
Junior Member
Join Date: Nov 2006
Location: London,England
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 25th, 2006, 15:13
Junior Member
Join Date: Sep 2006
Location: Oslo
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Re: full screen flash.

Oh.. Ok. now I get it.. Smart. But is it possible to resize the flash document, depending on the height availible in the window? So that I can make a site that fills the screen in 800x600 and 1024x768? Appending on the height, or else it will stretch too much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 25th, 2006, 17:31
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: full screen flash.

Normally I just write my own JavaScript code to achieve this affect. I find it much more rewarding, as you can do certain dramatic effects that otherwise would not be achievable. But if you don't feel like writing your code, the shortcut way to achieving the same affect, is after the file has been exported, look within the HTML code, you should see the swf width and height somewhere along their, change them both to 100%. That will do the same thing, not as good as writing a custom JavaScript file that works for that document though. Let me know if I sound confusing or if you need any other form of help...Thanks!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 25th, 2006, 18:12
Junior Member
Join Date: Sep 2006
Location: Oslo
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 26th, 2006, 01:24
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Dec 12th, 2006, 11:44
Junior Member
Join Date: Oct 2006
Location: dublin
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
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..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Dec 12th, 2006, 18:40
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Dec 12th, 2006, 19:03
Junior Member
Join Date: Oct 2006
Location: dublin
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Dec 17th, 2006, 06:12
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Cool Re: full screen flash.

Yeah, I see what you are saying, and I like your way of doing it, I normally do something like this though...see attached text file!!
Attached Files
File Type: txt Advanced Flash Script.txt (2.3 KB, 42 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
full screen flash

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 05:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42