|
|||
|
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? |
|
|||
|
You should add the following code
Code:
FlashPlayer.scaleMode = 3; The Code:
Application.Appearance.borderStyle = 1; Application.Appearance.scaleMode = 16; Application.SizeAndPos.windowSize = 1; You will get the documentations come with SWFKit 2.0 soon. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|