Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-16-2002, 11:44 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default [quote]Flashplayer.window

scopas says:

Quote:
I'm having trouble with resizing the flashplayer with code..!!

It should be quite simple shouldn't it?

var wnd = FlashPlayer.window;
wnd.height = 600;

Anyway I couldn't make this work..

Does anybody have an idea?

Reply With Quote
  #2 (permalink)  
Old 12-16-2002, 11:44 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: [quote]Flashplayer.window

You can't change the size of the flash player window directly. The size is restricted to the size of the main window. You can do this with the main window instead.

Code:
var w = getMainWnd();
w.height = 600;
Reply With Quote
  #3 (permalink)  
Old 12-16-2002, 11:45 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: [quote]Flashplayer.window

scopas says:

Code:
Ahh that explains it.. Offcourse..
Thanks..
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 02:05 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.