Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-23-2005, 12:43 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default changing the size of the app window

I have a main movie (550,100)
From this main window, i can load different movies with differens dimensions.
How can i let the size of the application window adjust itself with the dimensions of the flash movie.

I've tried this on a movie (550,200)
Code:
Application.SizeAndPos.setCustomSize(550,200)
Application.Appearance.scaleMode = $SMNORMAL
it works partialy: there's a small border that isn't displayed, but when i drag the app window, the dimensions change.

I also tried
Code:
var w = getMainWnd();
w.height = 200;
w.width = 550;
but with the same result: when i drag the application window,; the width increases.

Any suggestions?
Reply With Quote
  #2 (permalink)  
Old 07-25-2005, 12:59 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:changing the size of the app window

Does this
Code:
Application.SizeAndPos.windowSize = $SSDEFAULT;
work?
Reply With Quote
  #3 (permalink)  
Old 07-27-2005, 07:36 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:changing the size of the app window

I also tried this, but when I drag the application, the size still changes
Reply With Quote
  #4 (permalink)  
Old 07-27-2005, 10:02 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:changing the size of the app window

Could you please send the file to support@swfkit.com? We will try to resolve the problem.
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 01:52 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.