Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-26-2004, 01:01 PM
Junior Member
 
Join Date: Oct 2003
Posts: 15
Default full screen without changing the app. size

hi,
I just wondered if it was possible to make a "full screen" button which extend the window size to the total size of the screen, but without changing the size of the swf. (for instance, I want a white background around my swf)
I tried using the "size and position" settings, but I couldn't succeed...
any idea?
Reply With Quote
  #2 (permalink)  
Old 02-01-2004, 12:14 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:full screen without changing the app. size

You should add the following code
Code:
FlashPlayer.scaleMode = 3;
In SWFKit 2.0, it's easier to make a window full screen than in SWFKit 1.05. In fact, SWFKit 1.1 has incorperated many those features,

The
Code:
Application.Appearance.borderStyle = 1;
Application.Appearance.scaleMode = 16;
Application.SizeAndPos.windowSize = 1;
works in SWFKit 1.1.

You will get the documentations come with SWFKit 2.0 soon.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

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



All times are GMT. The time now is 05:51 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.